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
93
unsigned i,
nflush
, ndeferred;
local
101
for (
nflush
= tbin->ncached - rem;
nflush
> 0;
nflush
= ndeferred) {
123
for (i = 0; i <
nflush
; i++) {
146
arena_decay_ticks(tsd, bin_arena,
nflush
- ndeferred);
174
unsigned i,
nflush
, ndeferred;
local
182
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 134 milliseconds