Searched defs:sched_instance (Results 1 – 1 of 1) sorted by relevance
275 struct sched_instance { struct276 int (*load)(void);277 int (*rr_interval)(void);278 bool (*runnable)(void);279 void (*exit)(struct proc *p, struct thread *childtd);280 void (*fork)(struct thread *td, struct thread *childtd);281 void (*fork_exit)(struct thread *td);282 void (*class)(struct thread *td, int class);283 void (*nice)(struct proc *p, int nice);284 void (*ap_entry)(void);[all …]