HomeSort by: relevance | last modified time | path
    Searched defs:nactive (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/jemalloc/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;
  /src/external/bsd/jemalloc/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/dist/include/jemalloc/internal/
arena_structs_b.h 145 atomic_zu_t nactive; member in struct:arena_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
arena_structs_b.h 145 atomic_zu_t nactive; member in struct:arena_s
  /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 911 size_t i, nactive = 0, ndone = 0; local
920 if (append(cp, &active, &nactive) != 0) {
924 while (nactive > 0) {
925 cp = active[nactive - 1];
926 nactive--;
927 if (brace_expand_one(cp, &active, &nactive,
963 for (i = 0; i < nactive; i++)

Completed in 33 milliseconds