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

  /src/sys/arch/sun3/sun3x/
pmap_pvt.h 70 uint8_t bt_ecnt; /* no. of valid entries in table */ member in struct:b_tmgr_struct
pmap.c 1149 b_tbl->bt_ecnt = 0; /* valid entry count. */
1325 tbl->ct_parent->bt_ecnt--;
1454 if (b_tbl->bt_ecnt) {
1467 b_tbl->bt_ecnt = 0;
1864 b_tbl->bt_ecnt++; /* Update parent's valid entry count */
3311 b_tbl->bt_ecnt--;
3336 b_tbl->bt_ecnt--;
3360 b_tbl->bt_ecnt--;
3365 if (b_tbl->bt_ecnt == 0) {

Completed in 17 milliseconds