Lines Matching refs:llist
351 csd = container_of(node, call_single_data_t, node.llist); in __smp_call_single_queue()
404 __smp_call_single_queue(cpu, &csd->node.llist); in generic_exec_single()
462 llist_for_each_entry(csd, entry, node.llist) { in __flush_smp_call_function_queue()
487 llist_for_each_entry_safe(csd, csd_next, entry, node.llist) { in __flush_smp_call_function_queue()
494 prev->next = &csd_next->node.llist; in __flush_smp_call_function_queue()
496 entry = &csd_next->node.llist; in __flush_smp_call_function_queue()
504 prev = &csd->node.llist; in __flush_smp_call_function_queue()
515 llist_for_each_entry_safe(csd, csd_next, entry, node.llist) { in __flush_smp_call_function_queue()
520 prev->next = &csd_next->node.llist; in __flush_smp_call_function_queue()
522 entry = &csd_next->node.llist; in __flush_smp_call_function_queue()
538 prev = &csd->node.llist; in __flush_smp_call_function_queue()
546 csd = llist_entry(entry, typeof(*csd), node.llist); in __flush_smp_call_function_queue()
813 if (llist_add(&csd->node.llist, &per_cpu(call_single_queue, cpu))) { in smp_call_function_many_cond()