Home
last modified time | relevance | path

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

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