Searched refs:pipe_garbage_tail (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c254 static struct pipe_garbage *pipe_garbage_tail = NULL; variable in typeref:struct:pipe_garbage
1650 pipe_garbage_tail = NULL;
1679 if (pipe_garbage_tail)
1680 pipe_garbage_tail->pg_next = pgp;
1681 pipe_garbage_tail = pgp;
1683 pipe_garbage_head = pipe_garbage_tail;

Completed in 18 milliseconds