Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dllist.c103 struct llist_node *llist_reverse_order(struct llist_node *head) in llist_reverse_order() function
116 EXPORT_SYMBOL_GPL(llist_reverse_order);
Dlwq.c30 this = llist_reverse_order(llist_del_all(&q->new)); in __lwq_dequeue()
64 *ep = llist_reverse_order(t); in lwq_dequeue_all()
Dclosure.c86 reverse = llist_reverse_order(list); in __closure_wake_up()
/linux-6.12.1/include/linux/
Dlwq.h121 return llist_add_batch(llist_reverse_order(n), e, &q->new) && in lwq_enqueue_batch()
Dllist.h298 struct llist_node *llist_reverse_order(struct llist_node *head);
/linux-6.12.1/arch/x86/kernel/cpu/mce/
Dgenpool.c84 head = llist_reverse_order(head); in mce_gen_pool_process()
/linux-6.12.1/drivers/acpi/apei/
Dghes.c1115 llnode = llist_reverse_order(llnode); in ghes_proc_in_irq()
1159 llnode = llist_reverse_order(llnode); in ghes_print_queued_estatus()
/linux-6.12.1/kernel/
Dsmp.c490 entry = llist_reverse_order(entry); in __flush_smp_call_function_queue()
/linux-6.12.1/drivers/infiniband/sw/siw/
Dsiw_qp_tx.c1263 fifo_list = llist_reverse_order(active); in siw_run_sq()
/linux-6.12.1/io_uring/
Dio_uring.c1134 node = llist_reverse_order(node); in tctx_task_work_run()
1314 node = llist_reverse_order(io_llist_xchg(&ctx->work_llist, NULL)); in __io_run_local_work()
/linux-6.12.1/fs/f2fs/
Dcheckpoint.c1801 dispatch_list = llist_reverse_order(dispatch_list); in __checkpoint_and_complete_reqs()
Dsegment.c575 fcc->dispatch_list = llist_reverse_order(fcc->dispatch_list); in issue_flush_thread()
/linux-6.12.1/drivers/target/
Dtarget_core_transport.c1893 cmd_list = llist_reverse_order(cmd_list); in target_queued_submit_work()
/linux-6.12.1/drivers/block/
Dublk_drv.c1185 io_cmds = llist_reverse_order(io_cmds); in ublk_forward_io_cmds()
/linux-6.12.1/drivers/vhost/
Dvhost.c401 node = llist_reverse_order(node); in vhost_run_work_list()
/linux-6.12.1/block/
Dblk-mq.c1122 struct llist_node *entry = llist_reverse_order(llist_del_all(list)); in blk_complete_reqs()
/linux-6.12.1/drivers/md/
Draid5.c373 head = llist_reverse_order(head); in release_stripe_list()