Home
last modified time | relevance | path

Searched refs:rt_mutex_unlock (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/linux/
Drtmutex.h99 extern void rt_mutex_unlock(struct rt_mutex *lock);
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-i2c.c527 rt_mutex_unlock(&dev->i2c_bus_lock); in em28xx_i2c_xfer()
553 rt_mutex_unlock(&dev->i2c_bus_lock); in em28xx_i2c_xfer()
574 rt_mutex_unlock(&dev->i2c_bus_lock); in em28xx_i2c_xfer()
581 rt_mutex_unlock(&dev->i2c_bus_lock); in em28xx_i2c_xfer()
/linux-4.4.14/kernel/locking/
Drtmutex.c1484 void __sched rt_mutex_unlock(struct rt_mutex *lock) in rt_mutex_unlock() function
1488 EXPORT_SYMBOL_GPL(rt_mutex_unlock);
Dlocktorture.c449 rt_mutex_unlock(&torture_rtmutex); in torture_rtmutex_unlock()
/linux-4.4.14/kernel/
Dfutex.c828 rt_mutex_unlock(&pi_state->pi_mutex); in exit_pi_state_list()
2470 rt_mutex_unlock(&q.pi_state->pi_mutex); in futex_lock_pi()
2818 rt_mutex_unlock(pi_mutex); in futex_wait_requeue_pi()
/linux-4.4.14/kernel/rcu/
Dtree_plugin.h508 rt_mutex_unlock(&rnp->boost_mtx); in rcu_read_unlock_special()
1040 rt_mutex_unlock(&rnp->boost_mtx); /* Then keep lockdep happy. */ in rcu_boost()
/linux-4.4.14/drivers/i2c/
Di2c-core.c1000 rt_mutex_unlock(&adapter->bus_lock); in i2c_unlock_adapter()