Searched refs:order_list (Results 1 – 2 of 2) sorted by relevance
107 while (!list_empty(&workers->order_list)) { in run_ordered_completions()108 work = list_entry(workers->order_list.next, in run_ordered_completions()109 struct btrfs_work, order_list); in run_ordered_completions()128 list_del(&work->order_list); in run_ordered_completions()247 INIT_LIST_HEAD(&workers->order_list); in btrfs_init_workers()438 list_add_tail(&work->order_list, &workers->order_list); in btrfs_queue_worker()441 INIT_LIST_HEAD(&work->order_list); in btrfs_queue_worker()
60 struct list_head order_list; member87 struct list_head order_list; member