Home
last modified time | relevance | path

Searched refs:priv (Results 1 – 5 of 5) sorted by relevance

/hypervisor/common/
A Dsched_noop.c13 ctl->priv = noop_ctl; in sched_noop_init()
20 struct sched_noop_control *noop_ctl = (struct sched_noop_control *)ctl->priv; in sched_noop_pick_next()
33 struct sched_noop_control *noop_ctl = (struct sched_noop_control *)obj->sched_ctl->priv; in sched_noop_sleep()
42 struct sched_noop_control *noop_ctl = (struct sched_noop_control *)obj->sched_ctl->priv; in sched_noop_wake()
A Dsched_iorr.c40 struct sched_iorr_control *iorr_ctl = (struct sched_iorr_control *)obj->sched_ctl->priv; in runqueue_add_head()
56 struct sched_iorr_control *iorr_ctl = (struct sched_iorr_control *)obj->sched_ctl->priv; in runqueue_add_tail()
77 struct sched_iorr_control *iorr_ctl = (struct sched_iorr_control *)ctl->priv; in sched_tick_handler()
123 struct sched_iorr_control *iorr_ctl = (struct sched_iorr_control *)ctl->priv; in sched_iorr_del_timer()
136 ctl->priv = iorr_ctl; in sched_iorr_init()
167 struct sched_iorr_control *iorr_ctl = (struct sched_iorr_control *)ctl->priv; in sched_iorr_pick_next()
A Dsched_prio.c23 ctl->priv = prio_ctl; in sched_prio_init()
40 struct sched_prio_control *prio_ctl = (struct sched_prio_control *)ctl->priv; in sched_prio_pick_next()
55 (struct sched_prio_control *)obj->sched_ctl->priv; in prio_queue_add()
A Dsched_bvt.c98 (struct sched_bvt_control *)obj->sched_ctl->priv; in runqueue_add()
148 struct sched_bvt_control *bvt_ctl = (struct sched_bvt_control *)obj->sched_ctl->priv; in get_svt()
156 struct sched_bvt_control *bvt_ctl = (struct sched_bvt_control *)ctl->priv; in sched_tick_handler()
187 ctl->priv = bvt_ctl; in sched_bvt_init()
198 struct sched_bvt_control *bvt_ctl = (struct sched_bvt_control *)ctl->priv; in sched_bvt_deinit()
259 struct sched_bvt_control *bvt_ctl = (struct sched_bvt_control *)ctl->priv; in sched_bvt_pick_next()
/hypervisor/include/common/
A Dschedule.h77 void *priv; member

Completed in 10 milliseconds