HomeSort by: relevance | last modified time | path
    Searched defs:nbigpipe (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
sys_pipe.c 122 static u_int nbigpipe = 0; variable in typeref:typename:u_int
607 (nbigpipe < maxbigpipes) &&
611 atomic_inc_uint(&nbigpipe);
943 atomic_dec_uint(&nbigpipe);
1192 NULL, 0, &nbigpipe, 0,
sys_pipe.c 122 static u_int nbigpipe = 0; variable in typeref:typename:u_int
607 (nbigpipe < maxbigpipes) &&
611 atomic_inc_uint(&nbigpipe);
943 atomic_dec_uint(&nbigpipe);
1192 NULL, 0, &nbigpipe, 0,

Completed in 23 milliseconds