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

  /src/sys/external/bsd/common/include/linux/
workqueue.h 41 #define INIT_DELAYED_WORK linux_INIT_DELAYED_WORK
140 void INIT_DELAYED_WORK(struct delayed_work *,
159 #define INIT_DELAYED_WORK_ONSTACK INIT_DELAYED_WORK
  /src/sys/external/bsd/common/linux/
linux_work.c 865 * INIT_DELAYED_WORK(dw, fn)
872 INIT_DELAYED_WORK(struct delayed_work *dw, void (*fn)(struct work_struct *))

Completed in 14 milliseconds