Searched refs:hard_maxproc (Results 1 – 6 of 6) sorted by relevance
97 int hard_maxproc = NPROC; /* hardcoded limit -- for ARM the number of processes is limited by… variable99 int hard_maxproc = HNPROC; /* hardcoded limit */ variable
352 hard_maxproc = maxproc; in bsd_scale_setup()382 if (maxproc > hard_maxproc) { in bsd_scale_setup()383 hard_maxproc = maxproc; in bsd_scale_setup()
755 extern int hard_maxproc; /* hard limit */
459 extern int maxproc, hard_maxproc;2181 if ((uint32_t)hard_maxproc > pmap_max_asids) { in pmap_init()2182 hard_maxproc = pmap_max_asids; in pmap_init()
404 extern int maxproc, hard_maxproc;2837 if ((uint32_t)hard_maxproc > pmap_max_asids) { in pmap_init()2838 hard_maxproc = pmap_max_asids; in pmap_init()
1790 if (new_value <= hard_maxproc && new_value > 0) {