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

/linux-4.4.14/kernel/trace/
H A Dtrace_stack.c77 unsigned long this_size, flags; unsigned long *p, *top, *start; check_stack() local
82 this_size = ((unsigned long)stack) & (THREAD_SIZE-1); check_stack()
83 this_size = THREAD_SIZE - this_size; check_stack()
85 this_size -= frame_size; check_stack()
87 if (this_size <= stack_trace_max_size) check_stack()
109 this_size -= tracer_frame; check_stack()
112 if (this_size <= stack_trace_max_size) check_stack()
115 stack_trace_max_size = this_size; check_stack()
153 stack_trace_index[x] = this_size; check_stack()
161 this_size = stack_trace_index[x++] = check_stack()
/linux-4.4.14/drivers/dma/
H A Dbcm2835-dma.c282 size_t this_size = control_block->length; bcm2835_dma_desc_size_pos() local
291 size += this_size; bcm2835_dma_desc_size_pos()
292 else if (addr >= dma && addr < dma + this_size) bcm2835_dma_desc_size_pos()
293 size += dma + this_size - addr; bcm2835_dma_desc_size_pos()
H A Domap-dma.c621 size_t this_size = omap_dma_sg_size(&d->sg[i]) * es_size; omap_dma_desc_size_pos() local
624 size += this_size; omap_dma_desc_size_pos()
626 addr < d->sg[i].addr + this_size) omap_dma_desc_size_pos()
627 size += d->sg[i].addr + this_size - addr; omap_dma_desc_size_pos()
/linux-4.4.14/block/partitions/
H A Dmsdos.c127 sector_t this_sector, this_size; parse_extended() local
134 this_size = first_size; parse_extended()
174 if (offs + size > this_size) parse_extended()
205 this_size = nr_sects(p) * sector_size; parse_extended()
/linux-4.4.14/mm/
H A Dpercpu.c490 * @this_size: the size of the candidate area
496 * at @off sized @this_size is a candidate. This function determines
504 static int pcpu_fit_in_area(struct pcpu_chunk *chunk, int off, int this_size, pcpu_fit_in_area() argument
513 if (this_size < head + size) pcpu_fit_in_area()
528 pcpu_next_unpop(chunk, &rs, &re, PFN_UP(off + this_size)); pcpu_fit_in_area()
567 int this_size; pcpu_alloc_area() local
573 this_size = (p[1] & ~1) - off; pcpu_alloc_area()
575 head = pcpu_fit_in_area(chunk, off, this_size, size, align, pcpu_alloc_area()
582 max_contig = max(this_size, max_contig); pcpu_alloc_area()
598 this_size -= head; pcpu_alloc_area()
603 tail = this_size - head - size; pcpu_alloc_area()
606 size = this_size - head; pcpu_alloc_area()

Completed in 193 milliseconds