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

  /src/sys/arch/sun3/sun3x/
pmap.c 1450 uint8_t bt_wired, ct_wired; local in function:free_b_table
1460 ct_wired = c_tbl->ct_wcnt;
1462 if (ct_wired)
1494 uint8_t ct_wired; local in function:free_c_table
1497 ct_wired = c_tbl->ct_wcnt;
1514 if (!ct_wired)
3282 uint8_t bt_wired, ct_wired; local in function:pmap_remove_b
3295 ct_wired = c_tbl->ct_wcnt;
3306 if (ct_wired && c_tbl->ct_wcnt == 0)
3323 ct_wired = c_tbl->ct_wcnt
3397 uint8_t ct_wired; local in function:pmap_remove_c
    [all...]

Completed in 13 milliseconds