| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| pa.h | 77 atomic_zu_t nactive; member in struct:pa_shard_s 226 void pa_shard_basic_stats_merge(pa_shard_t *shard, size_t *nactive,
|
| psset.h | 39 size_t nactive; member in struct:psset_bin_stats_s 123 return psset->merged_stats.nactive;
|
| arena_structs_b.h | 145 atomic_zu_t nactive; member in struct:arena_s
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| pa.h | 77 atomic_zu_t nactive; member in struct:pa_shard_s 226 void pa_shard_basic_stats_merge(pa_shard_t *shard, size_t *nactive,
|
| psset.h | 39 size_t nactive; member in struct:psset_bin_stats_s 123 return psset->merged_stats.nactive;
|
| arena_structs_b.h | 145 atomic_zu_t nactive; member in struct:arena_s
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| pa.h | 78 atomic_zu_t nactive; member in struct:pa_shard_s 229 pa_shard_t *shard, size_t *nactive, size_t *ndirty, size_t *nmuzzy);
|
| psset.h | 46 size_t nactive; member in struct:psset_bin_stats_s 143 return psset->stats.merged.nactive;
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| pa.h | 78 atomic_zu_t nactive; member in struct:pa_shard_s 229 pa_shard_t *shard, size_t *nactive, size_t *ndirty, size_t *nmuzzy);
|
| psset.h | 46 size_t nactive; member in struct:psset_bin_stats_s 143 return psset->stats.merged.nactive;
|
| arena_structs_b.h | 145 atomic_zu_t nactive; member in struct:arena_s
|
| /src/external/bsd/jemalloc/dist/src/ |
| psset.c | 26 dst->nactive += src->nactive; 57 size_t nactive = hpdata_nactive_get(ps); local 61 stats->merged.nactive += mul * nactive; 76 stats->slabs[huge_idx].nactive += mul * nactive; 80 binstats[huge_idx].nactive += mul * nactive; 98 assert(stats->merged.nactive [all...] |
| stats.c | 829 size_t nactive; local 849 CTL_M2_GET("stats.arenas.0.hpa_shard.nactive", i, &nactive, size_t); 895 npageslabs, npageslabs_huge, npageslabs_nonhuge, nactive, 905 emitter_json_kv(emitter, "nactive", emitter_type_size, &nactive); 972 " nactive: %zu huge, %zu nonhuge \n" 1015 " nactive: %zu huge, %zu nonhuge \n"
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/ |
| tcp.c | 1451 int_fast32_t nactive; local 1455 nactive = atomic_load(&listener->active_child_connections); 1456 INSIST(nactive >= 0); 1457 return (nactive);
|
| /src/external/bsd/tmux/dist/ |
| image-sixel.c | 521 u_int y, u_int *active, u_int *nactive) 551 active[(*nactive)++] = c; 577 u_int *active, nactive; local 621 nactive = 0; 622 sixel_print_compress_colors(si, chunks, y, active, &nactive); 624 for (i = 0; i < nactive; i++) {
|
| /src/sys/altq/ |
| altq_hfsc.h | 103 int nactive; /* number of active children */ member in struct:hfsc_classstats
|
| /src/sys/dev/pci/cxgb/ |
| cxgb_adapter.h | 181 unsigned int nactive; member in struct:lro_state
|
| /src/crypto/external/bsd/openssh/dist/ |
| scp.c | 910 size_t i, nactive = 0, ndone = 0; local 919 if (append(cp, &active, &nactive) != 0) { 923 while (nactive > 0) { 924 cp = active[nactive - 1]; 925 nactive--; 926 if (brace_expand_one(cp, &active, &nactive, 962 for (i = 0; i < nactive; i++)
|