Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpipe.h48 #define PIPENPAGES (BIG_PIPE_SIZE / PAGE_SIZE + 1) macro
78 vm_page_t ms[PIPENPAGES]; /* pages in source process */
/freebsd/sys/kern/
H A Dsys_pipe.c962 wpipe->pipe_pages.ms, PIPENPAGES); in pipe_build_write_buffer()