Searched refs:this_size (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A D | trace_stack.c | 157 unsigned long this_size, flags; unsigned long *p, *top, *start; in check_stack() local 162 this_size = ((unsigned long)stack) & (THREAD_SIZE-1); in check_stack() 163 this_size = THREAD_SIZE - this_size; in check_stack() 165 this_size -= frame_size; in check_stack() 167 if (this_size <= stack_trace_max_size) in check_stack() 183 this_size -= tracer_frame; in check_stack() 186 if (this_size <= stack_trace_max_size) in check_stack() 189 stack_trace_max_size = this_size; in check_stack() 226 stack_trace_index[x] = this_size; in check_stack() 236 this_size = stack_trace_index[x++] = in check_stack()
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | striped.rst | 48 my $this_size = `blockdev --getsz $devs[$i]`; 49 $min_dev_size = ($min_dev_size < $this_size) ? 50 $min_dev_size : $this_size;
|
/openbmc/linux/usr/ |
H A D | gen_init_cpio.c | 304 size_t i, this_size = MIN(size, sizeof(filebuf)); in cpio_mkfile_csum() local 306 this_read = read(fd, filebuf, this_size); in cpio_mkfile_csum() 307 if (this_read <= 0 || this_read > this_size) in cpio_mkfile_csum() 405 size_t this_size = MIN(size, sizeof(filebuf)); in cpio_mkfile() local 407 this_read = read(file, filebuf, this_size); in cpio_mkfile() 408 if (this_read <= 0 || this_read > this_size) { in cpio_mkfile()
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | signal.c | 533 static int alloc_sigframe_space(int this_size, target_sigframe_layout *l) in alloc_sigframe_space() argument 542 l->extra_size += this_size; in alloc_sigframe_space() 543 } else if (this_size + this_loc > std_size) { in alloc_sigframe_space() 555 l->extra_size = this_size; in alloc_sigframe_space() 557 l->total_size += this_size; in alloc_sigframe_space()
|
/openbmc/linux/block/partitions/ |
H A D | msdos.c | 137 sector_t this_sector, this_size; in parse_extended() local 145 this_size = first_size; in parse_extended() 185 if (offs + size > this_size) in parse_extended() 216 this_size = nr_sects(p) * sector_size; in parse_extended()
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 1940 unsigned this_size; in int_ld_mmio_beN() local 1946 this_size = 1 << this_mop; in int_ld_mmio_beN() 1952 io_failed(cpu, full, addr, this_size, type, mmu_idx, r, ra); in int_ld_mmio_beN() 1954 if (this_size == 8) { in int_ld_mmio_beN() 1958 ret_be = (ret_be << (this_size * 8)) | val; in int_ld_mmio_beN() 1959 addr += this_size; in int_ld_mmio_beN() 1960 mr_offset += this_size; in int_ld_mmio_beN() 1961 size -= this_size; in int_ld_mmio_beN() 2481 unsigned this_size; in int_st_mmio_leN() local 2486 this_size = 1 << this_mop; in int_st_mmio_leN() [all …]
|
/openbmc/linux/drivers/dma/ |
H A D | bcm2835-dma.c | 545 size_t this_size = control_block->length; in bcm2835_dma_desc_size_pos() local 554 size += this_size; in bcm2835_dma_desc_size_pos() 555 else if (addr >= dma && addr < dma + this_size) in bcm2835_dma_desc_size_pos() 556 size += dma + this_size - addr; in bcm2835_dma_desc_size_pos()
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_yaffs2.c | 1156 loff_t this_size = (oh) ? in yaffs2_scan_chunk() local 1174 this_size = 0; in yaffs2_scan_chunk() 1180 this_size) in yaffs2_scan_chunk() 1182 this_size; in yaffs2_scan_chunk()
|
/openbmc/linux/io_uring/ |
H A D | rsrc.c | 306 unsigned int this_size = min_t(size_t, size, PAGE_SIZE); in io_alloc_page_table() local 308 table[i] = kzalloc(this_size, GFP_KERNEL_ACCOUNT); in io_alloc_page_table() 313 size -= this_size; in io_alloc_page_table()
|
/openbmc/linux/drivers/dma/ti/ |
H A D | omap-dma.c | 808 size_t this_size = omap_dma_sg_size(&d->sg[i]) * es_size; in omap_dma_desc_size_pos() local 811 size += this_size; in omap_dma_desc_size_pos() 813 addr < d->sg[i].addr + this_size) in omap_dma_desc_size_pos() 814 size += d->sg[i].addr + this_size - addr; in omap_dma_desc_size_pos()
|