Searched refs:tp_block_size (Results 1 – 5 of 5) sorted by relevance
646 ring->req.tp_block_size = getpagesize() << 2; in __v1_v2_fill()650 ring->req.tp_frame_nr = ring->req.tp_block_size / in __v1_v2_fill()654 ring->mm_len = ring->req.tp_block_size * ring->req.tp_block_nr; in __v1_v2_fill()667 ring->req3.tp_block_size = getpagesize() << 2; in __v3_fill()671 ring->req3.tp_frame_nr = ring->req3.tp_block_size / in __v3_fill()675 ring->mm_len = ring->req3.tp_block_size * ring->req3.tp_block_nr; in __v3_fill()678 ring->flen = ring->req3.tp_block_size; in __v3_fill()
193 .tp_block_size = getpagesize(), in sock_fanout_open_ring()212 ring = mmap(0, req.tp_block_size * req.tp_block_nr, in sock_fanout_open_ring()
270 unsigned int tp_block_size; /* Minimal size of contiguous block */ member277 unsigned int tp_block_size; /* Minimal size of contiguous block */ member
196 unsigned int tp_block_size; /* Minimal size of contiguous block */208 region of memory and holds tp_block_size/tp_frame_size frames. The total number 211 frames_per_block = tp_block_size/tp_frame_size219 tp_block_size= 4096385 tp_block_size must be a multiple of PAGE_SIZE (1)390 Note that tp_block_size should be chosen to be a power of two or there will404 If tp_frame_size is a divisor of tp_block_size frames will be 406 tp_block_size/tp_frame_size frames there will be a gap between 820 ring->req.tp_block_size = blocksiz;834 ring->map = mmap(NULL, ring->req.tp_block_size * ring->req.tp_block_nr,[all …]
589 p1->kblk_size = req_u->req3.tp_block_size; in init_prb_bdqc()599 req_u->req3.tp_block_size); in init_prb_bdqc()4256 if (unlikely((int)req->tp_block_size <= 0)) in packet_set_ring()4258 if (unlikely(!PAGE_ALIGNED(req->tp_block_size))) in packet_set_ring()4262 req->tp_block_size < in packet_set_ring()4270 rb->frames_per_block = req->tp_block_size / req->tp_frame_size; in packet_set_ring()4273 if (unlikely(req->tp_block_size > UINT_MAX / req->tp_block_nr)) in packet_set_ring()4280 order = get_order(req->tp_block_size); in packet_set_ring()4338 rb->pg_vec_pages = req->tp_block_size/PAGE_SIZE; in packet_set_ring()