Home
last modified time | relevance | path

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

/external/openssh/
Dmonitor_mm.c113 RB_INIT(&mm->rb_allocated); in mm_create()
143 mm_freelist(mm->mmalloc, &mm->rb_allocated); in mm_destroy()
197 tmp = mm_make_entry(mm, &mm->rb_allocated, mms->address, size); in mm_malloc()
222 mms = RB_FIND(mmtree, &mm->rb_allocated, &tmp); in mm_free()
230 RB_REMOVE(mmtree, &mm->rb_allocated, mms); in mm_free()
316 struct mmtree rb_free, rb_allocated; in mm_share_sync() local
330 rb_allocated = mm->rb_allocated; in mm_share_sync()
333 RB_INIT(&mm->rb_allocated); in mm_share_sync()
336 mm_sync_list(&rb_allocated, &mm->rb_allocated, mm, mmold); in mm_share_sync()
Dmonitor_mm.h39 struct mmtree rb_allocated; member