Home
last modified time | relevance | path

Searched refs:expand_pipespace (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dsys_pipe.c265 static int expand_pipespace(struct pipe *p, int target_size);
347 expand_pipespace(struct pipe *p, int target_size) in expand_pipespace() function
970 error = expand_pipespace(wpipe, pipe_size); in pipe_write()