OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:writeout_fn_head
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/profile/
PGOProfiling.c
33
static struct writeout_fn_node *
writeout_fn_head
= NULL;
variable in typeref:struct:writeout_fn_node *
50
if (!
writeout_fn_head
) {
51
writeout_fn_head
= writeout_fn_tail = new_node;
65
while (
writeout_fn_head
) {
66
struct writeout_fn_node *node =
writeout_fn_head
;
67
writeout_fn_head
=
writeout_fn_head
->next;
GCDAProfiling.c
102
static struct writeout_fn_node *
writeout_fn_head
= NULL;
variable in typeref:struct:writeout_fn_node *
510
if (!
writeout_fn_head
) {
511
writeout_fn_head
= writeout_fn_tail = new_node;
519
struct writeout_fn_node *curr =
writeout_fn_head
;
528
while (
writeout_fn_head
) {
529
struct writeout_fn_node *node =
writeout_fn_head
;
530
writeout_fn_head
=
writeout_fn_head
->next;
534
writeout_fn_head
= writeout_fn_tail = NULL;
Completed in 11 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025