Searched refs:s_end (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/fs/bfs/ |
A D | inode.c | 345 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()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | bfs_fs.h | 54 __le32 s_end; member
|
/linux-6.3-rc2/lib/ |
A D | memcpy_kunit.c | 486 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.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_ring_mux.c | 53 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.3-rc2/arch/x86/kernel/cpu/ |
A D | amd.c | 1122 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \ argument 1123 ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
|
/linux-6.3-rc2/mm/ |
A D | hugetlb.c | 6973 unsigned long s_end = sbase + PUD_SIZE; in page_table_shareable() local 6987 !range_in_vma(svma, sbase, s_end) || in page_table_shareable()
|
Completed in 20 milliseconds