Home
last modified time | relevance | path

Searched refs:mfc_mutex (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc.c181 mutex_locked = mutex_trylock(&dev->mfc_mutex); in s5p_mfc_watchdog_worker()
222 mutex_unlock(&dev->mfc_mutex); in s5p_mfc_watchdog_worker()
791 if (mutex_lock_interruptible(&dev->mfc_mutex)) { in s5p_mfc_open()
880 q->lock = &dev->mfc_mutex; in s5p_mfc_open()
907 q->lock = &dev->mfc_mutex; in s5p_mfc_open()
938 mutex_unlock(&dev->mfc_mutex); in s5p_mfc_open()
963 mutex_unlock(&dev->mfc_mutex); in s5p_mfc_open()
978 mutex_lock(&dev->mfc_mutex); in s5p_mfc_release()
1020 mutex_unlock(&dev->mfc_mutex); in s5p_mfc_release()
1036 mutex_lock(&dev->mfc_mutex); in s5p_mfc_poll()
[all …]
/linux/include/net/netns/
H A Dipv4.h285 struct mutex mfc_mutex; member
/linux/net/ipv4/
H A Dipmr.c1340 mutex_lock(&net->ipv4.mfc_mutex); in mroute_clean_tables()
1355 mutex_unlock(&net->ipv4.mfc_mutex); in mroute_clean_tables()
1514 mutex_lock(&net->ipv4.mfc_mutex); in ip_mroute_setsockopt()
1523 mutex_unlock(&net->ipv4.mfc_mutex); in ip_mroute_setsockopt()
2953 mutex_lock(&net->ipv4.mfc_mutex); in ipmr_rtm_route()
2960 mutex_unlock(&net->ipv4.mfc_mutex); in ipmr_rtm_route()
3304 mutex_init(&net->ipv4.mfc_mutex); in ipmr_net_init()