Searched refs:srs_poll_thr (Results 1 – 3 of 3) sorted by relevance
1245 if (!mac_srs_thread_bind || mac_srs->srs_poll_thr == NULL) in mac_srs_poll_bind()1260 thread_affinity_clear(mac_srs->srs_poll_thr); in mac_srs_poll_bind()1262 thread_affinity_set(mac_srs->srs_poll_thr, cpuid); in mac_srs_poll_bind()1447 if (mac_srs->srs_poll_thr != NULL) { in mac_update_srs_priority()1448 thread_lock(mac_srs->srs_poll_thr); in mac_update_srs_priority()1449 (void) thread_change_pri(mac_srs->srs_poll_thr, in mac_update_srs_priority()1451 thread_unlock(mac_srs->srs_poll_thr); in mac_update_srs_priority()2278 mac_srs->srs_poll_thr = thread_create(NULL, 0, in mac_srs_create()3477 mac_srs->srs_poll_thr != NULL) { in mac_srs_worker_quiesce()3578 if (mac_srs->srs_poll_thr != NULL) { in mac_srs_worker_restart()[all …]
3163 ASSERT((mac_srs->srs_poll_thr == NULL) || in mac_srs_worker()
370 kthread_t *srs_poll_thr; /* WO, poll thread */ member