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

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c246 struct pipe_garbage { struct
248 struct pipe_garbage *pg_next;
253 static struct pipe_garbage *pipe_garbage_head = NULL;
254 static struct pipe_garbage *pipe_garbage_tail = NULL;
284 sizeof(struct pipe_garbage);
285 pipe_garbage_zone = (zone_t)zinit(sizeof(struct pipe_garbage),
1636 struct pipe_garbage *pgp;
1659 pgp = (struct pipe_garbage *)zalloc(pipe_garbage_zone);

Completed in 70 milliseconds