Searched refs:init (Results 1 – 8 of 8) sorted by relevance
51 .init = sched_noop_init,
95 .init = sched_prio_init,
88 if (ctl->scheduler->init != NULL) { in init_sched()89 ctl->scheduler->init(ctl); in init_sched()
219 .init = sched_iorr_init,
336 .init = sched_bvt_init,
85 int32_t (*init)(struct sched_control *ctl); member
358 SYS_INIT_C_SRCS += arch/x86/init.c444 …lib-mod boot-mod hw-mod vp-base-mod vp-dm-mod vp-trusty-mod vp-x86tee-mod vp-hcall-mod sys-init-mod488 sys-init-mod: $(SYS_INIT_MOD)
1166 should generally be the first function called on this context after init:
Completed in 16 milliseconds