Searched refs:rec_sz (Results 1 – 1 of 1) sorted by relevance
527 int rec_sz; in alloc_stats_record() local539 rec_sz = sizeof(struct u64rec); in alloc_stats_record()541 rec->xdp_redirect[i].cpu = alloc_rec_per_cpu(rec_sz); in alloc_stats_record()544 rec->xdp_exception[i].cpu = alloc_rec_per_cpu(rec_sz); in alloc_stats_record()546 rec_sz = sizeof(struct datarec); in alloc_stats_record()547 rec->xdp_cpumap_kthread.cpu = alloc_rec_per_cpu(rec_sz); in alloc_stats_record()548 rec->xdp_devmap_xmit.cpu = alloc_rec_per_cpu(rec_sz); in alloc_stats_record()551 rec->xdp_cpumap_enqueue[i].cpu = alloc_rec_per_cpu(rec_sz); in alloc_stats_record()