Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_fanout.c70 #define RING_NUM_FRAMES 20 macro
148 .tp_block_nr = RING_NUM_FRAMES, in sock_fanout_open_ring()
149 .tp_frame_nr = RING_NUM_FRAMES, in sock_fanout_open_ring()
180 while (count < RING_NUM_FRAMES && header->tp_status & TP_STATUS_USER) { in sock_fanout_read_ring()
293 if (munmap(rings[1], RING_NUM_FRAMES * getpagesize()) || in test_datapath()
294 munmap(rings[0], RING_NUM_FRAMES * getpagesize())) { in test_datapath()