Searched refs:ew (Results 1 – 1 of 1) sorted by relevance
720 int execute_in_process_context(work_func_t fn, struct execute_work *ew) in execute_in_process_context() argument723 fn(&ew->work); in execute_in_process_context()727 INIT_WORK(&ew->work, fn); in execute_in_process_context()728 schedule_work(&ew->work); in execute_in_process_context()