Home
last modified time | relevance | path

Searched refs:ps_set_intr (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/block/paride/
DTransition-notes6 one in ps_set_intr() (A) and two in ps_tq_int() (B and C).
27 * in do_pd_read(): to call of ps_set_intr()
29 and ps_set_intr()
31 * in do_pd_write(): to call of ps_set_intr()
33 and ps_set_intr()
35 * in ps_set_intr(): to check for ps_tq_active and to scheduling
65 b) ps_set_intr() and pi_schedule_claimed() can be called only from the
107 check its value is in ps_set_intr() and if it had been non-zero at that
108 point, we would have violated either (2.1) (if it was set while ps_set_intr()
124 will be a call of ps_set_intr() before we look at ps_continuation again.
[all …]
Dpseudo.h50 static void ps_set_intr(void (*continuation)(void), in ps_set_intr() function
Dpf.c824 ps_set_intr(do_pf_read_start, NULL, 0, nice); in do_pf_read()
842 ps_set_intr(do_pf_read_drq, pf_ready, PF_TMO, nice); in do_pf_read_start()
870 ps_set_intr(do_pf_write_start, NULL, 0, nice); in do_pf_write()
905 ps_set_intr(do_pf_write_done, pf_ready, PF_TMO, nice); in do_pf_write_start()
Dpcd.c701 ps_set_intr(do_pcd_read, NULL, 0, nice); in pcd_request()
773 ps_set_intr(do_pcd_read_drq, pcd_ready, PCD_TMO, nice); in pcd_start()