Lines Matching defs:size
43 * size_t size;
45 * size = itcw_calc_size(1, 2, 0);
46 * buffer = kmalloc(size, GFP_KERNEL | GFP_DMA);
49 * itcw = itcw_init(buffer, size, ITCW_OP_READ, 1, 2, 0);
80 * itcw_calc_size - return the size of an itcw with the given parameters
88 * given parameters and assuming tccbs with maximum size.
90 * Note that the resulting size also contains bytes needed for alignment
119 * due to it's own size.
156 * @size: number of bytes in buffer
178 struct itcw *itcw_init(void *buffer, size_t size, int op, int intrg,
189 end = start + size;
192 memset(buffer, 0, size);