Lines Matching refs:only
3 only when ps_tq_active is 1.
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.
68 d) ps_tq_int() can enter the area only when the thread is holding
71 e) do_pd_{read,write}* could be called only from the area. The only
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
77 f) pi_wake_up() can enter the area only when the thread is holding
81 (2) can become not true only when pd_lock is released by the thread in question.
82 Indeed, pd_busy is reset only in the area and thread that resets
83 it is holding pd_lock. The only place within the area where we
92 For similar reasons, (3) can become not true only when ps_spinlock is released
99 also in the area. The only place where ->claimed_cont is made non-NULL is
106 Corollary 1: ps_tq_active can be killed. Indeed, the only place where we
113 that the only possible contention is between scheduling ps_tq followed by
122 ps_continuation, since the latter is changed only from the area.