Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/base/power/
Druntime.c303 refcount_inc(&link->rpm_active); in rpm_get_suppliers()
315 while (refcount_dec_not_one(&link->rpm_active)) in rpm_put_suppliers()
1660 refcount_inc(&link->rpm_active); in pm_runtime_get_suppliers()
1682 if (refcount_dec_not_one(&link->rpm_active)) in pm_runtime_put_suppliers()
1719 while (refcount_dec_not_one(&link->rpm_active)) in pm_runtime_drop_link()
/Linux-v5.10/drivers/tty/serial/8250/
D8250_port.c714 unsigned char rpm_active; in serial8250_rpm_get_tx() local
719 rpm_active = xchg(&p->rpm_tx_active, 1); in serial8250_rpm_get_tx()
720 if (rpm_active) in serial8250_rpm_get_tx()
728 unsigned char rpm_active; in serial8250_rpm_put_tx() local
733 rpm_active = xchg(&p->rpm_tx_active, 0); in serial8250_rpm_put_tx()
734 if (!rpm_active) in serial8250_rpm_put_tx()
/Linux-v5.10/drivers/base/
Dcore.c322 while (refcount_dec_not_one(&link->rpm_active)) in device_link_free()
576 refcount_inc(&link->rpm_active); in device_link_add()
623 refcount_set(&link->rpm_active, 1); in device_link_add()
648 refcount_inc(&link->rpm_active); in device_link_add()
/Linux-v5.10/include/linux/
Ddevice.h583 refcount_t rpm_active; member