Searched refs:it_need (Results 1 – 1 of 1) sorted by relevance
76 int it_need; /* Needs service. */ member990 atomic_store_rel_int(&it->it_need, 1); in intr_event_schedule_thread()1010 __func__, td->td_proc->p_pid, td->td_name, it->it_need, TD_GET_STATE(td)); in intr_event_schedule_thread()1288 while (atomic_cmpset_acq_int(&ithd->it_need, 1, 0) != 0) { in ithread_loop()1308 if (atomic_load_acq_int(&ithd->it_need) == 0 && in ithread_loop()1550 (it != NULL && it->it_need)) { in db_dump_intr_event()1563 if (it != NULL && it->it_need) { in db_dump_intr_event()