Home
last modified time | relevance | path

Searched refs:resched (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx.h55 extern void ath_rx_proc(struct ath_softc *sc, int resched);
H A Dif_ath_rx.c1070 ath_rx_proc(struct ath_softc *sc, int resched) in ath_rx_proc() argument
1217 if (resched && ath_dfs_tasklet_needed(sc, sc->sc_curchan)) in ath_rx_proc()
1225 if (resched && kickpcu) { in ath_rx_proc()
1274 if (resched) in ath_rx_proc()
1292 sc->sc_rx.recv_sched(sc, resched); in ath_rx_proc()