Home
last modified time | relevance | path

Searched refs:work (Results 1 – 4 of 4) sorted by relevance

/include/linux/
A Dcompletion.h39 #define COMPLETION_INITIALIZER(work) \ argument
43 (*({ init_completion_map(&(work), &(map)); &(work); }))
45 #define COMPLETION_INITIALIZER_ONSTACK(work) \ argument
46 (*({ init_completion(&work); &work; }))
56 #define DECLARE_COMPLETION(work) \ argument
57 struct completion work = COMPLETION_INITIALIZER(work)
72 # define DECLARE_COMPLETION_ONSTACK(work) \ argument
73 struct completion work = COMPLETION_INITIALIZER_ONSTACK(work)
75 struct completion work = COMPLETION_INITIALIZER_ONSTACK_MAP(work, map)
77 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) argument
[all …]
A Dcompat.h238 #define schedule_work(work) do {} while (0) argument
239 #define INIT_WORK(work, fun) do {} while (0) argument
/include/env/adi/
A Dadi_boot.env2 * A target board needs to set these variables for the commands below to work:
/include/linux/i3c/
A Dmaster.h146 struct work_struct work; member

Completed in 13 milliseconds