Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dsys_pset.c109 psets_realloc(int new_psets_max) in psets_realloc() argument
112 const u_int newsize = new_psets_max * sizeof(void *); in psets_realloc()
115 if (new_psets_max < 1) in psets_realloc()
124 if (new_psets_max < psets_max) { in psets_realloc()
125 for (i = new_psets_max; i < psets_max; i++) { in psets_realloc()
136 psets_max = new_psets_max; in psets_realloc()