Searched refs:srs_poll_thr (Results 1 – 3 of 3) sorted by relevance
1256 if (!mac_srs_thread_bind || mac_srs->srs_poll_thr == NULL) in mac_srs_poll_bind()1271 thread_affinity_clear(mac_srs->srs_poll_thr); in mac_srs_poll_bind()1273 thread_affinity_set(mac_srs->srs_poll_thr, cpuid); in mac_srs_poll_bind()1458 if (mac_srs->srs_poll_thr != NULL) { in mac_update_srs_priority()1459 thread_lock(mac_srs->srs_poll_thr); in mac_update_srs_priority()1460 (void) thread_change_pri(mac_srs->srs_poll_thr, in mac_update_srs_priority()1462 thread_unlock(mac_srs->srs_poll_thr); in mac_update_srs_priority()2266 mac_srs->srs_poll_thr = thread_create(NULL, 0, in mac_srs_create()3565 mac_srs->srs_poll_thr != NULL) { in mac_srs_worker_quiesce()3666 if (mac_srs->srs_poll_thr != NULL) { in mac_srs_worker_restart()[all …]
3166 ASSERT((mac_srs->srs_poll_thr == NULL) || in mac_srs_worker()
371 kthread_t *srs_poll_thr; /* WO, poll thread */ member