Home
last modified time | relevance | path

Searched refs:on_rq (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.no_structs243on_rq, (struct task_struct)->prio, (struct task_struct)->static_prio, (struct task_struct)->normal…
244on_rq, (struct task_struct)->prio, (struct task_struct)->static_prio, (struct task_struct)->normal…
266on_rq, (struct task_struct)->prio, (struct task_struct)->static_prio, (struct task_struct)->normal…
267on_rq, (struct task_struct)->prio, (struct task_struct)->static_prio, (struct task_struct)->normal…
268on_rq, (struct task_struct)->prio, (struct task_struct)->static_prio, (struct task_struct)->normal…
269on_rq, (struct task_struct)->prio, (struct task_struct)->static_prio, (struct task_struct)->normal…
276on_rq, (struct task_struct)->prio, (struct task_struct)->static_prio, (struct task_struct)->normal…
277on_rq, (struct task_struct)->prio, (struct task_struct)->static_prio, (struct task_struct)->normal…
278on_rq, (struct task_struct)->prio, (struct task_struct)->static_prio, (struct task_struct)->normal…
279on_rq, (struct task_struct)->prio, (struct task_struct)->static_prio, (struct task_struct)->normal…
[all …]
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1993 int on_rq = 0; in thread_change_pri() local
2040 on_rq = dispdeq(t); in thread_change_pri()
2041 ASSERT(on_rq); in thread_change_pri()
2050 return (on_rq); in thread_change_pri()