Home
last modified time | relevance | path

Searched refs:last_offset (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Drelocate.c54 Elf64_Addr *offset_ptr_rom, *last_offset = NULL; in do_elf_reloc_fixups64() local
63 offset_ptr_rom > last_offset) { in do_elf_reloc_fixups64()
83 last_offset); in do_elf_reloc_fixups64()
85 last_offset = offset_ptr_rom; in do_elf_reloc_fixups64()
93 Elf32_Addr *offset_ptr_rom, *last_offset = NULL; in do_elf_reloc_fixups32() local
102 offset_ptr_rom > last_offset) { in do_elf_reloc_fixups32()
121 re_src->r_offset, last_offset); in do_elf_reloc_fixups32()
123 last_offset = offset_ptr_rom; in do_elf_reloc_fixups32()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Dqp.c554 u32 last_offset; in mlx4_create_zones() local
607 last_offset = dev->caps.reserved_qps_cnt[MLX4_QP_REGION_FW]; in mlx4_create_zones()
631 if (((last_offset & MLX4_BF_QP_SKIP_MASK) && in mlx4_create_zones()
632 ((int)(max_table_offset - last_offset)) >= in mlx4_create_zones()
634 (!(last_offset & MLX4_BF_QP_SKIP_MASK) && in mlx4_create_zones()
635 !((last_offset + requested_size - 1) & in mlx4_create_zones()
640 (last_offset | MLX4_BF_QP_SKIP_MASK | bf_mask) + 1; in mlx4_create_zones()
642 if (last_offset & MLX4_BF_QP_SKIP_MASK) in mlx4_create_zones()
643 last_offset = candidate_offset; in mlx4_create_zones()
647 if (last_offset > max_table_offset) { in mlx4_create_zones()
[all …]
/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A Drelocate.c46 Elf32_Addr *offset_ptr_rom, *last_offset = NULL; in do_elf_reloc_fixups() local
55 offset_ptr_rom > last_offset) { in do_elf_reloc_fixups()
93 last_offset = offset_ptr_rom; in do_elf_reloc_fixups()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dcompression.c507 u64 last_offset; in add_ra_bio_pages() local
519 last_offset = bio_end_offset(cb->orig_bio); in add_ra_bio_pages()
528 while (last_offset < compressed_end) { in add_ra_bio_pages()
529 pg_index = last_offset >> PAGE_SHIFT; in add_ra_bio_pages()
552 end = last_offset + PAGE_SIZE - 1; in add_ra_bio_pages()
559 lock_extent(tree, last_offset, end); in add_ra_bio_pages()
561 em = lookup_extent_mapping(em_tree, last_offset, in add_ra_bio_pages()
565 if (!em || last_offset < em->start || in add_ra_bio_pages()
566 (last_offset + PAGE_SIZE > extent_map_end(em)) || in add_ra_bio_pages()
569 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
[all …]
H A Dfile.c52 u64 last_offset; member
108 if (defrag->last_offset > entry->last_offset) in __btrfs_add_inode_defrag()
109 entry->last_offset = defrag->last_offset; in __btrfs_add_inode_defrag()
300 range.start = defrag->last_offset; in __btrfs_run_defrag_inode()
312 defrag->last_offset = range.start; in __btrfs_run_defrag_inode()
314 } else if (defrag->last_offset && !defrag->cycled) { in __btrfs_run_defrag_inode()
320 defrag->last_offset = 0; in __btrfs_run_defrag_inode()
H A Dscrub.c2602 u64 last_offset; in get_raid56_logic_offset() local
2607 last_offset = (physical - map->stripes[num].physical) * data_stripes; in get_raid56_logic_offset()
2609 *stripe_start = last_offset; in get_raid56_logic_offset()
2611 *offset = last_offset; in get_raid56_logic_offset()
2613 *offset = last_offset + i * map->stripe_len; in get_raid56_logic_offset()
2628 *offset = last_offset + j * map->stripe_len; in get_raid56_logic_offset()
H A Dtree-log.c3549 u64 first_offset, u64 last_offset) in insert_dir_log_key() argument
3567 btrfs_set_dir_log_end(path->nodes[0], item, last_offset); in insert_dir_log_key()
3593 u64 last_offset = (u64)-1; in log_dir_items() local
3735 last_offset = (u64)-1; in log_dir_items()
3742 last_offset = (u64)-1; in log_dir_items()
3752 last_offset = tmp.offset; in log_dir_items()
3761 *last_offset_ret = last_offset; in log_dir_items()
3767 ino, first_offset, last_offset); in log_dir_items()
/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder_alloc_selftest.c230 size_t last_offset, offset = 0; in binder_selftest_alloc_size() local
233 last_offset = offset; in binder_selftest_alloc_size()
235 front_sizes[i] = offset - last_offset; in binder_selftest_alloc_size()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c1016 __mt7601u_phy_freq_cal(struct mt7601u_dev *dev, s8 last_offset, u8 phy_mode) in __mt7601u_phy_freq_cal() argument
1020 trace_freq_cal_offset(dev, phy_mode, last_offset); in __mt7601u_phy_freq_cal()
1023 if (last_offset == MT_FREQ_OFFSET_INVALID) in __mt7601u_phy_freq_cal()
1045 if (abs(last_offset) >= activate_threshold) in __mt7601u_phy_freq_cal()
1047 else if (abs(last_offset) <= deactivate_threshold) in __mt7601u_phy_freq_cal()
1053 if (last_offset > deactivate_threshold) { in __mt7601u_phy_freq_cal()
1058 } else if (last_offset < -deactivate_threshold) { in __mt7601u_phy_freq_cal()
1077 s8 last_offset; in mt7601u_phy_freq_cal() local
1082 last_offset = dev->bcn_freq_off; in mt7601u_phy_freq_cal()
1086 delay = __mt7601u_phy_freq_cal(dev, last_offset, phy_mode); in mt7601u_phy_freq_cal()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c284 int first_offset, last_offset; in decompress_file() local
442 last_offset = fifo_free_last_offset(cur_in, used_in, fifo_in_len); in decompress_file()
466 n = fread(fifo_in + last_offset, 1, read_sz, inpf); in decompress_file()
637 last_offset = fifo_free_last_offset(cur_out, used_out, in decompress_file()
639 nx_append_dde(ddl_out, fifo_out + last_offset, in decompress_file()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem_submit.c274 u32 i, last_offset = 0; in submit_reloc() local
302 (off < last_offset)) { in submit_reloc()
318 last_offset = off; in submit_reloc()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/halrf/
H A Dhalrf_dpk.h144 s8 last_offset[KPATH]; /*path*/ member
/OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/
H A Desparser.c282 if (offset < sess->last_offset) in esparser_get_offset()
285 sess->last_offset = offset; in esparser_get_offset()
H A Dvdec.h268 u32 last_offset; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_gem_submit.c306 uint32_t i, last_offset = 0; in submit_reloc() local
353 (off < last_offset)) { in submit_reloc()
375 last_offset = off; in submit_reloc()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/
H A Dhalrf_dpk.h176 s8 last_offset[KPATH]; /*path*/ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/halrf/
H A Dhalrf_dpk.h176 s8 last_offset[KPATH]; /*path*/ member
/OK3568_Linux_fs/kernel/drivers/soc/ti/
H A Dknav_qmss_queue.c763 unsigned last_offset; in knav_pool_create() local
818 last_offset = 0; in knav_pool_create()
822 if ((pi->region_offset - last_offset) >= num_desc) { in knav_pool_create()
826 last_offset = pi->region_offset + pi->num_desc; in knav_pool_create()
833 pool->region_offset = last_offset; in knav_pool_create()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0018-CVE-2022-38128-2.patch278 if (i > 0 && last_offset == offset)
281 last_offset = offset;
H A D0017-CVE-2022-38127-2.patch128 dwarf_vma last_offset = 0;
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dmpalib.h109 uint32_t last_offset; /* offset to the last one */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dmpalib.h109 uint32_t last_offset; /* offset to the last one */ member
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dinode.c2563 unsigned last_offset; in reiserfs_write_full_page() local
2565 last_offset = inode->i_size & (PAGE_SIZE - 1); in reiserfs_write_full_page()
2567 if (page->index >= end_index + 1 || !last_offset) { in reiserfs_write_full_page()
2571 zero_user_segment(page, last_offset, PAGE_SIZE); in reiserfs_write_full_page()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c416 int last_offset; in hns_nic_reuse_page() local
429 last_offset = hnae_page_size(ring) - hnae_buf_size(ring); in hns_nic_reuse_page()
455 if (desc_cb->page_offset <= last_offset) { in hns_nic_reuse_page()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dnode.c2812 int i, idx, last_offset, nrpages; in f2fs_restore_node_summary() local
2815 last_offset = sbi->blocks_per_seg; in f2fs_restore_node_summary()
2819 for (i = 0; i < last_offset; i += nrpages, addr += nrpages) { in f2fs_restore_node_summary()
2820 nrpages = min(last_offset - i, BIO_MAX_PAGES); in f2fs_restore_node_summary()

12