Lines Matching refs:pref_llc
1543 int pref_llc, pref_llc_queued; in account_llc_enqueue() local
1546 pref_llc = p->preferred_llc; in account_llc_enqueue()
1547 if (pref_llc < 0) in account_llc_enqueue()
1550 pref_llc_queued = (pref_llc == task_llc(p)); in account_llc_enqueue()
1571 if (sd && (unsigned int)pref_llc < sd->llc_max) in account_llc_enqueue()
1572 sd->llc_counts[pref_llc]++; in account_llc_enqueue()
1578 int pref_llc; in account_llc_dequeue() local
1580 pref_llc = p->preferred_llc; in account_llc_dequeue()
1581 if (pref_llc < 0) in account_llc_dequeue()
1596 if (sd && (unsigned int)pref_llc < sd->llc_max) { in account_llc_dequeue()
1609 if (sd->llc_counts[pref_llc]) in account_llc_dequeue()
1610 sd->llc_counts[pref_llc]--; in account_llc_dequeue()