Lines Matching refs:rseq
131 * A rseq userspace pointer has been registered for the thread in
147 ENXIO Available, but no rseq user struct registered
164 The availability and status is also exposed via the rseq ABI struct flags
170 slice extension by setting rseq::slice_ctrl::request to 1. If the thread is
174 determined by debugfs:rseq/slice_ext_nsec. The default value is 5 usec; which
179 rseq-slice-hist.py output that shows the new value has merrit.
181 The kernel indicates the grant by clearing rseq::slice_ctrl::request and
182 setting rseq::slice_ctrl::granted to 1. If there is a reschedule of the
200 rseq->slice_ctrl.request = 1;
204 rseq->slice_ctrl.request = 0;
205 if (rseq->slice_ctrl.granted)
211 if (rseq->slice_ctrl.granted)