Home
last modified time | relevance | path

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

/xen/xen/common/sched/
A Dprivate.h44 struct scheduler *scheduler; member
273 struct scheduler { struct
278 struct cpupool *cpupool;/* points to this scheduler's pool */ argument
282 int (*init) (struct scheduler *); argument
283 void (*deinit) (struct scheduler *); argument
286 void * (*alloc_udata) (const struct scheduler *, argument
301 void (*insert_unit) (const struct scheduler *, argument
303 void (*remove_unit) (const struct scheduler *, argument
306 void (*sleep) (const struct scheduler *, argument
308 void (*wake) (const struct scheduler *, argument
[all …]

Completed in 56 milliseconds