Searched refs:ce_q (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/kern/
H A Dsubr_callback.c70 TAILQ_INSERT_TAIL(&ch->ch_q, ce, ce_q);
83 ch->ch_next = TAILQ_NEXT(ce, ce_q);
85 TAILQ_REMOVE(&ch->ch_q, ce, ce_q);
106 ch->ch_next = TAILQ_NEXT(ce, ce_q);
/netbsd-current/sys/sys/
H A Dcallback.h37 TAILQ_ENTRY(callback_entry) ce_q; member in struct:callback_entry
/netbsd-current/sys/dev/cardbus/
H A Dcardslotvar.h96 SIMPLEQ_ENTRY(cardslot_event) ce_q; member in struct:cardslot_event
H A Dcardslot.c288 SIMPLEQ_INSERT_TAIL(&sc->sc_events, ce, ce_q);
327 SIMPLEQ_REMOVE_HEAD(&sc->sc_events, ce_q);
340 if ((ce2 = SIMPLEQ_NEXT(ce1, ce_q)) == NULL) {
345 ce_q);
348 ce_q);

Completed in 126 milliseconds