Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dclock_tick.c338 thread_free_allow(t); in clock_tick_process()
353 thread_free_allow(t); in clock_tick_process()
364 thread_free_allow(t); in clock_tick_process()
378 thread_free_allow(t); in clock_tick_process()
388 thread_free_allow(t); in clock_tick_process()
397 thread_free_allow(t); in clock_tick_process()
/titanic_41/usr/src/uts/common/sys/
H A Dthread.h560 extern void thread_free_allow(kthread_t *);
/titanic_41/usr/src/uts/common/disp/
H A Dthread.c705 thread_free_allow(kthread_t *t) in thread_free_allow() function