Home
last modified time | relevance | path

Searched refs:ps_tq_int (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/block/paride/
Dpseudo.h38 static void ps_tq_int(struct work_struct *work);
48 static DECLARE_DELAYED_WORK(ps_tq, ps_tq_int);
73 static void ps_tq_int(struct work_struct *work) in ps_tq_int() function
DTransition-notes2 If ps_tq is scheduled, ps_tq_active is 1. ps_tq_int() can be called
6 one in ps_set_intr() (A) and two in ps_tq_int() (B and C).
12 the sum of numbers of A and C, since each call of ps_tq_int() is
15 ps_tq_int() are sandwiched between {A,C} and B in that sequence,
19 1 and schedule ps_tq, ps_tq is executed, ps_tq_int() is entered,
37 * in ps_tq_int(): from the moment when we get ps_spinlock() to the
68 d) ps_tq_int() can enter the area only when the thread is holding
121 Corollary 4: in ps_tq_int() uses of con can be replaced with uses of
Dpd.c358 static void ps_tq_int(struct work_struct *work);
360 static DECLARE_DELAYED_WORK(fsm_tq, ps_tq_int);
370 static void ps_tq_int(struct work_struct *work) in ps_tq_int() function