Searched refs:conflist (Results 1 – 4 of 4) sorted by relevance
230 dbp->next = domp->conflist; in ppm_alloc_pstate_domains()231 domp->conflist = dbp; in ppm_alloc_pstate_domains()248 dbp->next = domp->conflist; in ppm_alloc_pstate_domains()249 domp->conflist = dbp; in ppm_alloc_pstate_domains()286 for (dbpp = &domp->conflist; (pconf = *dbpp) != NULL; ) { in ppm_free_pstate_domains()
172 for (db = (*dompp)->conflist; (tmp = db) != NULL; ) { in ppm_attach_err()177 (*dompp)->conflist = NULL; in ppm_attach_err()252 new->next = domp->conflist; in ppm_create_db()253 domp->conflist = new; in ppm_create_db()281 for (dbp = (*dompp)->conflist; dbp; dbp = dbp->next) { in ppm_lookup_dev()
118 for (db = domp->conflist; (tmp = db) != NULL; ) { in ppm_attach_err()123 domp->conflist = NULL; in ppm_attach_err()348 db->next = domp->conflist; in ppm_create_db()349 domp->conflist = db; in ppm_create_db()407 for (dbp = domp->conflist; dbp; dbp = dbp->next) { in ppm_lookup_dev()
237 ppm_db_t *conflist; /* all devices from ppm.conf file */ member