Home
last modified time | relevance | path

Searched refs:mmtree (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dmonitor_mm.c58 RB_GENERATE(mmtree, mm_share, next, mm_compare) in RB_GENERATE() argument
61 mm_make_entry(struct mm_master *mm, struct mmtree *head, in RB_GENERATE()
73 tmp2 = RB_INSERT(mmtree, head, tmp); in RB_GENERATE()
119 mm_freelist(struct mm_master *mmalloc, struct mmtree *head) in mm_freelist()
124 next = RB_NEXT(mmtree, head, mms); in mm_freelist()
125 RB_REMOVE(mmtree, head, mms); in mm_freelist()
181 RB_FOREACH(mms, mmtree, &mm->rb_free) { in mm_malloc()
199 RB_REMOVE(mmtree, &mm->rb_free, mms); in mm_malloc()
217 mms = RB_FIND(mmtree, &mm->rb_allocated, &tmp); in mm_free()
225 RB_REMOVE(mmtree, &mm->rb_allocated, mms); in mm_free()
[all …]
Dmonitor_mm.h38 RB_HEAD(mmtree, mm_share) rb_free;
39 struct mmtree rb_allocated;
46 RB_PROTOTYPE(mmtree, mm_share, next, mm_compare)