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_structs266on_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…
292on_rq, (struct task_struct)->prio, (struct task_struct)->static_prio, (struct task_struct)->normal…
293on_rq, (struct task_struct)->prio, (struct task_struct)->static_prio, (struct task_struct)->normal…
296on_rq, (struct task_struct)->prio, (struct task_struct)->static_prio, (struct task_struct)->normal…
297on_rq, (struct task_struct)->prio, (struct task_struct)->static_prio, (struct task_struct)->normal…
322on_rq, (struct task_struct)->prio, (struct task_struct)->static_prio, (struct task_struct)->normal…
325on_rq, (struct task_struct)->prio, (struct task_struct)->static_prio, (struct task_struct)->normal…
326on_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()