Searched refs:this_size (Results 1 – 5 of 5) sorted by relevance
79 unsigned long this_size, flags; unsigned long *p, *top, *start; in check_stack() local84 this_size = ((unsigned long)stack) & (THREAD_SIZE-1); in check_stack()85 this_size = THREAD_SIZE - this_size; in check_stack()87 this_size -= frame_size; in check_stack()89 if (this_size <= stack_trace_max_size) in check_stack()105 this_size -= tracer_frame; in check_stack()108 if (this_size <= stack_trace_max_size) in check_stack()111 stack_trace_max_size = this_size; in check_stack()149 stack_trace_index[x] = this_size; in check_stack()161 this_size = stack_trace_index[x++] = in check_stack()
42 my $this_size = `blockdev --getsz $devs[$i]`;43 $min_dev_size = ($min_dev_size < $this_size) ?44 $min_dev_size : $this_size;
128 sector_t this_sector, this_size; in parse_extended() local135 this_size = first_size; in parse_extended()175 if (offs + size > this_size) in parse_extended()206 this_size = nr_sects(p) * sector_size; in parse_extended()
553 size_t this_size = control_block->length; in bcm2835_dma_desc_size_pos() local562 size += this_size; in bcm2835_dma_desc_size_pos()563 else if (addr >= dma && addr < dma + this_size) in bcm2835_dma_desc_size_pos()564 size += dma + this_size - addr; in bcm2835_dma_desc_size_pos()
735 size_t this_size = omap_dma_sg_size(&d->sg[i]) * es_size; in omap_dma_desc_size_pos() local738 size += this_size; in omap_dma_desc_size_pos()740 addr < d->sg[i].addr + this_size) in omap_dma_desc_size_pos()741 size += d->sg[i].addr + this_size - addr; in omap_dma_desc_size_pos()