Home
last modified time | relevance | path

Searched refs:fast_work (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/Documentation/filesystems/caching/
Doperations.txt44 struct work_struct fast_work;
63 The op->fast_work, op->slow_work and op->processor flags should be set as
103 If this option is used, op->fast_work and op->processor must be
106 INIT_WORK(&op->fast_work, do_some_work);
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dfasttimer.c97 struct work_struct fast_work; variable
181 INIT_WORK(&fast_work, timer_trig_handler); in start_timer_trig()
182 schedule_work(&fast_work); in start_timer_trig()