Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/regulator/
Ddriver.h455 struct task_struct *mutex_owner; member
/Linux-v4.19/drivers/regulator/
Dcore.c164 if (rdev->mutex_owner == current) { in regulator_lock_nested()
172 rdev->mutex_owner = current; in regulator_lock_nested()
193 rdev->mutex_owner = NULL; in regulator_unlock()