HomeSort by: relevance | last modified time | path
    Searched defs:writeout_fn_node (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
PGOProfiling.c 28 struct writeout_fn_node { struct
30 struct writeout_fn_node *next;
33 static struct writeout_fn_node *writeout_fn_head = NULL;
34 static struct writeout_fn_node *writeout_fn_tail = NULL;
46 struct writeout_fn_node *new_node = malloc(sizeof(struct writeout_fn_node));
66 struct writeout_fn_node *node = writeout_fn_head;
GCDAProfiling.c 97 struct writeout_fn_node { struct
99 struct writeout_fn_node *next;
102 static struct writeout_fn_node *writeout_fn_head = NULL;
103 static struct writeout_fn_node *writeout_fn_tail = NULL;
506 struct writeout_fn_node *new_node = malloc(sizeof(struct writeout_fn_node));
519 struct writeout_fn_node *curr = writeout_fn_head;
529 struct writeout_fn_node *node = writeout_fn_head;

Completed in 29 milliseconds