Home
last modified time | relevance | path

Searched refs:max_used (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_memory.c261 if (pool->max_used < used) in snd_seq_cell_alloc()
262 pool->max_used = used; in snd_seq_cell_alloc()
405 pool->max_used = 0; in snd_seq_pool_init()
476 pool->max_used = 0; in snd_seq_pool_new()
502 snd_iprintf(buffer, "%sPeak cells in use : %d\n", space, pool->max_used); in snd_seq_info_pool()
H A Dseq_memory.h39 int max_used; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dmemory_buffer_alloc.h107 void mbedtls_memory_buffer_alloc_max_get( size_t *max_used, size_t *max_blocks );
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dmemory_buffer_alloc.h107 void mbedtls_memory_buffer_alloc_max_get( size_t *max_used, size_t *max_blocks );
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dmemory_buffer_alloc.h107 void mbedtls_memory_buffer_alloc_max_get( size_t *max_used, size_t *max_blocks );
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dmemory_buffer_alloc.h107 void mbedtls_memory_buffer_alloc_max_get( size_t *max_used, size_t *max_blocks );
/OK3568_Linux_fs/kernel/tools/vm/
H A Dslabinfo.c823 unsigned long long min_used = max, max_used = 0, in totals() local
922 if (used > max_used) in totals()
923 max_used = used; in totals()
1032 store_size(b3, max_used);store_size(b4, total_used); in totals()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dhnd_pktq.h88 uint32 max_used; /**< the high-water mark of the queue utilisation for packets - member
H A Dwlioctl.h5436 uint32 max_used; \
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-sched.c1415 unsigned max_used; in sitd_slot_ok() local
1420 max_used = ehci->uframe_periodic_max - stream->ps.usecs; in sitd_slot_ok()
1422 if (ehci->bandwidth[uf] > max_used) in sitd_slot_ok()
1428 max_used = ehci->uframe_periodic_max - in sitd_slot_ok()
1435 if (ehci->bandwidth[uf+i] > max_used) in sitd_slot_ok()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dhnd_pktq.h92 uint32 max_used; /**< the high-water mark of the queue utilisation for packets - member
H A Dwlioctl.h6956 uint32 max_used; \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dhnd_pktq.h92 uint32 max_used; /**< the high-water mark of the queue utilisation for packets - member
H A Dwlioctl.h6956 uint32 max_used; \
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dhnd_pktq.h92 uint32 max_used; /**< the high-water mark of the queue utilisation for packets - member
H A Dwlioctl.h6967 uint32 max_used; \
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dhnd_pktq.h85 uint32 max_used; /**< the high-water mark of the queue utilisation for packets - member
H A Dwlioctl.h9289 uint32 max_used; \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dhnd_pktq.h85 uint32 max_used; /**< the high-water mark of the queue utilisation for packets - member
H A Dwlioctl.h9271 uint32 max_used; \
/OK3568_Linux_fs/kernel/drivers/block/zram/
H A Dzram_drv.c1077 long max_used; in mm_stat_show() local
1089 max_used = atomic_long_read(&zram->stats.max_used_pages); in mm_stat_show()
1097 max_used << PAGE_SHIFT, in mm_stat_show()