Searched refs:queue_stats_fd (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.15/samples/bpf/ | 
| D | hbm.c | 74 static int queue_stats_fd;  variable141 	queue_stats_fd = bpf_object__find_map_fd_by_name(obj, "queue_stats");  in prog_load()
 142 	if (queue_stats_fd < 0) {  in prog_load()
 186 	if (bpf_map_update_elem(queue_stats_fd, &key, &qstats, BPF_ANY)) {  in run_bpf_prog()
 217 		bpf_map_lookup_elem(queue_stats_fd, &key, &qstats);  in run_bpf_prog()
 246 			bpf_map_lookup_elem(queue_stats_fd, &key, &qstats);  in run_bpf_prog()
 293 			if (bpf_map_update_elem(queue_stats_fd, &key, &qstats, BPF_ANY))  in run_bpf_prog()
 300 	if (stats_flag && bpf_map_lookup_elem(queue_stats_fd, &key, &qstats)) {  in run_bpf_prog()
 
 |