Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/regulator/
H A Ddriver.h459 struct task_struct *mutex_owner; member
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dcore.c165 if (rdev->mutex_owner == current) in regulator_lock_nested()
181 rdev->mutex_owner = current; in regulator_lock_nested()
216 rdev->mutex_owner = NULL; in regulator_unlock()