Home
last modified time | relevance | path

Searched refs:total_entries (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/gasket/
H A Dgasket_page_table.c233 ulong total_entries = page_table_config->total_entries; in gasket_page_table_init() local
239 if (total_entries == ULONG_MAX) { in gasket_page_table_init()
242 total_entries = 0; in gasket_page_table_init()
247 total_entries); in gasket_page_table_init()
261 bytes = total_entries * sizeof(struct gasket_page_table_entry); in gasket_page_table_init()
277 pg_tbl->num_simple_entries = total_entries; in gasket_page_table_init()
282 pg_tbl->num_extended_entries = total_entries; in gasket_page_table_init()
356 pte < pg_tbl->entries + pg_tbl->config.total_entries; in gasket_page_table_garbage_collect_nolock()
397 if (num_simple_entries > pg_tbl->config.total_entries) { in gasket_page_table_partition()
406 for (i = start; i < pg_tbl->config.total_entries; i++) { in gasket_page_table_partition()
[all …]
H A Dgasket_core.h133 ulong total_entries; member
H A Dapex_driver.c127 .total_entries = APEX_PAGE_TABLE_TOTAL_ENTRIES,
/OK3568_Linux_fs/kernel/drivers/net/wireguard/
H A Dratelimiter.c17 static atomic_t total_entries = ATOMIC_INIT(0); variable
45 atomic_dec(&total_entries); in entry_free()
135 if (atomic_inc_return(&total_entries) > max_entries) in wg_ratelimiter_allow()
154 atomic_dec(&total_entries); in wg_ratelimiter_allow()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c997 crat_table->total_entries = 0; in kfd_create_vcrat_image_cpu()
1013 crat_table->total_entries++; in kfd_create_vcrat_image_cpu()
1025 crat_table->total_entries++; in kfd_create_vcrat_image_cpu()
1040 crat_table->total_entries += entries; in kfd_create_vcrat_image_cpu()
1204 crat_table->total_entries = 0; in kfd_create_vcrat_image_gpu()
1249 crat_table->total_entries++; in kfd_create_vcrat_image_gpu()
1282 crat_table->total_entries++; in kfd_create_vcrat_image_gpu()
1300 crat_table->total_entries += num_of_cache_entries; in kfd_create_vcrat_image_gpu()
1316 crat_table->total_entries++; in kfd_create_vcrat_image_gpu()
1344 crat_table->total_entries++; in kfd_create_vcrat_image_gpu()
H A Dkfd_crat.h61 uint32_t total_entries; member
310 uint32_t total_entries; member
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dsmp2p.c66 u16 total_entries; member
392 out->total_entries = SMP2P_MAX_ENTRY; in qcom_smp2p_alloc_outbound_item()
/OK3568_Linux_fs/kernel/include/drm/bridge/
H A Dmhl.h320 u8 total_entries; member
/OK3568_Linux_fs/kernel/drivers/net/wireguard/selftest/
H A Dratelimiter.c105 if (atomic_read(&total_entries)) in capacity_test()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c604 if (index >= mcam->total_entries) in rvu_npc_update_flowkey_alg_idx()
1017 mcam->total_entries = (mcam->banks / BIT_ULL(cfg)) * mcam->banksize; in npc_mcam_rsrcs_init()
1037 if (mcam->total_entries <= rsvd) { in npc_mcam_rsrcs_init()
1040 mcam->total_entries); in npc_mcam_rsrcs_init()
1044 mcam->bmap_entries = mcam->total_entries - rsvd; in npc_mcam_rsrcs_init()
H A Drvu.h122 u16 total_entries; /* Total number of MCAM entries */ member
H A Drvu_debugfs.c1680 seq_printf(filp, "\n\t\t MCAM entries \t: %d\n", mcam->total_entries); in rvu_dbg_npc_mcam_info_display()
1682 mcam->total_entries - mcam->bmap_entries); in rvu_dbg_npc_mcam_info_display()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_wlfc.c1299 int total_entries; in _dhd_wlfc_deque_delayedq() local
1310 total_entries = ctx->requested_entry_count; in _dhd_wlfc_deque_delayedq()
1312 total_entries = ctx->active_entry_count; in _dhd_wlfc_deque_delayedq()
1315 for (i = 0; i < total_entries; i++) { in _dhd_wlfc_deque_delayedq()
1739 int total_entries; in _dhd_wlfc_cleanup() local
1755 total_entries = sizeof(wlfc->destination_entries)/sizeof(wlfc_mac_descriptor_t); in _dhd_wlfc_cleanup()
1758 for (i = 0; i < total_entries; i++) { in _dhd_wlfc_cleanup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_wlfc.c1299 int total_entries; in _dhd_wlfc_deque_delayedq() local
1310 total_entries = ctx->requested_entry_count; in _dhd_wlfc_deque_delayedq()
1312 total_entries = ctx->active_entry_count; in _dhd_wlfc_deque_delayedq()
1315 for (i = 0; i < total_entries; i++) { in _dhd_wlfc_deque_delayedq()
1739 int total_entries; in _dhd_wlfc_cleanup() local
1755 total_entries = sizeof(wlfc->destination_entries)/sizeof(wlfc_mac_descriptor_t); in _dhd_wlfc_cleanup()
1758 for (i = 0; i < total_entries; i++) { in _dhd_wlfc_cleanup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_wlfc.c1302 int total_entries; in _dhd_wlfc_deque_delayedq() local
1313 total_entries = ctx->requested_entry_count; in _dhd_wlfc_deque_delayedq()
1315 total_entries = ctx->active_entry_count; in _dhd_wlfc_deque_delayedq()
1318 for (i = 0; i < total_entries; i++) { in _dhd_wlfc_deque_delayedq()
1742 int total_entries; in _dhd_wlfc_cleanup() local
1758 total_entries = sizeof(wlfc->destination_entries)/sizeof(wlfc_mac_descriptor_t); in _dhd_wlfc_cleanup()
1761 for (i = 0; i < total_entries; i++) { in _dhd_wlfc_cleanup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_wlfc.c1299 int total_entries; in _dhd_wlfc_deque_delayedq() local
1310 total_entries = ctx->requested_entry_count; in _dhd_wlfc_deque_delayedq()
1312 total_entries = ctx->active_entry_count; in _dhd_wlfc_deque_delayedq()
1315 for (i = 0; i < total_entries; i++) { in _dhd_wlfc_deque_delayedq()
1738 int total_entries; in _dhd_wlfc_cleanup() local
1756 total_entries = sizeof(wlfc->destination_entries)/sizeof(wlfc_mac_descriptor_t); in _dhd_wlfc_cleanup()
1759 for (i = 0; i < total_entries; i++) { in _dhd_wlfc_cleanup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_wlfc.c1446 int total_entries; in _dhd_wlfc_deque_delayedq() local
1462 total_entries = ctx->requested_entry_count; in _dhd_wlfc_deque_delayedq()
1464 total_entries = ctx->active_entry_count; in _dhd_wlfc_deque_delayedq()
1467 for (i = 0; i < total_entries; i++) { in _dhd_wlfc_deque_delayedq()
1929 int total_entries; in _dhd_wlfc_cleanup() local
1947 total_entries = sizeof(wlfc->destination_entries)/sizeof(wlfc_mac_descriptor_t); in _dhd_wlfc_cleanup()
1950 for (i = 0; i < total_entries; i++) { in _dhd_wlfc_cleanup()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_wlfc.c1449 int total_entries; in _dhd_wlfc_deque_delayedq() local
1465 total_entries = ctx->requested_entry_count; in _dhd_wlfc_deque_delayedq()
1467 total_entries = ctx->active_entry_count; in _dhd_wlfc_deque_delayedq()
1470 for (i = 0; i < total_entries; i++) { in _dhd_wlfc_deque_delayedq()
1932 int total_entries; in _dhd_wlfc_cleanup() local
1950 total_entries = sizeof(wlfc->destination_entries)/sizeof(wlfc_mac_descriptor_t); in _dhd_wlfc_cleanup()
1953 for (i = 0; i < total_entries; i++) { in _dhd_wlfc_cleanup()
/OK3568_Linux_fs/buildroot/package/assimp/
H A D0003-closes-2954-upgrade-to-latest-greatest.patch221 ++total_entries;
H A D0002-closes-2733-update-of-zlip-to-fix-gcc-build-for-v9-2-0-32-bit.patch1529 static int total_entries = 0;
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dtranslation-table.c930 u16 total_entries = 0; in batadv_tt_prepare_tvlv_local_data() local
942 total_entries += vlan_entries; in batadv_tt_prepare_tvlv_local_data()
950 *tt_len = batadv_tt_len(total_entries); in batadv_tt_prepare_tvlv_local_data()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmballoc.c4690 int order, int total_entries) in ext4_mb_discard_lg_preallocations() argument
4729 total_entries--; in ext4_mb_discard_lg_preallocations()
4730 if (total_entries <= 5) { in ext4_mb_discard_lg_preallocations()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c723 h->total_entries = 1; in sii8620_mhl_burst_hdr_set()