Lines Matching refs:from
37 * in ps_tq_int(): from the moment when we get ps_spinlock() to the
39 * in pi_schedule_claimed() when called from pi_do_claimed() called from
42 * in pi_do_claimed() when called from pd.c, everything until the call
45 * in pi_wake_up() called for PIA that belongs to pd.c, everything from
61 a) do_pd_request1() can be called from next_request() or do_pd_request()
65 b) ps_set_intr() and pi_schedule_claimed() can be called only from the
67 c) pi_do_claimed() is called by pd.c only from the area.
71 e) do_pd_{read,write}* could be called only from the area. The only
72 case that needs consideration is call from pi_wake_up() and there
74 from pd.c. That could happen only if pi_do_claimed() had been
75 called from pd.c for that PIA, which happens only for PIA belonging
84 release pd_lock is in pd_next_buf() (called from within the area).
122 ps_continuation, since the latter is changed only from the area.