| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | stats.h | 11 OPTION('b', bins, true, false) \
|
| H A D | size_classes.sh | 300 * NTBINS: Number of tiny bins. 301 * NLBINS: Number of bins supported by the lookup table. 302 * NBINS: Number of small size class bins.
|
| H A D | arena_structs_b.h | 206 bin_t bins[NBINS]; member
|
| H A D | jemalloc_internal_inlines_c.h | 231 bin_t *bin = &arena->bins[binind]; in iget_defrag_hint()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | stats.c | 523 stats_arena_print(emitter_t *emitter, unsigned i, bool bins, bool large, in stats_arena_print() argument 817 if (bins) { in stats_arena_print() 1066 bool unmerged, bool bins, bool large, bool mutex) { in stats_print_helper() argument 1186 stats_arena_print(emitter, MALLCTL_ARENAS_ALL, bins, in stats_print_helper() 1198 bins, large, mutex); in stats_print_helper() 1213 stats_arena_print(emitter, i, bins, in stats_print_helper() 1280 bins, large, mutex); in stats_print()
|
| H A D | arena.c | 204 bin_stats_merge(tsdn, &bstats[i], &arena->bins[i]); in arena_stats_merge() 1004 bin_t *bin = &arena->bins[i]; in arena_reset() 1260 bin = &arena->bins[binind]; in arena_tcache_fill_small() 1324 bin = &arena->bins[binind]; in arena_malloc_small() 1533 bin_t *bin = &arena->bins[binind]; in arena_dalloc_bin_locked_impl() 1565 bin_t *bin = &arena->bins[binind]; in arena_dalloc_bin() 1882 bool err = bin_init(&arena->bins[i]); in arena_new() 1976 bin_prefork(tsdn, &arena->bins[i]); in arena_prefork7() 1985 bin_postfork_parent(tsdn, &arena->bins[i]); in arena_postfork_parent() 2029 bin_postfork_child(tsdn, &arena->bins[i]); in arena_postfork_child()
|
| H A D | tcache.c | 124 bin_t *bin = &bin_arena->bins[binind]; in tcache_bin_flush_small() 172 bin_t *bin = &arena->bins[binind]; in tcache_bin_flush_small() 536 bin_t *bin = &arena->bins[i]; in tcache_stats_merge()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_l2.c | 686 OSAL_MEMSET(&p_ramrod->approx_mcast.bins, 0, in ecore_sp_update_mcast_bin() 687 sizeof(p_ramrod->approx_mcast.bins)); in ecore_sp_update_mcast_bin() 694 u32 *p_bins = p_params->bins; in ecore_sp_update_mcast_bin() 696 p_ramrod->approx_mcast.bins[i] = OSAL_CPU_TO_LE32(p_bins[i]); in ecore_sp_update_mcast_bin() 1578 u32 bins[ETH_MULTICAST_MAC_BINS_IN_REGS]; in ecore_sp_eth_filter_mcast() local 1615 OSAL_MEMSET(&p_ramrod->approx_mcast.bins, in ecore_sp_eth_filter_mcast() 1616 0, sizeof(p_ramrod->approx_mcast.bins)); in ecore_sp_eth_filter_mcast() 1617 OSAL_MEMSET(bins, 0, sizeof(u32) * ETH_MULTICAST_MAC_BINS_IN_REGS); in ecore_sp_eth_filter_mcast() 1626 bins[bit / 32] |= 1 << (bit % 32); in ecore_sp_eth_filter_mcast() 1634 p_ramrod_bins->bins[i] = OSAL_CPU_TO_LE32(bins[i]); in ecore_sp_eth_filter_mcast()
|
| H A D | ecore_l2_api.h | 345 u32 bins[8]; member
|
| H A D | ecore_vfpf_if.h | 409 u64 bins[4]; member
|
| H A D | ecore_vf.c | 1335 OSAL_MEMCPY(p_mcast_tlv->bins, p_params->bins, in ecore_vf_pf_vport_update() 1533 sp_params.bins[bit / 32] |= 1 << (bit % 32); in ecore_vf_pf_filter_mcast()
|
| H A D | ecore_hsi_eth.h | 1427 __le32 bins[ETH_MULTICAST_MAC_BINS_IN_REGS] /* multicast bins */; member
|
| H A D | ecore_sriov.c | 3106 OSAL_MEMCPY(p_data->bins, p_mcast_tlv->bins, in ecore_iov_vp_update_mcast_bin_param()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/altera/ |
| H A D | socfpga_stratix10.dtsi | 152 snps,multicast-filter-bins = <256>; 170 snps,multicast-filter-bins = <256>; 188 snps,multicast-filter-bins = <256>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/intel/ |
| H A D | socfpga_agilex.dtsi | 149 snps,multicast-filter-bins = <256>; 167 snps,multicast-filter-bins = <256>; 185 snps,multicast-filter-bins = <256>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ddr/ |
| H A D | lpddr2.txt | 38 speed-bins as is required. Please see Documentation/devicetree/
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | snps,dwmac.yaml | 246 snps,multicast-filter-bins: 249 Number of multicast filter hash bins supported by this device 405 snps,multicast-filter-bins = <256>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | socfpga_arria10.dtsi | 430 snps,multicast-filter-bins = <256>; 450 snps,multicast-filter-bins = <256>; 470 snps,multicast-filter-bins = <256>;
|
| H A D | socfpga.dtsi | 577 snps,multicast-filter-bins = <256>; 595 snps,multicast-filter-bins = <256>;
|
| /f-stack/freebsd/contrib/device-tree/src/arc/ |
| H A D | axs10x_mb.dtsi | 81 snps,multicast-filter-bins = <256>;
|
| H A D | hsdk.dts | 215 snps,multicast-filter-bins = <256>;
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | ChangeLog | 226 + stats.arenas.<i>.bins.<j>.{nslabs,reslabs,curslabs} 227 + stats.arenas.<i>.bins.<j>.mutex. 336 + stats.arenas.<i>.bins.<j>.{nruns,reruns,curruns} 801 - Replace the "stats.arenas.<i>.bins.<j>.allocated" mallctl with 802 "stats.arenas.<i>.bins.<j>.curregs". 1099 "stats.arenas.<i>.bins.<j>.highruns" and 1103 "arenas.[tqcs]bins" mallctls.
|
| /f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/ |
| H A D | malloc.c | 1931 #define bin_at(m, i) ((mbinptr)((char*)&((m)->bins[(i)<<1]) - (SIZE_SZ<<1))) 2188 mchunkptr bins[NBINS * 2]; member
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | efd_lib.rst | 410 bin id. A chunk contains 64 different groups and 256 bins (i.e. for any
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8996.dtsi | 659 * all bins of the hardware
|