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

  /src/sys/uvm/
uvm_swap.c 209 static int sw_reg_count = 0; variable in typeref:typename:int
1018 if (sw_reg_count++ == 0) {
1103 KASSERT(sw_reg_count > 0);
1105 if (--sw_reg_count == 0) {
uvm_swap.c 209 static int sw_reg_count = 0; variable in typeref:typename:int
1018 if (sw_reg_count++ == 0) {
1103 KASSERT(sw_reg_count > 0);
1105 if (--sw_reg_count == 0) {

Completed in 24 milliseconds