Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c93 static void generic_enq_thread(cpu_t *, int);
94 void (*disp_enq_thread)(cpu_t *, int) = generic_enq_thread;
2696 generic_enq_thread(cpu_t *cpu, int bound) in generic_enq_thread() function