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

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c248 struct pipe_garbage *pg_next; member in struct:pipe_garbage
1648 pipe_garbage_head = pgp->pg_next;
1677 pgp->pg_next = NULL;
1680 pipe_garbage_tail->pg_next = pgp;

Completed in 18 milliseconds