Searched refs:rpm_active (Results 1 – 4 of 4) sorted by relevance
303 refcount_inc(&link->rpm_active); in rpm_get_suppliers()315 while (refcount_dec_not_one(&link->rpm_active)) in __rpm_put_suppliers()1712 refcount_inc(&link->rpm_active); in pm_runtime_get_suppliers()1737 refcount_dec_not_one(&link->rpm_active); in pm_runtime_put_suppliers()1776 while (refcount_dec_not_one(&link->rpm_active)) in pm_runtime_drop_link()
719 unsigned char rpm_active; in serial8250_rpm_get_tx() local724 rpm_active = xchg(&p->rpm_tx_active, 1); in serial8250_rpm_get_tx()725 if (rpm_active) in serial8250_rpm_get_tx()733 unsigned char rpm_active; in serial8250_rpm_put_tx() local738 rpm_active = xchg(&p->rpm_tx_active, 0); in serial8250_rpm_put_tx()739 if (!rpm_active) in serial8250_rpm_put_tx()
488 while (refcount_dec_not_one(&link->rpm_active)) in device_link_release_fn()760 refcount_inc(&link->rpm_active); in device_link_add()807 refcount_set(&link->rpm_active, 1); in device_link_add()831 refcount_inc(&link->rpm_active); in device_link_add()
602 refcount_t rpm_active; member
Completed in 22 milliseconds