Home
last modified time | relevance | path

Searched refs:base_count (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_time.c75 u32 base_count = 0; in kbase_wait_write_flush() local
90 if (base_count == 0) { in kbase_wait_write_flush()
91 base_count = new_count; in kbase_wait_write_flush()
96 if ((new_count - base_count) > 1000) in kbase_wait_write_flush()
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dcpu.c149 static uint64_t base_count; in timer_get_boot_us() local
152 if (!base_count) in timer_get_boot_us()
153 base_count = count; in timer_get_boot_us()
155 return (count - base_count) / 1000; in timer_get_boot_us()
/OK3568_Linux_fs/kernel/include/linux/
H A Dparman.h56 unsigned long base_count; member
/OK3568_Linux_fs/kernel/lib/
H A Dparman.c78 if (new_count < parman->ops->base_count) in parman_shrink()
278 parman->limit_count = ops->base_count; in parman_create()
H A Dtest_parman.c125 .base_count = TEST_PARMAN_BASE_COUNT,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_ctcam.c149 .base_count = MLXSW_SP_ACL_TCAM_REGION_BASE_COUNT,
H A Dspectrum1_mr_tcam.c230 .base_count = MLXSW_SP1_MR_TCAM_REGION_BASE_COUNT,