Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDpipe.h54 #define PIPENPAGES (BIG_PIPE_SIZE / PAGE_SIZE + 1) macro
82 vm_page_t ms[PIPENPAGES]; /* pages in source process */
/NextBSD/sys/kern/
HDsys_pipe.c851 wpipe->pipe_map.ms, PIPENPAGES)) < 0)