Searched refs:eq_flags (Results 1 – 8 of 8) sorted by relevance
347 eqp->eq_flags = flags | ERRORQ_ACTIVE; in errorq_create()433 eqp->eq_flags &= ~ERRORQ_ACTIVE; in errorq_destroy()450 if (eqp->eq_flags & ERRORQ_NVLIST) { in errorq_destroy()526 if (eqp == NULL || !(eqp->eq_flags & ERRORQ_ACTIVE)) { in errorq_dispatch()680 if (panicstr && (eqp->eq_flags & ERRORQ_NVLIST)) { in errorq_drain()748 if ((eqp->eq_flags & (ERRORQ_VITAL | ERRORQ_NVLIST)) != what) in errorq_panic_drain()812 if (eqp->eq_flags & ERRORQ_NVLIST) { in errorq_panic_drain()869 if (eqp == NULL || !(eqp->eq_flags & ERRORQ_ACTIVE)) { in errorq_reserve()890 if (eqp->eq_flags & ERRORQ_NVLIST) { in errorq_reserve()910 if (eqep == NULL || !(eqp->eq_flags & ERRORQ_ACTIVE)) { in errorq_commit()[all …]
3967 !(eqp->eq_flags & ESBQ_PROCESSING)) in freebs_enqueue()3981 eqp->eq_flags |= ESBQ_PROCESSING; in esballoc_process_queue()4000 eqp->eq_flags &= ~ESBQ_PROCESSING; in esballoc_process_queue()4048 eqp->eq_flags &= ~ESBQ_TIMER; in esballoc_timer()4050 if (!(eqp->eq_flags & ESBQ_PROCESSING) && in esballoc_timer()4063 if (eqp->eq_len > 0 && !(eqp->eq_flags & ESBQ_TIMER)) { in esballoc_set_timer()4065 eqp->eq_flags |= ESBQ_TIMER; in esballoc_set_timer()4082 system_esbq.eq_flags = 0; in esballoc_queue_init()
247 while (!(eq->eq_flags & FMD_EVENTQ_ABORT) && in fmd_eventq_delete()248 (eq->eq_size == 0 || (eq->eq_flags & FMD_EVENTQ_SUSPEND))) in fmd_eventq_delete()251 if (eq->eq_flags & FMD_EVENTQ_ABORT) { in fmd_eventq_delete()351 eq->eq_flags |= FMD_EVENTQ_SUSPEND; in fmd_eventq_suspend()359 eq->eq_flags &= ~FMD_EVENTQ_SUSPEND; in fmd_eventq_resume()377 eq->eq_flags |= FMD_EVENTQ_ABORT; in fmd_eventq_abort()
66 uint_t eq_flags; /* flags for abort and suspend */ member
61 if (!(eq.eq_flags & ERRORQ_NVLIST)) { in ereportq_pend_walk_init()113 if (!(eq.eq_flags & ERRORQ_NVLIST)) { in ereportq_dump_walk_init()
3710 (eq.eq_flags & ERRORQ_ACTIVE) ? '+' : '-', in errorq()3711 (eq.eq_flags & ERRORQ_VITAL) ? '!' : ' ', in errorq()3712 (eq.eq_flags & ERRORQ_NVLIST) ? '*' : ' '); in errorq()
79 uint_t eq_flags; /* flags (see above) */ member
1293 uint_t eq_flags; /* esballoc queue flags */ member