MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_varea_pgmgr_insert

Function rt_varea_pgmgr_insert

components/mm/mm_anon.c:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void rt_varea_pgmgr_insert(rt_varea_t varea, void *page_addr)
113{
114 /* each mapping of page frame in the varea is binding with a reference */
115 rt_page_ref_inc(page_addr, 0);
116}
117
118/**
119 * Private unmapping of address space

Callers 4

_map_page_in_vareaFunction · 0.85
_override_mapFunction · 0.85
test_varea_map_pageFunction · 0.85
test_varea_unmap_pageFunction · 0.85

Calls 1

rt_page_ref_incFunction · 0.85

Tested by 2

test_varea_map_pageFunction · 0.68
test_varea_unmap_pageFunction · 0.68