Searched refs:work (Results 1 – 4 of 4) sorted by relevance
39 #define COMPLETION_INITIALIZER(work) \ argument43 (*({ init_completion_map(&(work), &(map)); &(work); }))45 #define COMPLETION_INITIALIZER_ONSTACK(work) \ argument46 (*({ init_completion(&work); &work; }))56 #define DECLARE_COMPLETION(work) \ argument57 struct completion work = COMPLETION_INITIALIZER(work)72 # define DECLARE_COMPLETION_ONSTACK(work) \ argument73 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 …]
238 #define schedule_work(work) do {} while (0) argument239 #define INIT_WORK(work, fun) do {} while (0) argument
2 * A target board needs to set these variables for the commands below to work:
146 struct work_struct work; member
Completed in 13 milliseconds