OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mm_share
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
monitor_mm.h
31
struct
mm_share
{
struct
32
RB_ENTRY(
mm_share
) next;
38
RB_HEAD(mmtree,
mm_share
) rb_free;
46
RB_PROTOTYPE(mmtree,
mm_share
, next, mm_compare)
monitor_mm.c
50
mm_compare(struct
mm_share
*a, struct
mm_share
*b)
62
RB_GENERATE(mmtree,
mm_share
, next, mm_compare)
64
static struct
mm_share
*
68
struct
mm_share
*tmp, *tmp2;
71
tmp = xcalloc(1, sizeof(struct
mm_share
));
73
tmp = mm_xmalloc(mm->mmalloc, sizeof(struct
mm_share
));
125
struct
mm_share
*mms, *next;
177
struct
mm_share
*mms, *tmp;
219
struct
mm_share
*mms, *prev, tmp
[
all
...]
Completed in 885 milliseconds