Home
last modified time | relevance | path

Searched refs:RING_NUM_FRAMES (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/tools/testing/selftests/net/
Dpsock_fanout.c57 #define RING_NUM_FRAMES 20 macro
181 .tp_block_nr = RING_NUM_FRAMES, in sock_fanout_open_ring()
182 .tp_frame_nr = RING_NUM_FRAMES, in sock_fanout_open_ring()
213 while (count < RING_NUM_FRAMES && header->tp_status & TP_STATUS_USER) { in sock_fanout_read_ring()
383 if (munmap(rings[1], RING_NUM_FRAMES * getpagesize()) || in test_datapath()
384 munmap(rings[0], RING_NUM_FRAMES * getpagesize())) { in test_datapath()