MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pmap_resident_count_inc

Function pmap_resident_count_inc

freebsd/amd64/amd64/pmap.c:1456–1462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1454}
1455
1456static __inline void
1457pmap_resident_count_inc(pmap_t pmap, int count)
1458{
1459
1460 PMAP_LOCK_ASSERT(pmap, MA_OWNED);
1461 pmap->pm_stats.resident_count += count;
1462}
1463
1464static __inline void
1465pmap_resident_count_dec(pmap_t pmap, int count)

Callers 8

pmap_allocpte_nosleepFunction · 0.70
pmap_demote_pde_lockedFunction · 0.70
pmap_enter_largepageFunction · 0.70
pmap_enterFunction · 0.70
pmap_enter_pdeFunction · 0.70
pmap_enter_quick_lockedFunction · 0.70
pmap_object_init_ptFunction · 0.70
pmap_copyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected