Searched defs:curcpu (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c973 intptr_t curcpu = (intptr_t)wsp->walk_data; local
975 if (curcpu-- <= 0)
985 wsp->walk_data = (void *)curcpu;
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c180 static curcpu_func curcpu; variable
242 list_index = (curcpu() & cpu_mask);
890 curcpu = new_curcpu;
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c2573 * curcpu is used to indicate that disp_lowpri_cpu is being called on
2585 disp_lowpri_cpu(cpu_t *hint, lpl_t *lpl, pri_t tpri, cpu_t *curcpu) argument
2642 if (cp == curcpu)

Completed in 69 milliseconds