Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/regulator/
Ddriver.h451 struct task_struct *mutex_owner; member
/Linux-v5.10/drivers/regulator/
Dcore.c159 if (rdev->mutex_owner == current) in regulator_lock_nested()
175 rdev->mutex_owner = current; in regulator_lock_nested()
210 rdev->mutex_owner = NULL; in regulator_unlock()