Searched defs:cfs_wi_sched (Results 1 – 1 of 1) sorted by relevance
48 struct cfs_wi_sched { struct49 struct list_head ws_list; /* chain on global list */51 spinlock_t ws_lock;53 wait_queue_head_t ws_waitq;55 struct list_head ws_runq;61 struct list_head ws_rerunq;63 struct cfs_cpt_table *ws_cptab;65 int ws_cpt;90 cfs_wi_sched_lock(struct cfs_wi_sched *sched) in cfs_wi_sched_lock() argument