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

  /src/external/bsd/jemalloc.old/dist/src/
tcache.c 113 unsigned nflush = tbin->ncached - rem; local
115 VARIABLE_ARRAY(extent_t *, item_extent, nflush + + 1);
117 for (unsigned i = 0 ; i < nflush; i++) {
121 while (nflush > 0) {
144 for (unsigned i = 0; i < nflush; i++) {
165 arena_decay_ticks(tsd_tsdn(tsd), bin_arena, nflush - ndeferred);
166 nflush = ndeferred;
199 unsigned nflush = tbin->ncached - rem; local
201 VARIABLE_ARRAY(extent_t *, item_extent, nflush + 1);
203 for (unsigned i = 0 ; i < nflush; i++)
    [all...]
  /src/external/bsd/libpcap/dist/
pcap-usb-linux.c 111 int32_t nflush; /* Number of events to flush */ member in struct:mon_bin_mfetch
767 int nflush = 0; local
805 * earlier (nflush) - MON_IOCX_MFETCH does both
811 fetch.nflush = nflush;
833 nflush = fetch.nfetch;
949 if (ioctl(handle->fd, MON_IOCH_MFLUSH, nflush) == -1) {
  /src/external/bsd/jemalloc/dist/src/
tcache.c 135 size_t nflush = low_water - (low_water >> 2); local
136 if (nflush < tcache_slow->bin_flush_delay_items[szind]) {
138 uint8_t nflush_uint8 = (uint8_t)nflush;
149 (unsigned)(ncached - nflush));
280 szind_t binind, size_t nflush, emap_batch_lookup_result_t *edatas) {
287 size_t szind_sum = binind * nflush;
288 emap_edata_lookup_batch(tsd, &arena_emap_global, nflush,
293 tcache_bin_flush_size_check_fail(arr, binind, nflush, edatas);
310 szind_t binind, cache_bin_ptr_array_t *ptrs, unsigned nflush, bool small) {
330 VARIABLE_ARRAY(emap_batch_lookup_result_t, item_edata, nflush + 1)
513 unsigned nflush = ncached - rem; local
    [all...]
arena.c 132 uint64_t nflush = locked_read_u64(tsdn, local
135 locked_inc_u64_unsynchronized(&lstats[i].nflushes, nflush);
136 astats->nflushes_large += nflush;

Completed in 46 milliseconds