Searched refs:rpm_active (Results 1 – 4 of 4) sorted by relevance
304 refcount_inc(&link->rpm_active); in rpm_get_suppliers()318 while (refcount_dec_not_one(&link->rpm_active)) in rpm_put_suppliers()1650 while (refcount_dec_not_one(&link->rpm_active)) in pm_runtime_clean_up_links()1672 refcount_inc(&link->rpm_active); in pm_runtime_get_suppliers()1694 if (refcount_dec_not_one(&link->rpm_active)) in pm_runtime_put_suppliers()
678 unsigned char rpm_active; in serial8250_rpm_get_tx() local683 rpm_active = xchg(&p->rpm_tx_active, 1); in serial8250_rpm_get_tx()684 if (rpm_active) in serial8250_rpm_get_tx()692 unsigned char rpm_active; in serial8250_rpm_put_tx() local697 rpm_active = xchg(&p->rpm_tx_active, 0); in serial8250_rpm_put_tx()698 if (!rpm_active) in serial8250_rpm_put_tx()
342 refcount_inc(&link->rpm_active); in device_link_add()377 refcount_set(&link->rpm_active, 1); in device_link_add()381 refcount_inc(&link->rpm_active); in device_link_add()436 while (refcount_dec_not_one(&link->rpm_active)) in device_link_free()
1112 refcount_t rpm_active; member