Searched refs:map_id (Results 1 – 4 of 4) sorted by relevance
/kernel/bpf/ |
D | cpumap.c | 54 int map_id; /* Back reference to map */ member 324 trace_xdp_cpumap_kthread(rcpu->map_id, n, drops, sched); in cpu_map_kthread_run() 335 int map_id) in __cpu_map_entry_alloc() argument 370 rcpu->map_id = map_id; in __cpu_map_entry_alloc() 375 "cpumap/%d/map:%d", cpu, map_id); in __cpu_map_entry_alloc() 636 trace_xdp_cpumap_enqueue(rcpu->map_id, processed, drops, to_cpu); in bq_flush_to_queue()
|
D | syscall.c | 2191 u32 id = attr->map_id; in bpf_map_get_fd_by_id()
|
/kernel/trace/ |
D | trace_entries.h | 286 __field_desc( int, rw, map_id ) 293 __entry->map_id, __entry->opcode, __entry->width), 307 __field_desc( int, map, map_id ) 313 __entry->map_id, __entry->opcode),
|
D | trace_mmiotrace.c | 184 rw->width, secs, usec_rem, rw->map_id, in mmio_print_rw() 191 rw->width, secs, usec_rem, rw->map_id, in mmio_print_rw() 199 secs, usec_rem, rw->map_id, in mmio_print_rw() 229 secs, usec_rem, m->map_id, in mmio_print_map() 236 secs, usec_rem, m->map_id, 0UL, 0); in mmio_print_map()
|