Searched refs:map_id (Results 1 – 5 of 5) sorted by relevance
/kernel/bpf/ |
D | map_iter.c | 10 u32 map_id; member 18 map = bpf_map_get_curr_or_next(&info->map_id); in bpf_map_seq_start() 32 ++info->map_id; in bpf_map_seq_next() 34 return bpf_map_get_curr_or_next(&info->map_id); in bpf_map_seq_next() 161 info->iter.map.map_id = aux->map->id; in bpf_iter_map_fill_link_info()
|
D | cpumap.c | 56 int map_id; /* Back reference to map */ member 397 trace_xdp_cpumap_kthread(rcpu->map_id, n, kmem_alloc_drops, in cpu_map_kthread_run() 465 rcpu->map_id = map->id; in __cpu_map_entry_alloc() 735 trace_xdp_cpumap_enqueue(rcpu->map_id, processed, drops, to_cpu); in bq_flush_to_queue() 795 trace_xdp_cpumap_enqueue(rcpu->map_id, !ret, !!ret, rcpu->cpu); in cpu_map_generic_redirect()
|
D | syscall.c | 3467 u32 id = attr->map_id; in bpf_map_get_fd_by_id()
|
/kernel/trace/ |
D | trace_mmiotrace.c | 182 rw->width, secs, usec_rem, rw->map_id, in mmio_print_rw() 189 rw->width, secs, usec_rem, rw->map_id, in mmio_print_rw() 197 secs, usec_rem, rw->map_id, in mmio_print_rw() 227 secs, usec_rem, m->map_id, in mmio_print_map() 234 secs, usec_rem, m->map_id, 0UL, 0); in mmio_print_map()
|
D | trace_entries.h | 264 __field_desc( int, rw, map_id ) 271 __entry->map_id, __entry->opcode, __entry->width) 283 __field_desc( int, map, map_id ) 289 __entry->map_id, __entry->opcode)
|