Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Dsys_pipe.c1392 filt_pipelowwat(struct knote *kn, struct pipe *rpipe, int64_t def_lowwat) in filt_pipelowwat() function
1472 res = data >= filt_pipelowwat(kn, rpipe, 1); in filt_piperead_common()
1533 res = data >= filt_pipelowwat(kn, rpipe, PIPE_BUF); in filt_pipewrite_common()