OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_arg
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_send.c
782
struct send_thread_arg
to_arg
= { 0 };
local
877
SET_BOOKMARK(&
to_arg
.resume, to_ds->ds_object, resumeobj, 0,
895
err = bqueue_init(&
to_arg
.q, zfs_send_queue_length,
897
to_arg
.error_code = 0;
898
to_arg
.cancel = B_FALSE;
899
to_arg
.ds = to_ds;
900
to_arg
.fromtxg = fromtxg;
901
to_arg
.flags = TRAVERSE_PRE | TRAVERSE_PREFETCH;
902
(void) thread_create(NULL, 0, send_traverse_thread, &
to_arg
, 0, &p0,
906
to_data = bqueue_dequeue(&
to_arg
.q)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc
1001
tree
to_arg
= PHI_ARG_DEF_FROM_EDGE (to_phi, to);
local
1007
if (virtual_operand_p (
to_arg
))
1013
gcc_assert (operand_equal_p (from_arg,
to_arg
, 0));
1014
else if (TREE_CODE (
to_arg
) == SSA_NAME
1015
&& from_arg !=
to_arg
)
1017
if (get_current_def (
to_arg
) == NULL_TREE)
1019
gcc_assert (types_compatible_p (TREE_TYPE (
to_arg
),
1022
set_current_def (
to_arg
, get_current_def (from_arg));
Completed in 46 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026