Home
last modified time | relevance | path

Searched defs:sched_instance (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dsched.h275 struct sched_instance { struct
276 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 …]