Searched refs:llnode (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/kernel/
H A Dirq_work.c78 if (llist_add(&work->llnode, &per_cpu(raised_list, cpu))) irq_work_queue_on()
98 if (llist_add(&work->llnode, this_cpu_ptr(&lazy_list)) && irq_work_queue()
102 if (llist_add(&work->llnode, this_cpu_ptr(&raised_list))) irq_work_queue()
133 struct llist_node *llnode; irq_work_run_list() local
140 llnode = llist_del_all(list); irq_work_run_list()
141 while (llnode != NULL) { irq_work_run_list()
142 work = llist_entry(llnode, struct irq_work, llnode); irq_work_run_list()
144 llnode = llist_next(llnode); irq_work_run_list()
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
H A Dmce-genpool.c40 llist_for_each_entry_safe(node, tmp, head, llnode) { llist_for_each_entry_safe()
66 llist_add(&node->llnode, &mce_event_llist); mce_gen_pool_add()
H A Dmce-internal.h30 struct llist_node llnode; member in struct:mce_evt_llist
/linux-4.4.14/include/linux/
H A Dirq_work.h22 struct llist_node llnode; member in struct:irq_work
/linux-4.4.14/drivers/acpi/apei/
H A Dghes.c743 struct llist_node *llnode, *next; ghes_proc_in_irq() local
749 llnode = llist_del_all(&ghes_estatus_llist); ghes_proc_in_irq()
754 llnode = llist_reverse_order(llnode); ghes_proc_in_irq()
755 while (llnode) { ghes_proc_in_irq()
756 next = llnode->next; ghes_proc_in_irq()
757 estatus_node = llist_entry(llnode, struct ghes_estatus_node, ghes_proc_in_irq()
758 llnode); ghes_proc_in_irq()
770 llnode = next; ghes_proc_in_irq()
776 struct llist_node *llnode; ghes_print_queued_estatus() local
782 llnode = llist_del_all(&ghes_estatus_llist); ghes_print_queued_estatus()
787 llnode = llist_reverse_order(llnode); ghes_print_queued_estatus()
788 while (llnode) { ghes_print_queued_estatus()
789 estatus_node = llist_entry(llnode, struct ghes_estatus_node, ghes_print_queued_estatus()
790 llnode); ghes_print_queued_estatus()
796 llnode = llnode->next; ghes_print_queued_estatus()
822 llist_add(&estatus_node->llnode, &ghes_estatus_llist); __process_error()
/linux-4.4.14/include/acpi/
H A Dghes.h28 struct llist_node llnode; member in struct:ghes_estatus_node
/linux-4.4.14/net/rds/
H A Dib_rdma.c52 struct llist_node llnode; member in struct:rds_ib_mr
301 ibmr = llist_entry(ret, struct rds_ib_mr, llnode); rds_ib_reuse_fmr()
589 ibmr = llist_entry(node, struct rds_ib_mr, llnode); llist_append_to_list()
612 cur = &ibmr->llnode; list_for_each_entry()
729 *ibmr_ret = llist_entry(clean_nodes, struct rds_ib_mr, llnode); rds_ib_flush_mr_pool()
766 llist_add(&ibmr->llnode, &pool->drop_list); rds_ib_free_mr()
768 llist_add(&ibmr->llnode, &pool->free_list); rds_ib_free_mr()
/linux-4.4.14/drivers/vhost/
H A Dscsi.c510 struct llist_node *llnode; vhost_scsi_evt_work() local
513 llnode = llist_del_all(&vs->vs_event_list); vhost_scsi_evt_work()
514 while (llnode) { vhost_scsi_evt_work()
515 evt = llist_entry(llnode, struct vhost_scsi_evt, list); vhost_scsi_evt_work()
516 llnode = llist_next(llnode); vhost_scsi_evt_work()
535 struct llist_node *llnode; vhost_scsi_complete_cmd_work() local
541 llnode = llist_del_all(&vs->vs_completion_list); vhost_scsi_complete_cmd_work()
542 while (llnode) { vhost_scsi_complete_cmd_work()
543 cmd = llist_entry(llnode, struct vhost_scsi_cmd, vhost_scsi_complete_cmd_work()
545 llnode = llist_next(llnode); vhost_scsi_complete_cmd_work()
/linux-4.4.14/mm/
H A Dvmalloc.c51 struct llist_node *llnode = llist_del_all(&p->list); free_work() local
52 while (llnode) { free_work()
53 void *p = llnode; free_work()
54 llnode = llist_next(llnode); free_work()
/linux-4.4.14/fs/f2fs/
H A Dsegment.c340 fcc->dispatch_list, llnode) { issue_flush_thread()
376 llist_add(&cmd.llnode, &fcc->issue_list); f2fs_issue_flush()
H A Df2fs.h590 struct llist_node llnode; member in struct:flush_cmd

Completed in 413 milliseconds