Home
last modified time | relevance | path

Searched refs:s_end (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/fs/bfs/
H A Dinode.c345 if (le32_to_cpu(bfs_sb->s_start) > le32_to_cpu(bfs_sb->s_end) || in bfs_fill_super()
373 info->si_blocks = (le32_to_cpu(bfs_sb->s_end) + 1) >> BFS_BSIZE_BITS; in bfs_fill_super()
374 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()
409 s_size = le32_to_cpu(bfs_sb->s_end); in bfs_fill_super()
/kernel/linux/linux-6.6/fs/bfs/
H A 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()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbfs_fs.h54 __le32 s_end; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbfs_fs.h54 __le32 s_end; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dbfs_fs.h55 __le32 s_end; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dbfs_fs.h55 __le32 s_end; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbfs_fs.h42 __le32 s_end; member
/kernel/linux/linux-6.6/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()
59 end = s_end & ring->buf_mask; in amdgpu_ring_mux_copy_pkt_from_sw_ring()
51 amdgpu_ring_mux_copy_pkt_from_sw_ring(struct amdgpu_ring_mux *mux, struct amdgpu_ring *ring, u64 s_start, u64 s_end) amdgpu_ring_mux_copy_pkt_from_sw_ring() argument
/kernel/linux/linux-6.6/lib/
H A 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()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Damd.c57 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \
58 ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Damd.c56 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \
57 ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
/kernel/linux/linux-5.10/mm/
H A Dhugetlb.c5338 unsigned long s_end = sbase + PUD_SIZE; in page_table_shareable() local
5350 sbase < svma->vm_start || svma->vm_end < s_end) in page_table_shareable()
/kernel/linux/linux-6.6/mm/
H A 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()

Completed in 30 milliseconds