Home
last modified time | relevance | path

Searched refs:st_mutex (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/phy/
H A Dsfp.c251 * state_hw_drive: st_mutex held
252 * state_hw_mask: st_mutex held
253 * state_soft_mask: st_mutex held
254 * state: st_mutex held unless reading input bits
256 struct mutex st_mutex; /* Protects state */ member
793 mutex_lock(&sfp->st_mutex); in sfp_soft_start_poll()
800 mutex_unlock(&sfp->st_mutex); in sfp_soft_start_poll()
805 mutex_lock(&sfp->st_mutex); in sfp_soft_stop_poll()
807 mutex_unlock(&sfp->st_mutex); in sfp_soft_stop_poll()
810 /* sfp_get_state() - must be called with st_mutex hel
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4state.c4299 /* Lock the stateid st_mutex, and deal with races with CLOSE */
4305 mutex_lock_nested(&stp->st_mutex, LOCK_STATEID_MUTEX); in nfsd4_lock_ol_stateid()
4308 mutex_unlock(&stp->st_mutex); in nfsd4_lock_ol_stateid()
4368 mutex_init(&stp->st_mutex); in init_open_stateid()
4369 mutex_lock_nested(&stp->st_mutex, OPEN_STATEID_MUTEX); in init_open_stateid()
4402 mutex_unlock(&stp->st_mutex); in init_open_stateid()
5234 mutex_unlock(&stp->st_mutex); in nfsd4_process_open2()
5242 mutex_unlock(&stp->st_mutex); in nfsd4_process_open2()
5253 mutex_unlock(&stp->st_mutex); in nfsd4_process_open2()
5976 mutex_unlock(&stp->st_mutex); in nfsd4_free_lock_stateid()
[all...]
H A Dstate.h568 struct mutex st_mutex; member
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4state.c4561 /* Lock the stateid st_mutex, and deal with races with CLOSE */
4567 mutex_lock_nested(&stp->st_mutex, LOCK_STATEID_MUTEX); in nfsd4_lock_ol_stateid()
4570 mutex_unlock(&stp->st_mutex); in nfsd4_lock_ol_stateid()
4630 mutex_init(&stp->st_mutex); in init_open_stateid()
4631 mutex_lock_nested(&stp->st_mutex, OPEN_STATEID_MUTEX); in init_open_stateid()
4664 mutex_unlock(&stp->st_mutex); in init_open_stateid()
5770 mutex_unlock(&stp->st_mutex); in nfsd4_process_open2()
5778 mutex_unlock(&stp->st_mutex); in nfsd4_process_open2()
5789 mutex_unlock(&stp->st_mutex); in nfsd4_process_open2()
6738 mutex_unlock(&stp->st_mutex); in nfsd4_free_lock_stateid()
[all...]
H A Dstate.h606 struct mutex st_mutex; member
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dsfp.c241 struct mutex st_mutex; /* Protects state */ member
2329 mutex_lock(&sfp->st_mutex); in sfp_check_state()
2358 mutex_unlock(&sfp->st_mutex); in sfp_check_state()
2393 mutex_init(&sfp->st_mutex); in sfp_alloc()

Completed in 39 milliseconds