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

  /src/sys/dev/ieee1394/
firewirereg.h 150 struct callout busprobe_callout; member in struct:firewire_comm
firewire.c 229 callout_init(&fc->busprobe_callout, CALLOUT_MPSAFE);
230 callout_setfunc(&fc->busprobe_callout, (void *)fw_bus_probe, fc);
298 callout_stop(&fc->busprobe_callout);
1050 callout_schedule(&fc->busprobe_callout, hz/4);

Completed in 44 milliseconds