HomeSort by: relevance | last modified time | path
    Searched defs:new_node (Results 1 - 6 of 6) 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;
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...]
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;
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 25 milliseconds