Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_squeue.c290 thread_lock(sq->sq_poll_thr); in ip_squeue_getfree()
291 (void) thread_change_pri(sq->sq_poll_thr, pri, 0); in ip_squeue_getfree()
292 thread_unlock(sq->sq_poll_thr); in ip_squeue_getfree()
/illumos-gate/usr/src/uts/common/sys/
H A Dsqueue_impl.h110 kthread_t *sq_poll_thr; /* polling thread */ member
/illumos-gate/usr/src/uts/common/inet/
H A Dsqueue.c254 sqp->sq_poll_thr = thread_create(NULL, 0, squeue_polling_thread, in squeue_create()