Searched refs:PCC_BORROWED (Results 1 – 3 of 3) sorted by relevance
81 if ((~pcc->pcc_flags & (PCC_BORROWED|PCC_DONE)) == 0) { in puffs_cc_yield()82 pcc->pcc_flags &= ~(PCC_BORROWED|PCC_DONE); in puffs_cc_yield()89 pcc->pcc_flags &= ~PCC_BORROWED; in puffs_cc_yield()153 loanpcc->pcc_flags |= PCC_BORROWED; in puffs__goto()
194 #define PCC_BORROWED 0x02 macro
79 if (pcc->pcc_flags & PCC_BORROWED) { in puffs__ml_dispatch()