Searched refs:queue_stats_fd (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/samples/bpf/ |
H A D | hbm.c | 72 static int queue_stats_fd; variable 148 queue_stats_fd = bpf_object__find_map_fd_by_name(obj, "queue_stats"); in prog_load() 149 if (queue_stats_fd < 0) { in prog_load() 193 if (bpf_map_update_elem(queue_stats_fd, &key, &qstats, BPF_ANY)) { in run_bpf_prog() 224 bpf_map_lookup_elem(queue_stats_fd, &key, &qstats); in run_bpf_prog() 253 bpf_map_lookup_elem(queue_stats_fd, &key, &qstats); in run_bpf_prog() 300 if (bpf_map_update_elem(queue_stats_fd, &key, &qstats, BPF_ANY)) in run_bpf_prog() 307 if (stats_flag && bpf_map_lookup_elem(queue_stats_fd, &key, &qstats)) { in run_bpf_prog()
|