Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dsfp.c252 * state_hw_drive: st_mutex held
253 * state_hw_mask: st_mutex held
254 * state_soft_mask: st_mutex held
255 * state: st_mutex held unless reading input bits
257 struct mutex st_mutex; /* Protects state */ member
905 mutex_lock(&sfp->st_mutex); in sfp_soft_start_poll()
913 mutex_unlock(&sfp->st_mutex); in sfp_soft_start_poll()
918 mutex_lock(&sfp->st_mutex); in sfp_soft_stop_poll()
920 mutex_unlock(&sfp->st_mutex); in sfp_soft_stop_poll()
923 /* sfp_get_state() - must be called with st_mutex hel
[all...]
/linux/fs/nfsd/
H A Dnfs4state.c1759 mutex_lock_nested(&stp->st_mutex, in nfsd4_revoke_states()
1771 mutex_unlock(&stp->st_mutex); in nfsd4_revoke_states()
1775 mutex_lock_nested(&stp->st_mutex, in nfsd4_revoke_states()
1797 mutex_unlock(&stp->st_mutex); in nfsd4_revoke_states()
5048 /* Lock the stateid st_mutex, and deal with races with CLOSE */
5054 mutex_lock_nested(&stp->st_mutex, LOCK_STATEID_MUTEX); in nfsd4_lock_ol_stateid()
5061 mutex_unlock(&stp->st_mutex); in nfsd4_lock_ol_stateid()
5133 mutex_init(&stp->st_mutex); in init_open_stateid()
5134 mutex_lock_nested(&stp->st_mutex, OPEN_STATEID_MUTEX); in init_open_stateid()
5141 mutex_unlock(&stp->st_mutex); in init_open_stateid()
[all...]