Home
last modified time | relevance | path

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

/linux/kernel/
A Dsmp.c207 #define cfd_seq_store(var, src, dst, type) \ macro
421 cfd_seq_store(pcpu->seq_queue, this_cpu, cpu, CFD_SEQ_QUEUE); in __smp_call_single_queue_debug()
423 cfd_seq_store(pcpu->seq_ipi, this_cpu, cpu, CFD_SEQ_IPI); in __smp_call_single_queue_debug()
424 cfd_seq_store(seq->ping, this_cpu, cpu, CFD_SEQ_PING); in __smp_call_single_queue_debug()
426 cfd_seq_store(seq->pinged, this_cpu, cpu, CFD_SEQ_PINGED); in __smp_call_single_queue_debug()
428 cfd_seq_store(pcpu->seq_noipi, this_cpu, cpu, CFD_SEQ_NOIPI); in __smp_call_single_queue_debug()
432 #define cfd_seq_store(var, src, dst, type) macro
574 cfd_seq_store(this_cpu_ptr(&cfd_seq_local)->dequeue, in flush_smp_call_function_queue()
637 cfd_seq_store(this_cpu_ptr(&cfd_seq_local)->hdlend, in flush_smp_call_function_queue()
929 cfd_seq_store(pcpu->seq_queue, this_cpu, cpu, CFD_SEQ_QUEUE); in smp_call_function_many_cond()
[all …]

Completed in 5 milliseconds