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

  /src/sys/external/bsd/common/linux/
linux_work.c 444 DELAYED_WORK_IDLE),
503 case DELAYED_WORK_IDLE:
524 KASSERT(dw->dw_state == DELAYED_WORK_IDLE ||
876 dw->dw_state = DELAYED_WORK_IDLE;
917 KASSERT(dw->dw_state == DELAYED_WORK_IDLE);
928 * Destroy the callout of dw and transition to DELAYED_WORK_IDLE.
943 dw->dw_state = DELAYED_WORK_IDLE;
950 * DELAYED_WORK_CANCELLED to DELAYED_WORK_IDLE and off the
988 KASSERT(dw->dw_state == DELAYED_WORK_IDLE);
1007 case DELAYED_WORK_IDLE
    [all...]
  /src/sys/external/bsd/common/include/linux/
workqueue.h 86 DELAYED_WORK_IDLE,

Completed in 13 milliseconds