Searched refs:ps_tq_int (Results 1 – 3 of 3) sorted by relevance
38 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
2 If ps_tq is scheduled, ps_tq_active is 1. ps_tq_int() can be called6 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() is15 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 the68 d) ps_tq_int() can enter the area only when the thread is holding121 Corollary 4: in ps_tq_int() uses of con can be replaced with uses of
358 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