Searched refs:sq_poll_thr (Results 1 – 3 of 3) sorted by relevance
113 kthread_t *sq_poll_thr; /* polling thread */ member
300 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()
258 sqp->sq_poll_thr = thread_create(NULL, 0, squeue_polling_thread, in squeue_create()