Searched refs:pscc (Results 1 – 2 of 2) sorted by relevance
2707 pscc_t *pscc; in psc_interest() local2711 pscc = pm_pscc_interest; in psc_interest()2713 pscc = (*cookiep)->pscc_next; in psc_interest()2714 if (pscc) { in psc_interest()2715 *cookiep = pscc; in psc_interest()2716 *psccp = pscc; in psc_interest()2717 mutex_enter(&pscc->pscc_entries->psce_lock); in psc_interest()2718 return (pscc->pscc_entries); in psc_interest()2732 pscc_t *pscc; in pm_enqueue_notify()2742 psce = pm_psc_dip_to_direct(dip, &pscc); in pm_enqueue_notify()[all …]
916 typedef struct pscc { /* pm_state_change_control */ struct920 struct pscc *pscc_next; argument921 struct pscc *pscc_prev; argument