Searched refs:pdef (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/tools/perf/util/ |
| D | bpf-loader.c | 1248 const struct bpf_map_def *pdef, 1255 int map_fd, const struct bpf_map_def *pdef, in foreach_key_array_all() argument 1261 for (i = 0; i < pdef->max_entries; i++) { in foreach_key_array_all() 1262 err = func(name, map_fd, pdef, op, &i, arg); in foreach_key_array_all() 1275 const struct bpf_map_def *pdef, in foreach_key_array_ranges() argument 1288 err = func(name, map_fd, pdef, op, &idx, arg); in foreach_key_array_ranges() 1451 const struct bpf_map_def *pdef, in apply_obj_config_map_for_key() argument 1460 pdef->value_size, in apply_obj_config_map_for_key()
|