Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dclock_tick.c340 thread_free_allow(t); in clock_tick_process()
355 thread_free_allow(t); in clock_tick_process()
366 thread_free_allow(t); in clock_tick_process()
380 thread_free_allow(t); in clock_tick_process()
390 thread_free_allow(t); in clock_tick_process()
399 thread_free_allow(t); in clock_tick_process()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h574 extern void thread_free_allow(kthread_t *);
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c694 thread_free_allow(kthread_t *t) in thread_free_allow() function