Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dxdp_rxq_info_user.c200 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in alloc_record_per_rxq()
216 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in alloc_stats_record()
236 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in free_stats_record()
284 max_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in stats_collect()
330 unsigned int nr_rxqs = bpf_map__def(rx_queue_index_map)->max_entries; in stats_print()
/Linux-v4.19/tools/lib/bpf/
Dlibbpf.h258 const struct bpf_map_def *bpf_map__def(struct bpf_map *map);
Dlibbpf.c2171 const struct bpf_map_def *bpf_map__def(struct bpf_map *map) in bpf_map__def() function
/Linux-v4.19/tools/perf/util/
Dbpf-loader.c1019 const struct bpf_map_def *def = bpf_map__def(map); in __bpf_map__config_value()
1090 def = bpf_map__def(map); in __bpf_map__config_event()
1161 def = bpf_map__def(map); in config_map_indices_range_check()
1337 def = bpf_map__def(map); in bpf_map_config_foreach_key()