Home
last modified time | relevance | path

Searched refs:llist_reverse_order (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/lib/
H A Dllist.c75 struct llist_node *llist_reverse_order(struct llist_node *head) in llist_reverse_order() function
88 EXPORT_SYMBOL_GPL(llist_reverse_order);
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dgenpool.c84 head = llist_reverse_order(head); in mce_gen_pool_process()
/openbmc/linux/include/linux/
H A Dllist.h252 struct llist_node *llist_reverse_order(struct llist_node *head);
/openbmc/linux/drivers/md/bcache/
H A Dclosure.c75 reverse = llist_reverse_order(list); in __closure_wake_up()
/openbmc/linux/drivers/acpi/apei/
H A Dghes.c1031 llnode = llist_reverse_order(llnode); in ghes_proc_in_irq()
1075 llnode = llist_reverse_order(llnode); in ghes_print_queued_estatus()
/openbmc/linux/kernel/
H A Dsmp.c461 entry = llist_reverse_order(entry); in __flush_smp_call_function_queue()
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c1276 fifo_list = llist_reverse_order(active); in siw_run_sq()
/openbmc/linux/fs/f2fs/
H A Dcheckpoint.c1783 dispatch_list = llist_reverse_order(dispatch_list); in __checkpoint_and_complete_reqs()
H A Dsegment.c574 fcc->dispatch_list = llist_reverse_order(fcc->dispatch_list); in issue_flush_thread()
/openbmc/linux/drivers/block/
H A Dublk_drv.c1253 io_cmds = llist_reverse_order(io_cmds); in ublk_forward_io_cmds()
/openbmc/linux/drivers/target/
H A Dtarget_core_transport.c1919 cmd_list = llist_reverse_order(cmd_list); in target_queued_submit_work()
/openbmc/linux/drivers/vhost/
H A Dvhost.c413 node = llist_reverse_order(node); in vhost_run_work_list()
/openbmc/linux/block/
H A Dblk-mq.c1132 struct llist_node *entry = llist_reverse_order(llist_del_all(list)); in blk_complete_reqs()
/openbmc/linux/io_uring/
H A Dio_uring.c1414 node = llist_reverse_order(io_llist_xchg(&ctx->work_llist, NULL)); in __io_run_local_work()
/openbmc/linux/drivers/md/
H A Draid5.c371 head = llist_reverse_order(head); in release_stripe_list()