Searched refs:record (Results 1 – 4 of 4) sorted by relevance
/samples/bpf/ |
D | xdp_rxq_info_user.c | 187 struct record { struct 193 struct record stats; argument 194 struct record *rxq; 210 static struct record *alloc_record_per_rxq(void) in alloc_record_per_rxq() 213 struct record *array; in alloc_record_per_rxq() 215 array = calloc(nr_rxqs, sizeof(struct record)); in alloc_record_per_rxq() 255 static bool map_collect_percpu(int fd, __u32 key, struct record *rec) in map_collect_percpu() 297 static double calc_period(struct record *r, struct record *p) in calc_period() 341 struct record *rec, *prev; in stats_print() 432 struct stats_record *record, *prev; in stats_poll() local [all …]
|
D | xdp_redirect_cpu_user.c | 185 struct record { struct 191 struct record rx_cnt; argument 192 struct record redir_err; 193 struct record kthread; 194 struct record exception; 195 struct record enq[]; 198 static bool map_collect_percpu(int fd, __u32 key, struct record *rec) in map_collect_percpu() 261 size = sizeof(*rec) + n_cpus * sizeof(struct record); in alloc_stats_record() 291 static double calc_period(struct record *r, struct record *p) in calc_period() 359 struct record *rec, *prev; in stats_print() [all …]
|
D | xdp_monitor_user.c | 160 struct record { struct 178 struct record xdp_cpumap_kthread; 179 struct record xdp_cpumap_enqueue[MAX_CPUS]; 180 struct record xdp_devmap_xmit; 183 static bool map_collect_record(int fd, __u32 key, struct record *rec) in map_collect_record() 245 static double calc_period(struct record *r, struct record *p) in calc_period() 398 struct record *rec, *prev; in stats_print() 437 struct record *rec, *prev; in stats_print() 469 struct record *rec, *prev; in stats_print()
|
/samples/kfifo/ |
D | Makefile | 2 obj-$(CONFIG_SAMPLE_KFIFO) += bytestream-example.o dma-example.o inttype-example.o record-example.o
|