Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddisp.h158 extern int disp_bound_anythreads(struct cpu *, int);
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c2479 disp_bound_anythreads(cpu_t *cp, int threadlistsafe) in disp_bound_anythreads() function
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c1387 bound_func = no_quiesce ? disp_bound_threads : disp_bound_anythreads; in cpu_offline()