Searched refs:rpm_active (Results 1 – 3 of 3) sorted by relevance
281 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()
344 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()
858 refcount_t rpm_active; member