Home
last modified time | relevance | path

Searched refs:eq_pend (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c353 eqp->eq_pend = NULL; in errorq_create()
554 old = eqp->eq_pend; in errorq_dispatch()
558 if (atomic_cas_ptr(&eqp->eq_pend, old, eep) == old) in errorq_dispatch()
604 while ((eep = eqp->eq_pend) != NULL) { in errorq_drain()
608 if (atomic_cas_ptr(&eqp->eq_pend, eep, NULL) == eep) in errorq_drain()
765 for (eep = eqp->eq_pend; eep != NULL; eep = eep->eqe_prev) { in errorq_panic_drain()
918 old = eqp->eq_pend; in errorq_commit()
922 if (atomic_cas_ptr(&eqp->eq_pend, old, eqep) == old) in errorq_commit()
/illumos-gate/usr/src/uts/common/sys/
H A Derrorq_impl.h85 errorq_elem_t *eq_pend; /* list of pending errors */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfm.c66 wsp->walk_addr = (uintptr_t)eq.eq_pend; in ereportq_pend_walk_init()
H A Dgenunix.c3903 eqd_push_list(eqdp, (uintptr_t)eq.eq_pend); in eqd_walk_init()