Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dpsock_fanout.c58 #define RING_NUM_FRAMES 20 macro
195 .tp_block_nr = RING_NUM_FRAMES, in sock_fanout_open_ring()
196 .tp_frame_nr = RING_NUM_FRAMES, in sock_fanout_open_ring()
227 while (count < RING_NUM_FRAMES && header->tp_status & TP_STATUS_USER) { in sock_fanout_read_ring()
447 if (munmap(rings[1], RING_NUM_FRAMES * getpagesize()) || in test_datapath()
448 munmap(rings[0], RING_NUM_FRAMES * getpagesize())) { in test_datapath()