Searched refs:wi_list (Results 1 – 2 of 2) sorted by relevance
132 LASSERT(!list_empty(&wi->wi_list)); in cfs_wi_exit()133 list_del_init(&wi->wi_list); in cfs_wi_exit()139 LASSERT(list_empty(&wi->wi_list)); in cfs_wi_exit()169 LASSERT(!list_empty(&wi->wi_list)); in cfs_wi_deschedule()170 list_del_init(&wi->wi_list); in cfs_wi_deschedule()178 LASSERT (list_empty(&wi->wi_list)); in cfs_wi_deschedule()201 LASSERT (list_empty(&wi->wi_list)); in cfs_wi_schedule()206 list_add_tail(&wi->wi_list, &sched->ws_runq); in cfs_wi_schedule()209 list_add(&wi->wi_list, &sched->ws_rerunq); in cfs_wi_schedule()213 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()