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

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

Completed in 87 milliseconds