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

  /src/sys/kern/
subr_kcpuset.c 88 static int kc_last_idx = 0; variable in typeref:typename:int
122 for (i = 0; i < kc_last_idx; i++) {
136 for (i = 0; i < kc_last_idx; i++) {
152 kc_last_idx = 0;
167 if (kc_last_idx < KC_SAVE_NITEMS) {
172 kc_noted_early[kc_last_idx] = kcptr;
173 kcp = (kcpuset_t *)&kc_bits_early[kc_last_idx];
174 kc_last_idx++;

Completed in 36 milliseconds