Searched refs:this_size (Results 1 - 6 of 6) sorted by relevance

/linux-master/kernel/trace/
H A Dtrace_stack.c157 unsigned long this_size, flags; unsigned long *p, *top, *start; local
162 this_size = ((unsigned long)stack) & (THREAD_SIZE-1);
163 this_size = THREAD_SIZE - this_size;
165 this_size -= frame_size;
167 if (this_size <= stack_trace_max_size)
183 this_size -= tracer_frame;
186 if (this_size <= stack_trace_max_size)
189 stack_trace_max_size = this_size;
226 stack_trace_index[x] = this_size;
[all...]
/linux-master/usr/
H A Dgen_init_cpio.c305 size_t i, this_size = MIN(size, sizeof(filebuf)); local
307 this_read = read(fd, filebuf, this_size);
308 if (this_read <= 0 || this_read > this_size)
412 size_t this_size = MIN(size, sizeof(filebuf)); local
414 this_read = read(file, filebuf, this_size);
415 if (this_read <= 0 || this_read > this_size) {
/linux-master/block/partitions/
H A Dmsdos.c137 sector_t this_sector, this_size; local
145 this_size = first_size;
185 if (offs + size > this_size)
216 this_size = nr_sects(p) * sector_size;
/linux-master/drivers/dma/
H A Dbcm2835-dma.c545 size_t this_size = control_block->length; local
554 size += this_size;
555 else if (addr >= dma && addr < dma + this_size)
556 size += dma + this_size - addr;
/linux-master/io_uring/
H A Drsrc.c305 unsigned int this_size = min_t(size_t, size, PAGE_SIZE); local
307 table[i] = kzalloc(this_size, GFP_KERNEL_ACCOUNT);
312 size -= this_size;
/linux-master/drivers/dma/ti/
H A Domap-dma.c808 size_t this_size = omap_dma_sg_size(&d->sg[i]) * es_size; local
811 size += this_size;
813 addr < d->sg[i].addr + this_size)
814 size += d->sg[i].addr + this_size - addr;

Completed in 160 milliseconds