Home
last modified time | relevance | path

Searched refs:fn_node (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c93 struct fn_node { struct
96 struct fn_node* next; argument
100 struct fn_node *head, *tail;
114 struct fn_node* new_node = malloc(sizeof(struct fn_node)); in fn_list_insert()
128 struct fn_node* curr = list->head; in fn_list_remove()
129 struct fn_node* prev = NULL; in fn_list_remove()
130 struct fn_node* next = NULL; in fn_list_remove()
543 struct fn_node *curr = writeout_fn_list.head; in llvm_writeout_files()
577 struct fn_node *curr = reset_fn_list.head; in llvm_reset_counters()
647 for (struct fn_node *f = writeout_fn_list.head; f; f = f->next) in __gcov_dump()
[all …]
H A DInstrProfilingUtil.c508 typedef struct fn_node { struct
510 struct fn_node *next; argument
511 } fn_node; typedef
513 fn_node *top;
541 fn_node *old_top, *n = (fn_node *)malloc(sizeof(fn_node)); in fn_stack_push()
552 fn_node *old_top, *new_top; in fn_stack_pop()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c122 avl_node_t fn_node; member
187 offsetof(fsavl_node_t, fn_node)); in fsavl_create()