Home
last modified time | relevance | path

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

/linux-6.6.21/fs/bfs/
Dinode.c344 if (le32_to_cpu(bfs_sb->s_start) > le32_to_cpu(bfs_sb->s_end) || in bfs_fill_super()
372 info->si_blocks = (le32_to_cpu(bfs_sb->s_end) + 1) >> BFS_BSIZE_BITS; in bfs_fill_super()
373 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()
408 s_size = le32_to_cpu(bfs_sb->s_end); in bfs_fill_super()
/linux-6.6.21/include/uapi/linux/
Dbfs_fs.h54 __le32 s_end; member
/linux-6.6.21/lib/
Dmemcpy_kunit.c486 int s_end = min_t(int, d_off + bytes, ARRAY_SIZE(large_src)); in memmove_overlap_test() local
489 for (int s_off = s_start; s_off < s_end; in memmove_overlap_test()
490 s_off = next_step(s_off, s_start, s_end, window_step)) in memmove_overlap_test()
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
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-6.6.21/arch/x86/kernel/cpu/
Damd.c56 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \ argument
57 ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
/linux-6.6.21/mm/
Dhugetlb.c6919 unsigned long s_end = sbase + PUD_SIZE; in page_table_shareable() local
6933 !range_in_vma(svma, sbase, s_end) || in page_table_shareable()