Searched defs:v_proc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvar.h45 int v_proc; /* Max processes system wide */ member in struct:var
/illumos-gate/usr/src/uts/common/syscall/
H A Dutssys.c318 int v_proc = v.v_proc; /* max # of procs */ local
332 fu_data = kmem_alloc(fu_data_size(v_proc), KM_SLEEP);
333 fu_data->fud_user_max = v_proc;
337 pidlist = kmem_alloc(v_proc * sizeof (pid_t), KM_SLEEP);
618 kmem_free(pidlist, v_proc * sizeof (pid_t));

Completed in 433 milliseconds