Home
last modified time | relevance | path

Searched refs:dispatch_list (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Docteon_droq.c301 INIT_LIST_HEAD(&droq->dispatch_list); in octeon_init_droq()
550 &droq->dispatch_list); in octeon_droq_dispatch_pkt()
759 list_for_each_safe(tmp, tmp2, &droq->dispatch_list) { in octeon_droq_process_packets()
809 list_for_each_safe(tmp, tmp2, &droq->dispatch_list) { in octeon_droq_process_poll_pkts()
H A Docteon_droq.h308 struct list_head dispatch_list; member
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Docteon_droq.c303 INIT_LIST_HEAD(&droq->dispatch_list); in octeon_init_droq()
552 &droq->dispatch_list); in octeon_droq_dispatch_pkt()
761 list_for_each_safe(tmp, tmp2, &droq->dispatch_list) { in octeon_droq_process_packets()
812 list_for_each_safe(tmp, tmp2, &droq->dispatch_list) { in octeon_droq_process_poll_pkts()
H A Docteon_droq.h308 struct list_head dispatch_list; member
/kernel/linux/linux-6.6/fs/f2fs/
H A Dcheckpoint.c1776 struct llist_node *dispatch_list; in __checkpoint_and_complete_reqs() local
1780 dispatch_list = llist_del_all(&cprc->issue_list); in __checkpoint_and_complete_reqs()
1781 if (!dispatch_list) in __checkpoint_and_complete_reqs()
1783 dispatch_list = llist_reverse_order(dispatch_list); in __checkpoint_and_complete_reqs()
1788 llist_for_each_entry_safe(req, next, dispatch_list, llnode) { in __checkpoint_and_complete_reqs()
H A Dsegment.c563 fcc->dispatch_list = llist_del_all(&fcc->issue_list); in issue_flush_thread()
564 fcc->dispatch_list = llist_reverse_order(fcc->dispatch_list); in issue_flush_thread()
566 cmd = llist_entry(fcc->dispatch_list, struct flush_cmd, llnode); in issue_flush_thread()
572 fcc->dispatch_list, llnode) { in issue_flush_thread()
576 fcc->dispatch_list = NULL; in issue_flush_thread()
H A Df2fs.h1032 struct llist_node *dispatch_list; /* list for command dispatch */ member
/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.c724 fcc->dispatch_list = llist_del_all(&fcc->issue_list); in issue_flush_thread()
725 fcc->dispatch_list = llist_reverse_order(fcc->dispatch_list); in issue_flush_thread()
727 cmd = llist_entry(fcc->dispatch_list, struct flush_cmd, llnode); in issue_flush_thread()
733 fcc->dispatch_list, llnode) { in issue_flush_thread()
737 fcc->dispatch_list = NULL; in issue_flush_thread()
H A Df2fs.h971 struct llist_node *dispatch_list; /* list for command dispatch */ member

Completed in 36 milliseconds