Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dsqueue_impl.h113 kthread_t *sq_poll_thr; /* polling thread */ member
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_squeue.c300 thread_lock(sq->sq_poll_thr); in ip_squeue_getfree()
301 (void) thread_change_pri(sq->sq_poll_thr, pri, 0); in ip_squeue_getfree()
302 thread_unlock(sq->sq_poll_thr); in ip_squeue_getfree()
/titanic_50/usr/src/uts/common/inet/
H A Dsqueue.c258 sqp->sq_poll_thr = thread_create(NULL, 0, squeue_polling_thread, in squeue_create()