HomeSort by: relevance | last modified time | path
    Searched defs:psets (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
sys_pset.c 56 static pset_info_t ** psets; variable
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...]
sys_pset.c 56 static pset_info_t ** psets; variable
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...]

Completed in 31 milliseconds