Searched refs:pl_nalloc (Results 1 – 1 of 1) sorted by relevance
2816 u_int pl_nalloc; member2824 pl->pl_nalloc = 0; in pidlist_init()2831 while (pl->pl_nalloc < needed) { in pidlist_alloc()2835 pl->pl_nalloc += (sizeof(pe->pe_pid) / sizeof(pe->pe_pid[0])); in pidlist_alloc()2837 return pl->pl_nalloc; in pidlist_alloc()2848 pl->pl_nalloc = 0; in pidlist_free()2874 return pl->pl_nalloc; in pidlist_nalloc()