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

  /src/sys/arch/aarch64/aarch64/
pmap.c 617 uint16_t wirecount __diagused;
639 wirecount = --pg->wire_count; /* 1 -> 0 */
640 KASSERT(wirecount == 0);
653 wirecount = --pg->wire_count;
1633 uint16_t wirecount; local in function:_pmap_pdp_delref
1654 wirecount = --pg->wire_count;
1662 if (wirecount == 1)
1669 while (wirecount == 1) {
1682 wirecount = atomic_add_32_nv(&pg->wire_count, -1); /* 1 -> 0 */
1683 KASSERT(wirecount == 0)
    [all...]
pmap.c 617 uint16_t wirecount __diagused;
639 wirecount = --pg->wire_count; /* 1 -> 0 */
640 KASSERT(wirecount == 0);
653 wirecount = --pg->wire_count;
1633 uint16_t wirecount; local in function:_pmap_pdp_delref
1654 wirecount = --pg->wire_count;
1662 if (wirecount == 1)
1669 while (wirecount == 1) {
1682 wirecount = atomic_add_32_nv(&pg->wire_count, -1); /* 1 -> 0 */
1683 KASSERT(wirecount == 0)
    [all...]

Completed in 28 milliseconds