Searched refs:to_cpu (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/trace/events/ |
D | xdp.h | 235 int to_cpu), 237 TP_ARGS(map_id, processed, drops, to_cpu), 245 __field(int, to_cpu) 254 __entry->to_cpu = to_cpu; 264 __entry->to_cpu)
|
/linux-6.1.9/samples/bpf/ |
D | xdp_sample.bpf.c | 129 unsigned int drops, int to_cpu) in BPF_PROG() argument 138 idx = to_cpu * nr_cpus + cpu; in BPF_PROG()
|
D | xdp_sample_user.c | 697 int i, to_cpu; in stats_get_cpumap_enqueue() local 700 for (to_cpu = 0; to_cpu < sample_n_cpus; to_cpu++) { in stats_get_cpumap_enqueue() 701 rec = &stats_rec->enq[to_cpu]; in stats_get_cpumap_enqueue() 702 prev = &stats_prev->enq[to_cpu]; in stats_get_cpumap_enqueue() 712 snprintf(str, sizeof(str), "enqueue to cpu %d", to_cpu); in stats_get_cpumap_enqueue() 734 snprintf(str, sizeof(str), "cpu:%d->%d", i, to_cpu); in stats_get_cpumap_enqueue()
|
/linux-6.1.9/kernel/bpf/ |
D | cpumap.c | 695 const int to_cpu = rcpu->cpu; in bq_flush_to_queue() local 722 trace_xdp_cpumap_enqueue(rcpu->map_id, processed, drops, to_cpu); in bq_flush_to_queue()
|
/linux-6.1.9/kernel/dma/ |
D | debug.c | 1076 bool to_cpu) in check_sync() argument 1117 if (to_cpu && !(entry->direction == DMA_FROM_DEVICE) && in check_sync() 1127 if (!to_cpu && !(entry->direction == DMA_TO_DEVICE) && in check_sync()
|