Home
last modified time | relevance | path

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

/external/openssh/
Dmonitor_mm.c109 RB_INIT(&mm->rb_allocated); in mm_create()
139 mm_freelist(mm->mmalloc, &mm->rb_allocated); in mm_destroy()
192 tmp = mm_make_entry(mm, &mm->rb_allocated, mms->address, size); 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()
311 struct mmtree rb_free, rb_allocated; in mm_share_sync() local
325 rb_allocated = mm->rb_allocated; in mm_share_sync()
328 RB_INIT(&mm->rb_allocated); in mm_share_sync()
331 mm_sync_list(&rb_allocated, &mm->rb_allocated, mm, mmold); in mm_share_sync()
Dmonitor_mm.h39 struct mmtree rb_allocated; member