OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
46
mm_compare(struct
mm_share
*a, struct
mm_share
*b)
58
RB_GENERATE(mmtree,
mm_share
, next, mm_compare)
60
static struct
mm_share
*
64
struct
mm_share
*tmp, *tmp2;
67
tmp = xmalloc(sizeof(struct
mm_share
));
69
tmp = mm_xmalloc(mm->mmalloc, sizeof(struct
mm_share
));
121
struct
mm_share
*mms, *next;
172
struct
mm_share
*mms, *tmp;
214
struct
mm_share
*mms, *prev, tmp
[
all
...]
Completed in 68 milliseconds