OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nflush
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/src/
tcache.c
97
unsigned i,
nflush
, ndeferred;
local
105
for (
nflush
= tbin->ncached - rem;
nflush
> 0;
nflush
= ndeferred) {
128
for (i = 0; i <
nflush
; i++) {
151
arena_decay_ticks(tsd_tsdn(tsd), bin_arena,
nflush
- ndeferred);
179
unsigned i,
nflush
, ndeferred;
local
187
for (
nflush
= tbin->ncached - rem;
nflush
> 0;
nflush
= ndeferred)
[
all
...]
/external/libpcap/
pcap-usb-linux.c
101
int32_t
nflush
; /* Number of events to flush */
member in struct:mon_bin_mfetch
848
int
nflush
= 0;
local
865
fetch.
nflush
=
nflush
;
886
nflush
= fetch.nfetch;
920
if (ioctl(handle->fd, MON_IOCH_MFLUSH,
nflush
) == -1) {
Completed in 434 milliseconds