Search | Google it | Results 1 - 2 of 2 for funcall:SIMPLEQ_REMOVE_HEAD (0.00 seconds) |
593: sh = SIMPLEQ_FIRST(&si->si_q); 594: SIMPLEQ_REMOVE_HEAD(&si->si_q, sh_q); 595: KASSERT((sh->sh_flags & SOFTINT_PENDING) != 0);
374: if ((head)->sqh_first == (elm)) { \ 375: SIMPLEQ_REMOVE_HEAD((head), field); \ 376: } else { \