Searched refs:tp_block_size (Results 1 – 4 of 4) sorted by relevance
257 unsigned int tp_block_size; /* Minimal size of contiguous block */ member264 unsigned int tp_block_size; /* Minimal size of contiguous block */ member
57 .tp_block_size = TP_BLOCK_SIZE, // Frames per block. in ring_create()
3729 req.tp_block_size = getpagesize();3730 while (req.tp_block_size < req.tp_frame_size) 3731 req.tp_block_size <<= 1;3733 frames_per_block = req.tp_block_size/req.tp_frame_size;3886 handlep->mmapbuflen = req.tp_block_nr * req.tp_block_size;3915 void *base = &handlep->mmapbuf[i*req.tp_block_size];
1371 req.tp_block_size, in print_tpacket_req()