Searched refs:blocks (Results 1 – 20 of 20) sorted by relevance
/arch/arm/mach-ixp4xx/ |
D | ixp4xx_npe.c | 529 struct dl_block blocks[0]; in npe_load_firmware() member 539 int i, j, err, data_size, instr_size, blocks, table_end; in npe_load_firmware() local 610 for (blocks = 0; blocks * sizeof(struct dl_block) / 4 < image->size; in npe_load_firmware() 611 blocks++) in npe_load_firmware() 612 if (image->blocks[blocks].type == FW_BLOCK_TYPE_EOF) in npe_load_firmware() 614 if (blocks * sizeof(struct dl_block) / 4 >= image->size) { in npe_load_firmware() 621 print_npe(KERN_DEBUG, npe, "%i firmware blocks found\n", blocks); in npe_load_firmware() 624 table_end = blocks * sizeof(struct dl_block) / 4 + 1 /* EOF marker */; in npe_load_firmware() 625 for (i = 0, blk = image->blocks; i < blocks; i++, blk++) { in npe_load_firmware()
|
/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd_64.c | 69 struct threshold_block *blocks; member 428 if (per_cpu(threshold_banks, cpu)[bank]->blocks) in allocate_threshold_blocks() 430 &per_cpu(threshold_banks, cpu)[bank]->blocks->miscj); in allocate_threshold_blocks() 432 per_cpu(threshold_banks, cpu)[bank]->blocks = b; in allocate_threshold_blocks() 586 list_for_each_entry_safe(pos, tmp, &head->blocks->miscj, miscj) { in deallocate_threshold_block() 592 kfree(per_cpu(threshold_banks, cpu)[bank]->blocks); in deallocate_threshold_block() 593 per_cpu(threshold_banks, cpu)[bank]->blocks = NULL; in deallocate_threshold_block() 607 if (!b->blocks) in threshold_remove_bank() 614 if (shared_bank[bank] && b->blocks->cpu != cpu) { in threshold_remove_bank()
|
/arch/powerpc/kernel/ |
D | rtas_flash.c | 94 struct flash_block blocks[FLASH_BLOCKS_PER_NODE]; member 159 if (f->blocks[i].data == NULL) { in flash_list_valid() 162 block_size = f->blocks[i].length; in flash_list_valid() 187 kmem_cache_free(flash_block_cache, f->blocks[i].data); in free_flash_list() 346 fl->blocks[next_free].data = p; in rtas_flash_write() 347 fl->blocks[next_free].length = count; in rtas_flash_write() 630 f->blocks[i].data = (char *)virt_to_abs(f->blocks[i].data); in rtas_flash_firmware() 631 image_size += f->blocks[i].length; in rtas_flash_firmware()
|
/arch/cris/arch-v32/boot/rescue/ |
D | head.S | 19 ;; Start clocks for used blocks.
|
/arch/cris/arch-v32/boot/compressed/ |
D | head.S | 23 ;; Start clocks for used blocks.
|
/arch/mips/cavium-octeon/ |
D | Kconfig | 36 This selects the size of CVMSEG LM, which is in cache blocks. The 37 legally range is from zero to 54 cache blocks (i.e. CVMSEG LM is
|
/arch/arm/plat-s3c24xx/ |
D | Kconfig | 41 Support for exporting the PWM timer blocks via the pwm device 77 peripheral blocks.
|
/arch/um/os-Linux/ |
D | file.c | 285 long blocks; in os_file_size() local 294 if (ioctl(fd, BLKGETSIZE, &blocks) < 0) { in os_file_size() 301 *size_out = ((long long) blocks) * 512; in os_file_size()
|
/arch/arm/plat-s3c/ |
D | Kconfig | 79 will generate CRCs of all blocks of memory, and store them before 80 going to sleep. The blocks are then checked on resume for any
|
/arch/arm/boot/compressed/ |
D | head-shark.S | 23 __ofw_data: .long 0 @ the number of memory blocks
|
/arch/parisc/hpux/ |
D | fs.c | 172 tmp.st_blocks = stat->blocks; in cp_hpux_stat()
|
/arch/arm/kernel/ |
D | sys_oabi-compat.c | 130 tmp.st_blocks = stat->blocks; in cp_oldabi_stat64()
|
/arch/sh/mm/ |
D | Kconfig | 99 support for these blocks by binding them to nodes and allowing
|
/arch/m68k/q40/ |
D | README | 19 When something blocks interrupts (HD) it will lose some of them, so far
|
/arch/sparc/kernel/ |
D | sys_sparc32.c | 159 err |= put_user(stat->blocks, &statbuf->st_blocks); in cp_compat_stat64()
|
/arch/x86/ia32/ |
D | sys_ia32.c | 93 __put_user(stat->blocks, &ubuf->st_blocks)) in cp_stat64()
|
/arch/powerpc/ |
D | Kconfig | 463 blocks into "zones", where each zone is a power of two number of 466 blocks of physically contiguous memory, then you may need to
|
/arch/s390/kernel/ |
D | compat_linux.c | 666 tmp.st_blocks = (u32)stat->blocks; in cp_stat64()
|
/arch/sh/lib/ |
D | memcpy-sh4.S | 444 ! Copy the cache line aligned blocks
|
/arch/ia64/ia32/ |
D | sys_ia32.c | 1860 err |= __put_user(kbuf->blocks, &ubuf->st_blocks); in putstat64()
|