OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mbuf_alloced
(Results
1 - 5
of
5
) sorted by null
/external/qemu/slirp/
mbuf.c
20
int
mbuf_alloced
= 0;
variable
57
mbuf_alloced
++;
58
if (
mbuf_alloced
> MBUF_THRESH)
60
if (
mbuf_alloced
> mbuf_max)
61
mbuf_max =
mbuf_alloced
;
103
mbuf_alloced
--;
mbuf.h
129
extern int
mbuf_alloced
;
debug.c
281
lprint(" %6d mbufs allocated (%d max)\r\n",
mbuf_alloced
, mbuf_max);
/external/qemu/slirp-android/
mbuf.c
20
int
mbuf_alloced
= 0;
variable
57
mbuf_alloced
++;
58
if (
mbuf_alloced
> MBUF_THRESH)
60
if (
mbuf_alloced
> mbuf_max)
61
mbuf_max =
mbuf_alloced
;
103
mbuf_alloced
--;
mbuf.h
129
extern int
mbuf_alloced
;
Completed in 681 milliseconds