Searched refs:it_need (Results 1 – 1 of 1) sorted by relevance
77 int it_need; /* Needs service. */ member986 atomic_store_rel_int(&it->it_need, 1); in intr_event_schedule_thread()995 __func__, td->td_proc->p_pid, td->td_name, it->it_need, td->td_state); in intr_event_schedule_thread()1268 while (atomic_cmpset_acq_int(&ithd->it_need, 1, 0) != 0) { in ithread_loop()1288 if (atomic_load_acq_int(&ithd->it_need) == 0 && in ithread_loop()1536 (it != NULL && it->it_need)) { in db_dump_intr_event()1549 if (it != NULL && it->it_need) { in db_dump_intr_event()