Home
last modified time | relevance | path

Searched refs:tsevq_mux (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/ptp/
Dptp_chardev.c464 if (mutex_lock_interruptible(&ptp->tsevq_mux)) in ptp_read()
469 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
474 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
480 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
500 mutex_unlock(&ptp->tsevq_mux); in ptp_read()
Dptp_clock.c175 mutex_destroy(&ptp->tsevq_mux); in ptp_clock_release()
232 mutex_init(&ptp->tsevq_mux); in ptp_clock_register()
333 mutex_destroy(&ptp->tsevq_mux); in ptp_clock_register()
Dptp_private.h39 struct mutex tsevq_mux; /* one process at a time reading the fifo */ member
Dptp_sysfs.c86 if (mutex_lock_interruptible(&ptp->tsevq_mux)) in extts_fifo_show()
103 mutex_unlock(&ptp->tsevq_mux); in extts_fifo_show()