Searched refs:map_collect_percpu (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/samples/bpf/ |
| D | xdp_redirect_cpu_user.c | 132 static bool map_collect_percpu(int fd, __u32 key, struct record *rec) in map_collect_percpu() function 428 map_collect_percpu(fd, 0, &rec->rx_cnt); in stats_collect() 431 map_collect_percpu(fd, 1, &rec->redir_err); in stats_collect() 435 map_collect_percpu(fd, i, &rec->enq[i]); in stats_collect() 438 map_collect_percpu(fd, 0, &rec->kthread); in stats_collect() 441 map_collect_percpu(fd, 0, &rec->exception); in stats_collect()
|
| D | xdp_rxq_info_user.c | 247 static bool map_collect_percpu(int fd, __u32 key, struct record *rec) in map_collect_percpu() function 281 map_collect_percpu(fd, 0, &rec->stats); in stats_collect() 286 map_collect_percpu(fd, i, &rec->rxq[i]); in stats_collect()
|