Home
last modified time | relevance | path

Searched refs:wi_list (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/libcfs/
Dworkitem.c133 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 …]
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_workitem.h78 struct list_head wi_list; member
92 INIT_LIST_HEAD(&wi->wi_list); in cfs_wi_init()