Home
last modified time | relevance | path

Searched refs:s_end (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_mstate_mgr.c235 uintptr_t s_end = s_start + sect->size; in adf_mstate_sect_validate() local
237 if (s_end < s_start || s_end > end) { in adf_mstate_sect_validate()
242 sect = (struct adf_mstate_sect_h *)s_end; in adf_mstate_sect_validate()
/linux/fs/bfs/
H A Dinode.c342 if (le32_to_cpu(bfs_sb->s_start) > le32_to_cpu(bfs_sb->s_end) || in bfs_fill_super()
370 info->si_blocks = (le32_to_cpu(bfs_sb->s_end) + 1) >> BFS_BSIZE_BITS; in bfs_fill_super()
371 info->si_freeb = (le32_to_cpu(bfs_sb->s_end) + 1 - le32_to_cpu(bfs_sb->s_start)) >> BFS_BSIZE_BITS; in bfs_fill_super()
406 s_size = le32_to_cpu(bfs_sb->s_end); in bfs_fill_super()
/linux/lib/
H A Dmemcpy_kunit.c483 int s_end = min_t(int, d_off + bytes, ARRAY_SIZE(large_src)); in memmove_overlap_test() local
486 for (int s_off = s_start; s_off < s_end; in memmove_overlap_test()
487 s_off = next_step(s_off, s_start, s_end, window_step)) in memmove_overlap_test()
/linux/include/uapi/linux/
H A Dbfs_fs.h54 __le32 s_end; member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring_mux.c53 u64 s_start, u64 s_end) in amdgpu_ring_mux_copy_pkt_from_sw_ring() argument
59 end = s_end & ring->buf_mask; in amdgpu_ring_mux_copy_pkt_from_sw_ring()
/linux/mm/
H A Dhugetlb.c7115 unsigned long s_end = sbase + PUD_SIZE; in page_table_shareable() local
7129 !range_in_vma(svma, sbase, s_end) || in page_table_shareable()