Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DGCDAProfiling.c103 struct fn_node { struct
106 struct fn_node* next; argument
110 struct fn_node *head, *tail;
124 struct fn_node* new_node = malloc(sizeof(struct fn_node)); in fn_list_insert()
138 struct fn_node* curr = list->head; in fn_list_remove()
139 struct fn_node* prev = NULL; in fn_list_remove()
140 struct fn_node* next = NULL; in fn_list_remove()
603 struct fn_node *curr = writeout_fn_list.head; in llvm_writeout_files()
624 struct fn_node* curr = flush_fn_list.head; in __gcov_flush()
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c485 avl_node_t fn_node; member
550 offsetof(fsavl_node_t, fn_node)); in fsavl_create()