OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Sep 27 22:09:54 GMT 2025