Lines Matching refs:blocks
209 unsigned int tp_block_nr; /* Number of blocks */
219 Frames are grouped in blocks. Each block is a physically contiguous
221 of blocks is tp_block_nr. Note that tp_frame_nr is a redundant parameter because
250 be spawned across two blocks, so there are some details you have to take into
297 called pg_vec, its size limits the number of blocks that can be allocated.
319 pointers to blocks is
321 131072/4 = 32768 blocks
357 <block number> = 131072/4 = 32768 blocks
411 discontiguous blocks of memory, they are contiguous to the user space, hence
420 blocks.
741 sizes by doing it's own memory management. It is based on blocks where polling
937 unsigned int block_num = 0, blocks = 64;
967 block_num = (block_num + 1) % blocks;