Searched refs:tp_block_size (Results 1 – 4 of 4) sorted by relevance
268 unsigned int tp_block_size; /* Minimal size of contiguous block */ member275 unsigned int tp_block_size; /* Minimal size of contiguous block */ member
57 .tp_block_size = TP_BLOCK_SIZE, // Frames per block. in ring_create()
4001 req.tp_block_size = getpagesize();4002 while (req.tp_block_size < req.tp_frame_size)4003 req.tp_block_size <<= 1;4005 frames_per_block = req.tp_block_size/req.tp_frame_size;4158 handlep->mmapbuflen = req.tp_block_nr * req.tp_block_size;4187 void *base = &handlep->mmapbuf[i*req.tp_block_size];
1436 req.tp_block_size, in print_tpacket_req()