Searched refs:__state_lock (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dnetfs.h490 struct mutex __state_lock; /* Can not allow to use the same socket simultaneously */ member in struct:netfs_state
547 mutex_lock(&st->__state_lock);
552 BUG_ON(!mutex_is_locked(&st->__state_lock));
554 mutex_unlock(&st->__state_lock);
H A Dnet.c1054 mutex_init(&st->__state_lock);

Completed in 107 milliseconds