HomeSort by: relevance | last modified time | path
    Searched defs:npe_tick (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/xscale/
ixp425_if_npe.c 710 npe_tick(void *xsc) function
721 * results. This works because npe_tick is the only
734 callout_reset(&sc->sc_tick_ch, hz, npe_tick, sc);
1182 callout_reset(&sc->sc_tick_ch, hz, npe_tick, sc);
ixp425_if_npe.c 710 npe_tick(void *xsc) function
721 * results. This works because npe_tick is the only
734 callout_reset(&sc->sc_tick_ch, hz, npe_tick, sc);
1182 callout_reset(&sc->sc_tick_ch, hz, npe_tick, sc);

Completed in 44 milliseconds