Searched refs:ew (Results 1 – 1 of 1) sorted by relevance
3319 int execute_in_process_context(work_func_t fn, struct execute_work *ew) in execute_in_process_context() argument3322 fn(&ew->work); in execute_in_process_context()3326 INIT_WORK(&ew->work, fn); in execute_in_process_context()3327 schedule_work(&ew->work); in execute_in_process_context()