Searched refs:ew (Results 1 – 1 of 1) sorted by relevance
3364 int execute_in_process_context(work_func_t fn, struct execute_work *ew) in execute_in_process_context() argument3367 fn(&ew->work); in execute_in_process_context()3371 INIT_WORK(&ew->work, fn); in execute_in_process_context()3372 schedule_work(&ew->work); in execute_in_process_context()