Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Drtmutex.h99 extern void rt_mutex_unlock(struct rt_mutex *lock);
/linux-4.1.27/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.1.27/kernel/locking/
Drtmutex-tester.c72 rt_mutex_unlock(&mutexes[i]); in handle_op()
121 rt_mutex_unlock(&mutexes[id]); in handle_op()
Drtmutex.c1459 void __sched rt_mutex_unlock(struct rt_mutex *lock) in rt_mutex_unlock() function
1463 EXPORT_SYMBOL_GPL(rt_mutex_unlock);
/linux-4.1.27/kernel/
Dfutex.c751 rt_mutex_unlock(&pi_state->pi_mutex); in exit_pi_state_list()
1191 rt_mutex_unlock(&pi_state->pi_mutex); in wake_futex_pi()
2358 rt_mutex_unlock(&q.pi_state->pi_mutex); in futex_lock_pi()
2695 rt_mutex_unlock(pi_mutex); in futex_wait_requeue_pi()
/linux-4.1.27/kernel/rcu/
Dtree_plugin.h365 rt_mutex_unlock(&rnp->boost_mtx); in rcu_read_unlock_special()
1049 rt_mutex_unlock(&rnp->boost_mtx); /* Then keep lockdep happy. */ in rcu_boost()
/linux-4.1.27/drivers/i2c/
Di2c-core.c901 rt_mutex_unlock(&adapter->bus_lock); in i2c_unlock_adapter()