Searched refs:dispatch_list (Results 1 – 4 of 4) sorted by relevance
318 INIT_LIST_HEAD(&droq->dispatch_list); in octeon_init_droq()537 &droq->dispatch_list); in octeon_droq_dispatch_pkt()734 list_for_each_safe(tmp, tmp2, &droq->dispatch_list) { in octeon_droq_process_packets()791 list_for_each_safe(tmp, tmp2, &droq->dispatch_list) { in octeon_droq_process_poll_pkts()
301 struct list_head dispatch_list; member
333 fcc->dispatch_list = llist_del_all(&fcc->issue_list); in issue_flush_thread()334 fcc->dispatch_list = llist_reverse_order(fcc->dispatch_list); in issue_flush_thread()340 fcc->dispatch_list, llnode) { in issue_flush_thread()345 fcc->dispatch_list = NULL; in issue_flush_thread()378 if (!fcc->dispatch_list) in f2fs_issue_flush()
598 struct llist_node *dispatch_list; /* list for command dispatch */ member