Searched refs:sched_priv (Results 1 – 7 of 7) sorted by relevance
239 spin_lock_irqsave(&sched_priv->lock, flags); in arinc653_sched_set()272 sched_priv->schedule[i].unit_id = in arinc653_sched_set()274 sched_priv->schedule[i].runtime = in arinc653_sched_set()286 sched_priv->next_major_frame = NOW(); in arinc653_sched_set()314 spin_lock_irqsave(&sched_priv->lock, flags); in arinc653_sched_get()401 spin_lock_irqsave(&sched_priv->lock, flags); in a653sched_alloc_udata()419 ++sched_priv->num_schedule_entries; in a653sched_alloc_udata()455 spin_lock_irqsave(&sched_priv->lock, flags); in a653sched_free_udata()522 spin_lock_irqsave(&sched_priv->lock, flags); in a653sched_do_schedule()524 if ( sched_priv->num_schedule_entries < 1 ) in a653sched_do_schedule()[all …]
277 const struct null_pcpu *npc = get_sched_res(cpu)->sched_priv; in pick_res()345 struct null_pcpu *npc = get_sched_res(cpu)->sched_priv; in unit_assign()374 struct null_pcpu *npc = get_sched_res(cpu)->sched_priv; in unit_deassign()475 npc = get_sched_res(cpu)->sched_priv; in null_unit_insert()535 npc = unit->res->sched_priv; in null_unit_remove()565 struct null_pcpu *npc = get_sched_res(cpu)->sched_priv; in null_unit_wake()640 struct null_pcpu *npc = get_sched_res(cpu)->sched_priv; in null_unit_sleep()706 npc = unit->res->sched_priv; in null_unit_migrate()741 npc = get_sched_res(new_cpu)->sched_priv; in null_unit_migrate()782 struct null_dom * const ndom = unit->domain->sched_priv; in null_unit_check()[all …]
566 unit->priv = sched_alloc_udata(dom_scheduler(d), unit, d->sched_priv); in sched_init_vcpu()671 old_domdata = d->sched_priv; in sched_move_domain()679 d->sched_priv = domdata; in sched_move_domain()783 d->sched_priv = sdom; in sched_init_domain()799 sched_free_domdata(dom_scheduler(d), d->sched_priv); in sched_destroy_domain()800 d->sched_priv = NULL; in sched_destroy_domain()2730 sr->sched_priv = NULL; in cpu_schedule_up()3016 idle->domain->sched_priv); in schedule_cpu_add()3080 sr->sched_priv = ppriv; in schedule_cpu_add()3167 ppriv_old = sr->sched_priv; in schedule_cpu_rm()[all …]
51 void *sched_priv; member
86 ((struct csched_pcpu *)get_sched_res(_c)->sched_priv)88 #define CSCHED_DOM(_dom) ((struct csched_dom *) (_dom)->sched_priv)
605 return get_sched_res(cpu)->sched_priv; in csched2_pcpu()615 return d->sched_priv; in csched2_dom()
351 void *sched_priv; /* scheduler-specific data */ member
Completed in 29 milliseconds