Searched refs:srs_poll_thr (Results 1 – 3 of 3) sorted by relevance
1246 if (!mac_srs_thread_bind || mac_srs->srs_poll_thr == NULL) in mac_srs_poll_bind()1261 thread_affinity_clear(mac_srs->srs_poll_thr); in mac_srs_poll_bind()1263 thread_affinity_set(mac_srs->srs_poll_thr, cpuid); in mac_srs_poll_bind()1448 if (mac_srs->srs_poll_thr != NULL) { in mac_update_srs_priority()1449 thread_lock(mac_srs->srs_poll_thr); in mac_update_srs_priority()1450 (void) thread_change_pri(mac_srs->srs_poll_thr, in mac_update_srs_priority()1452 thread_unlock(mac_srs->srs_poll_thr); in mac_update_srs_priority()2255 mac_srs->srs_poll_thr = thread_create(NULL, 0, in mac_srs_create()3457 mac_srs->srs_poll_thr != NULL) { in mac_srs_worker_quiesce()3558 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()
371 kthread_t *srs_poll_thr; /* WO, poll thread */ member