Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/pohmelfs/
Dnetfs.h491 struct mutex __state_send_lock; member
530 mutex_lock(&st->__state_send_lock); in netfs_state_lock_send()
535 return mutex_trylock(&st->__state_send_lock); in netfs_state_trylock_send()
540 BUG_ON(!mutex_is_locked(&st->__state_send_lock)); in netfs_state_unlock_send()
542 mutex_unlock(&st->__state_send_lock); in netfs_state_unlock_send()
Dnet.c1055 mutex_init(&st->__state_send_lock); in pohmelfs_state_init_one()