Searched refs:fast_work (Results 1 – 2 of 2) sorted by relevance
44 struct work_struct fast_work;63 The op->fast_work, op->slow_work and op->processor flags should be set as103 If this option is used, op->fast_work and op->processor must be106 INIT_WORK(&op->fast_work, do_some_work);
97 struct work_struct fast_work; variable181 INIT_WORK(&fast_work, timer_trig_handler); in start_timer_trig()182 schedule_work(&fast_work); in start_timer_trig()