Home
last modified time | relevance | path

Searched refs:rpm_active (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/base/power/
Druntime.c281 refcount_inc(&link->rpm_active); in rpm_get_suppliers()
294 while (refcount_dec_not_one(&link->rpm_active)) in rpm_put_suppliers()
1566 while (refcount_dec_not_one(&link->rpm_active)) in pm_runtime_clean_up_links()
1588 refcount_inc(&link->rpm_active); in pm_runtime_get_suppliers()
1612 refcount_dec_not_one(&link->rpm_active); in pm_runtime_put_suppliers()
/linux-4.19.296/drivers/base/
Dcore.c344 refcount_inc(&link->rpm_active); in device_link_add()
379 refcount_set(&link->rpm_active, 1); in device_link_add()
383 refcount_inc(&link->rpm_active); in device_link_add()
438 while (refcount_dec_not_one(&link->rpm_active)) in device_link_free()
/linux-4.19.296/include/linux/
Ddevice.h858 refcount_t rpm_active; member