HomeSort by: relevance | last modified time | path
    Searched defs:l2b_occupancy (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/arm32/
pmap.c 613 u_short l2b_occupancy; /* How many active descriptors */ member in struct:l2_bucket
1577 KDASSERT(count <= l2b->l2b_occupancy);
1583 l2b->l2b_occupancy -= count;
1599 if (l2b->l2b_occupancy > 0 || pm == pmap_kernel())
3381 l2b->l2b_occupancy += PAGE_SIZE / L2_S_SIZE;
3778 l2b->l2b_occupancy += PAGE_SIZE / L2_S_SIZE;
3971 KDASSERTMSG(mappings <= l2b->l2b_occupancy, "%u %u",
3972 mappings, l2b->l2b_occupancy);
3973 l2b->l2b_occupancy -= mappings;
6452 l2b->l2b_occupancy++
    [all...]

Completed in 15 milliseconds