Searched refs:stats_record (Results 1 – 2 of 2) sorted by relevance
| /linux/samples/bpf/ |
| A D | xdp_sample_user.c | 103 struct stats_record { struct 451 struct stats_record *rec; in alloc_stats_record() 650 struct stats_record *stats_prev, in stats_get_rx_cnt() 747 struct stats_record *stats_prev, in stats_get_cpumap_remote() 824 struct stats_record *stats_prev, in stats_get_redirect_cnt() 950 struct stats_record *stats_prev, in stats_get_devmap_xmit() 1002 struct stats_record *stats_prev, in stats_get_devmap_xmit_multi() 1490 static void swap(struct stats_record **a, struct stats_record **b) in swap() 1492 struct stats_record *tmp; in swap() 1500 struct stats_record **prev) in sample_timer_cb() [all …]
|
| A D | xdp_rxq_info_user.c | 192 struct stats_record { struct 223 static struct stats_record *alloc_stats_record(void) in alloc_stats_record() 226 struct stats_record *rec; in alloc_stats_record() 229 rec = calloc(1, sizeof(struct stats_record)); in alloc_stats_record() 242 static void free_stats_record(struct stats_record *r) in free_stats_record() 284 static void stats_collect(struct stats_record *rec) in stats_collect() 334 static void stats_print(struct stats_record *stats_rec, in stats_print() 335 struct stats_record *stats_prev, in stats_print() 421 static inline void swap(struct stats_record **a, struct stats_record **b) in swap() 423 struct stats_record *tmp; in swap() [all …]
|
Completed in 8 milliseconds