/Linux-v4.19/include/trace/events/ |
D | xdp.h | 68 __field(u32, map_id) 78 __entry->map_id = map ? map->id : 0; 123 __entry->map_id, __entry->map_index) 138 __entry->map_id, __entry->map_index) 163 TP_PROTO(int map_id, unsigned int processed, unsigned int drops, 166 TP_ARGS(map_id, processed, drops, sched), 169 __field(int, map_id) 178 __entry->map_id = map_id; 190 __entry->cpu, __entry->map_id, 198 TP_PROTO(int map_id, unsigned int processed, unsigned int drops, [all …]
|
/Linux-v4.19/samples/bpf/ |
D | syscall_tp_user.c | 33 static void verify_map(int map_id) in verify_map() argument 38 if (bpf_map_lookup_elem(map_id, &key, &val) != 0) { in verify_map() 43 fprintf(stderr, "failed: map #%d returns value 0\n", map_id); in verify_map() 47 if (bpf_map_update_elem(map_id, &key, &val, BPF_ANY) != 0) { in verify_map()
|
D | xdp_monitor_kern.c | 35 u32 map_id; // offset:28 size:4; signed:0; member 151 int map_id; // offset:8; size:4; signed:1; member 186 int map_id; // offset:8; size:4; signed:1; member 225 int map_id; // offset:8; size:4; signed:1; member
|
D | xdp_redirect_cpu_kern.c | 582 u32 map_id; // offset:28 size:4; signed:0; member 656 int map_id; // offset:8; size:4; signed:1; member 696 int map_id; // offset:8; size:4; signed:1; member
|
/Linux-v4.19/kernel/bpf/ |
D | cpumap.c | 49 int map_id; /* Back reference to map */ member 292 trace_xdp_cpumap_kthread(rcpu->map_id, processed, drops, sched); in cpu_map_kthread_run() 303 int map_id) in __cpu_map_entry_alloc() argument 332 rcpu->map_id = map_id; in __cpu_map_entry_alloc() 337 "cpumap/%d/map:%d", cpu, map_id); in __cpu_map_entry_alloc() 595 trace_xdp_cpumap_enqueue(rcpu->map_id, processed, drops, to_cpu); in bq_flush_to_queue()
|
D | syscall.c | 1824 u32 id = attr->map_id; in bpf_map_get_fd_by_id()
|
/Linux-v4.19/include/linux/ |
D | mmiotrace.h | 92 int map_id; member 101 int map_id; member
|
/Linux-v4.19/kernel/trace/ |
D | trace_entries.h | 289 __field_desc( int, rw, map_id ) 296 __entry->map_id, __entry->opcode, __entry->width), 310 __field_desc( int, map, map_id ) 316 __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()
|
/Linux-v4.19/drivers/net/ethernet/ibm/ |
D | ibmvnic.h | 317 u8 map_id; member 607 u8 map_id; member 617 u8 map_id; member 626 u8 map_id; member 634 u8 map_id; member 879 u8 map_id; member 1061 u8 map_id; member
|
D | ibmvnic.c | 186 ltb->map_id = adapter->map_id; in alloc_long_term_buff() 187 adapter->map_id++; in alloc_long_term_buff() 191 ltb->size, ltb->map_id); in alloc_long_term_buff() 217 send_request_unmap(adapter, ltb->map_id); in free_long_term_buff() 229 rc = send_request_map(adapter, ltb->addr, ltb->size, ltb->map_id); in reset_long_term_buff() 307 sub_crq.rx_add.map_id = pool->long_term_buff.map_id; in replenish_rx_pool() 1031 adapter->map_id = 1; in init_resources() 1544 tx_crq.v1.dma_reg = cpu_to_be16(tx_pool->long_term_buff.map_id); in ibmvnic_xmit() 1823 adapter->map_id = 1; in do_reset() 3494 u32 len, u8 map_id) in send_request_map() argument [all …]
|
/Linux-v4.19/arch/x86/mm/ |
D | mmio-mod.c | 162 my_trace->map_id = trace->id; in pre() 262 map.map_id = trace->id; in ioremap_trace_core() 319 map.map_id = (found_trace) ? found_trace->id : -1; in iounmap_trace_core()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/ |
D | offload.c | 92 record->map_id = map->id; in nfp_map_ptr_record() 474 u32 pkt_size, data_size, map_id; in nfp_bpf_event_output() local 483 map_id = map_id_full; in nfp_bpf_event_output() 491 record = rhashtable_lookup_fast(&bpf->maps_neutral, &map_id, in nfp_bpf_event_output()
|
D | main.h | 228 u32 map_id; member
|
D | main.c | 49 .key_offset = offsetof(struct nfp_bpf_neutral_map, map_id),
|
/Linux-v4.19/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 171 static int MR_PopulateDrvRaidMap(struct megasas_instance *instance, u64 map_id) in MR_PopulateDrvRaidMap() argument 184 fusion->ld_drv_map[(map_id & 1)]; in MR_PopulateDrvRaidMap() 193 fw_map_dyn = fusion->ld_map[(map_id & 1)]; in MR_PopulateDrvRaidMap() 258 (struct MR_FW_RAID_MAP_EXT *)fusion->ld_map[(map_id & 1)]; in MR_PopulateDrvRaidMap() 285 fusion->ld_map[(map_id & 1)]; in MR_PopulateDrvRaidMap() 316 u8 MR_ValidateMapInfo(struct megasas_instance *instance, u64 map_id) in MR_ValidateMapInfo() argument 328 if (MR_PopulateDrvRaidMap(instance, map_id)) in MR_ValidateMapInfo() 332 drv_map = fusion->ld_drv_map[(map_id & 1)]; in MR_ValidateMapInfo()
|
D | megaraid_sas_fusion.c | 1265 ci = (void *) fusion->ld_map[(instance->map_id & 1)]; in megasas_get_ld_map_info() 1266 ci_h = fusion->ld_map_phys[(instance->map_id & 1)]; in megasas_get_ld_map_info() 1308 if (MR_ValidateMapInfo(instance, instance->map_id)) { in megasas_get_map_info() 1354 map = fusion->ld_drv_map[instance->map_id & 1]; in megasas_sync_map_info() 1365 fusion->ld_map[(instance->map_id - 1) & 1]; in megasas_sync_map_info() 1368 ci_h = fusion->ld_map_phys[(instance->map_id - 1) & 1]; in megasas_sync_map_info() 2627 local_map_ptr = fusion->ld_drv_map[(instance->map_id & 1)]; in megasas_build_ldio_fusion() 2822 local_map_ptr = fusion->ld_drv_map[(instance->map_id & 1)]; in megasas_build_ld_nonrw_fusion() 2959 local_map_ptr = fusion->ld_drv_map[(instance->map_id & 1)]; in megasas_build_syspd_fusion()
|
D | megaraid_sas.h | 234 extern u8 MR_ValidateMapInfo(struct megasas_instance *instance, u64 map_id); 2281 u64 map_id; member
|
D | megaraid_sas_base.c | 1818 local_map_ptr = fusion->ld_drv_map[(instance->map_id & 1)]; in megasas_set_dynamic_target_properties() 3384 (MR_ValidateMapInfo(instance, (instance->map_id + 1)))) { in megasas_complete_cmd() 3385 instance->map_id++; in megasas_complete_cmd() 5500 if (MR_ValidateMapInfo(instance, instance->map_id)) in megasas_init_fw()
|
/Linux-v4.19/tools/include/uapi/linux/ |
D | bpf.h | 362 __u32 map_id; member
|
/Linux-v4.19/include/uapi/linux/ |
D | bpf.h | 362 __u32 map_id; member
|
/Linux-v4.19/tools/lib/bpf/ |
D | bpf.c | 459 attr.map_id = id; in bpf_map_get_fd_by_id()
|