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

  /src/sys/dev/pci/
if_enavar.h 411 struct callout timer_service; member in struct:ena_adapter
if_ena.c 2286 callout_schedule(&adapter->timer_service, hz);
2640 callout_halt(&adapter->timer_service, NULL);
3589 callout_schedule(&adapter->timer_service, hz);
3609 callout_halt(&adapter->timer_service, NULL);
3816 callout_init(&adapter->timer_service, CALLOUT_MPSAFE);
3817 callout_setfunc(&adapter->timer_service, ena_timer_service, adapter);
3891 callout_halt(&adapter->timer_service, NULL);
3892 callout_destroy(&adapter->timer_service);

Completed in 14 milliseconds