Searched refs:max_blks (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_rm.c | 593 int i, num_blks, max_blks; in dpu_rm_get_assigned_resources() local 599 max_blks = ARRAY_SIZE(rm->pingpong_blks); in dpu_rm_get_assigned_resources() 604 max_blks = ARRAY_SIZE(rm->mixer_blks); in dpu_rm_get_assigned_resources() 609 max_blks = ARRAY_SIZE(rm->ctl_blks); in dpu_rm_get_assigned_resources() 614 max_blks = ARRAY_SIZE(rm->intf_blks); in dpu_rm_get_assigned_resources() 619 max_blks = ARRAY_SIZE(rm->dspp_blks); in dpu_rm_get_assigned_resources() 627 for (i = 0; i < max_blks; i++) { in dpu_rm_get_assigned_resources()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_rm.c | 602 int i, num_blks, max_blks; in dpu_rm_get_assigned_resources() local 608 max_blks = ARRAY_SIZE(rm->pingpong_blks); in dpu_rm_get_assigned_resources() 613 max_blks = ARRAY_SIZE(rm->mixer_blks); in dpu_rm_get_assigned_resources() 618 max_blks = ARRAY_SIZE(rm->ctl_blks); in dpu_rm_get_assigned_resources() 623 max_blks = ARRAY_SIZE(rm->dspp_blks); in dpu_rm_get_assigned_resources() 628 max_blks = ARRAY_SIZE(rm->dsc_blks); in dpu_rm_get_assigned_resources() 636 for (i = 0; i < max_blks; i++) { in dpu_rm_get_assigned_resources()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | file.c | 1063 loff_t bytes, max_bytes, max_blks; in __gfs2_fallocate() local 1114 * us to write. Check if this reduces max_blks */ in __gfs2_fallocate() 1115 max_blks = UINT_MAX; in __gfs2_fallocate() 1117 max_blks = ap.allowed; in __gfs2_fallocate() 1123 /* check if the selected rgrp limits our max_blks further */ in __gfs2_fallocate() 1124 if (ap.allowed && ap.allowed < max_blks) in __gfs2_fallocate() 1125 max_blks = ap.allowed; in __gfs2_fallocate() 1128 * max_blks. We also recompute max_bytes, data_blocks and in __gfs2_fallocate() 1131 &ind_blocks, max_blks); in __gfs2_fallocate()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | file.c | 1250 loff_t bytes, max_bytes, max_blks; in __gfs2_fallocate() local 1301 * us to write. Check if this reduces max_blks */ in __gfs2_fallocate() 1302 max_blks = UINT_MAX; in __gfs2_fallocate() 1304 max_blks = ap.allowed; in __gfs2_fallocate() 1310 /* check if the selected rgrp limits our max_blks further */ in __gfs2_fallocate() 1311 if (ip->i_res.rs_reserved < max_blks) in __gfs2_fallocate() 1312 max_blks = ip->i_res.rs_reserved; in __gfs2_fallocate() 1315 * max_blks. We also recompute max_bytes, data_blocks and in __gfs2_fallocate() 1318 &ind_blocks, max_blks); in __gfs2_fallocate()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | cpsw_priv.h | 271 u32 max_blks; member
|
H A D | netcp_ethss.c | 392 u32 max_blks; /* 2U */ member 580 u32 max_blks; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | cpsw_priv.h | 273 u32 max_blks; member
|
H A D | netcp_ethss.c | 392 u32 max_blks; /* 2U */ member 580 u32 max_blks; member
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | mballoc.c | 6066 ext4_fsblk_t max_blks = ext4_blocks_count(EXT4_SB(sb)->s_es); in ext4_trim_fs() local 6075 start >= max_blks || in ext4_trim_fs() 6085 if (end >= max_blks - 1) in ext4_trim_fs() 6086 end = max_blks - 1; in ext4_trim_fs()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | mballoc.c | 7063 ext4_fsblk_t max_blks = ext4_blocks_count(EXT4_SB(sb)->s_es); in ext4_trim_fs() local 7072 start >= max_blks || in ext4_trim_fs() 7082 if (end >= max_blks - 1) in ext4_trim_fs() 7083 end = max_blks - 1; in ext4_trim_fs()
|
Completed in 33 milliseconds