Home
last modified time | relevance | path

Searched refs:mutex_owner (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/include/linux/regulator/
Ddriver.h620 struct task_struct *mutex_owner; member
/Linux-v5.15/drivers/regulator/
Dcore.c149 if (rdev->mutex_owner == current) in regulator_lock_nested()
165 rdev->mutex_owner = current; in regulator_lock_nested()
200 rdev->mutex_owner = NULL; in regulator_unlock()