OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_node
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/profile/
PGOProfiling.c
46
struct writeout_fn_node *
new_node
= malloc(sizeof(struct writeout_fn_node));
local in function:llvm_pgo_register_writeout_function
47
new_node
->fn = fn;
48
new_node
->next = NULL;
51
writeout_fn_head = writeout_fn_tail =
new_node
;
53
writeout_fn_tail->next =
new_node
;
54
writeout_fn_tail =
new_node
;
GCDAProfiling.c
506
struct writeout_fn_node *
new_node
= malloc(sizeof(struct writeout_fn_node));
local in function:llvm_register_writeout_function
507
new_node
->fn = fn;
508
new_node
->next = NULL;
511
writeout_fn_head = writeout_fn_tail =
new_node
;
513
writeout_fn_tail->next =
new_node
;
514
writeout_fn_tail =
new_node
;
538
struct flush_fn_node *
new_node
= malloc(sizeof(struct flush_fn_node));
local in function:llvm_register_flush_function
539
new_node
->fn = fn;
540
new_node
->next = NULL;
543
flush_fn_head = flush_fn_tail =
new_node
;
[
all
...]
/src/sys/arch/sparc64/dev/
pci_machdep.c
118
int node,
new_node
, len;
local in function:pci_make_tag
196
new_node
= prom_firstchild(node);
197
if (
new_node
== 0)
199
node =
new_node
;
Completed in 12 milliseconds
Indexes created Sun Sep 21 15:09:59 GMT 2025