sys_pset.c | 56 static pset_info_t ** psets; variable in typeref:typename:pset_info_t ** 98 psets = kmem_zalloc(psets_max * sizeof(void *), KM_SLEEP); 120 old_psets = psets; 126 if (psets[i] == NULL) 135 memcpy(new_psets, psets, newsize); 137 psets = new_psets; 157 if (psets[psid - 1] == NULL) 186 if (psets[i] == NULL) 190 psets[i] = pi; 241 kmem_free(psets[psid - 1], sizeof(pset_info_t)) [all...] |