Searched refs:wi_list (Results 1 – 2 of 2) sorted by relevance
133 LASSERT(!list_empty(&wi->wi_list)); in cfs_wi_exit()134 list_del_init(&wi->wi_list); in cfs_wi_exit()140 LASSERT(list_empty(&wi->wi_list)); in cfs_wi_exit()170 LASSERT(!list_empty(&wi->wi_list)); in cfs_wi_deschedule()171 list_del_init(&wi->wi_list); in cfs_wi_deschedule()179 LASSERT (list_empty(&wi->wi_list)); in cfs_wi_deschedule()202 LASSERT (list_empty(&wi->wi_list)); in cfs_wi_schedule()207 list_add_tail(&wi->wi_list, &sched->ws_runq); in cfs_wi_schedule()210 list_add(&wi->wi_list, &sched->ws_rerunq); in cfs_wi_schedule()214 LASSERT (!list_empty(&wi->wi_list)); in cfs_wi_schedule()[all …]
78 struct list_head wi_list; member92 INIT_LIST_HEAD(&wi->wi_list); in cfs_wi_init()