| /kernel/linux/linux-6.6/drivers/usb/phy/ |
| D | phy-tahvo.c | 48 struct mutex serialize; member 197 mutex_lock(&tu->serialize); in tahvo_usb_set_host() 203 mutex_unlock(&tu->serialize); in tahvo_usb_set_host() 214 mutex_unlock(&tu->serialize); in tahvo_usb_set_host() 225 mutex_lock(&tu->serialize); in tahvo_usb_set_peripheral() 231 mutex_unlock(&tu->serialize); in tahvo_usb_set_peripheral() 239 mutex_unlock(&tu->serialize); in tahvo_usb_set_peripheral() 248 mutex_lock(&tu->serialize); in tahvo_usb_vbus_interrupt() 250 mutex_unlock(&tu->serialize); in tahvo_usb_vbus_interrupt() 277 mutex_lock(&tu->serialize); in otg_mode_store() [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/phy/ |
| D | phy-tahvo.c | 48 struct mutex serialize; member 199 mutex_lock(&tu->serialize); in tahvo_usb_set_host() 205 mutex_unlock(&tu->serialize); in tahvo_usb_set_host() 216 mutex_unlock(&tu->serialize); in tahvo_usb_set_host() 229 mutex_lock(&tu->serialize); in tahvo_usb_set_peripheral() 235 mutex_unlock(&tu->serialize); in tahvo_usb_set_peripheral() 243 mutex_unlock(&tu->serialize); in tahvo_usb_set_peripheral() 252 mutex_lock(&tu->serialize); in tahvo_usb_vbus_interrupt() 254 mutex_unlock(&tu->serialize); in tahvo_usb_vbus_interrupt() 281 mutex_lock(&tu->serialize); in otg_mode_store() [all …]
|
| /kernel/linux/linux-6.6/drivers/iio/accel/ |
| D | mma9551_core.c | 212 * serialize access to the HW. 237 * serialize access to the HW. 262 * serialize access to the HW. 287 * serialize access to the HW. 321 * serialize access to the HW. 348 * serialize access to the HW. 381 * serialize access to the HW. 420 * serialize access to the HW. 459 * serialize access to the HW. 494 * serialize access to the HW. [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/accel/ |
| D | mma9551_core.c | 212 * serialize access to the HW. 237 * serialize access to the HW. 262 * serialize access to the HW. 287 * serialize access to the HW. 321 * serialize access to the HW. 348 * serialize access to the HW. 381 * serialize access to the HW. 420 * serialize access to the HW. 459 * serialize access to the HW. 494 * serialize access to the HW. [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/atmel/ |
| D | atmel-isc.h | 27 spinlock_t lock; /* serialize access to clock registers */ 161 * @dma_queue_lock: lock to serialize the dma buffer queue 201 spinlock_t dma_queue_lock; /* serialize access to dma queue */ 218 struct mutex lock; /* serialize access to file operations */ 219 spinlock_t awb_lock; /* serialize access to DMA buffers from awb work queue */
|
| /kernel/linux/linux-6.6/arch/ia64/scripts/ |
| D | check-serialize.S | 1 .serialize.data 2 .serialize.instruction
|
| D | toolchain-flags | 45 # Check whether assembler supports .serialize.{data,instruction} directive. 47 $CC -c $dir/check-serialize.S -o $out 2>/dev/null
|
| /kernel/linux/linux-5.10/arch/ia64/scripts/ |
| D | check-serialize.S | 1 .serialize.data 2 .serialize.instruction
|
| D | toolchain-flags | 45 # Check whether assembler supports .serialize.{data,instruction} directive. 47 $CC -c $dir/check-serialize.S -o $out 2>/dev/null
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | sync_core.h | 61 * The SERIALIZE instruction is the most straightforward way to in sync_core() 65 serialize(); in sync_core() 98 /* With PTI, we unconditionally serialize before running user code. */ in sync_core_before_usermode()
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | sync_core.h | 61 * The SERIALIZE instruction is the most straightforward way to in sync_core() 65 serialize(); in sync_core() 98 /* With PTI, we unconditionally serialize before running user code. */ in sync_core_before_usermode()
|
| /kernel/linux/linux-6.6/drivers/hsi/controllers/ |
| D | omap_ssi.h | 57 * @wk_lock: spin lock to serialize access to the wake lines 58 * @lock: Spin lock to serialize access to the SSI port 127 * @lock: lock to serialize access to GDD
|
| /kernel/linux/linux-5.10/drivers/hsi/controllers/ |
| D | omap_ssi.h | 57 * @wk_lock: spin lock to serialize access to the wake lines 58 * @lock: Spin lock to serialize access to the SSI port 127 * @lock: lock to serialize access to GDD
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | srcutree.h | 68 struct mutex srcu_cb_mutex; /* Serialize CB preparation. */ 70 struct mutex srcu_gp_mutex; /* Serialize GP work. */ 78 struct mutex srcu_barrier_mutex; /* Serialize barrier ops. */
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
| D | lmac_common.h | 16 * @cmd_lock: Lock to serialize the command interface 34 /* Lock to serialize the command interface */ 158 /* Lock to serialize read/write of global csrs like
|
| /kernel/linux/linux-6.6/arch/ia64/kernel/ |
| D | pal.S | 89 srlz.d // serialize restoration of psr.l 125 srlz.d // serialize restoration of psr.l 197 srlz.d // serialize restoration of psr.l 255 srlz.d // serialize restoration of psr.l
|
| /kernel/linux/linux-6.6/drivers/usb/atm/ |
| D | usbatm.c | 793 mutex_lock(&instance->serialize); /* vs self, usbatm_atm_close, usbatm_usb_disconnect */ in usbatm_atm_open() 837 mutex_unlock(&instance->serialize); in usbatm_atm_open() 845 mutex_unlock(&instance->serialize); in usbatm_atm_open() 859 mutex_lock(&instance->serialize); /* vs self, usbatm_atm_open, usbatm_usb_disconnect */ in usbatm_atm_close() 882 mutex_unlock(&instance->serialize); in usbatm_atm_close() 968 mutex_lock(&instance->serialize); in usbatm_do_heavy_init() 970 mutex_unlock(&instance->serialize); in usbatm_do_heavy_init() 1065 mutex_init(&instance->serialize); in usbatm_usb_probe() 1220 mutex_lock(&instance->serialize); in usbatm_usb_disconnect() 1224 mutex_unlock(&instance->serialize); in usbatm_usb_disconnect() [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/atm/ |
| D | usbatm.c | 793 mutex_lock(&instance->serialize); /* vs self, usbatm_atm_close, usbatm_usb_disconnect */ in usbatm_atm_open() 837 mutex_unlock(&instance->serialize); in usbatm_atm_open() 845 mutex_unlock(&instance->serialize); in usbatm_atm_open() 859 mutex_lock(&instance->serialize); /* vs self, usbatm_atm_open, usbatm_usb_disconnect */ in usbatm_atm_close() 882 mutex_unlock(&instance->serialize); in usbatm_atm_close() 968 mutex_lock(&instance->serialize); in usbatm_do_heavy_init() 970 mutex_unlock(&instance->serialize); in usbatm_do_heavy_init() 1063 mutex_init(&instance->serialize); in usbatm_usb_probe() 1218 mutex_lock(&instance->serialize); in usbatm_usb_disconnect() 1222 mutex_unlock(&instance->serialize); in usbatm_usb_disconnect() [all …]
|
| /kernel/linux/linux-5.10/drivers/s390/char/ |
| D | vmur.h | 76 wait_queue_head_t wait; /* wait queue to serialize open */ 78 spinlock_t open_lock; /* serialize critical sections */
|
| /kernel/linux/linux-6.6/drivers/s390/char/ |
| D | vmur.h | 77 wait_queue_head_t wait; /* wait queue to serialize open */ 79 spinlock_t open_lock; /* serialize critical sections */
|
| /kernel/linux/linux-6.6/mm/ |
| D | page_counter.c | 169 * The caller must serialize invocations on the same counter. 208 * The caller must serialize invocations on the same counter. 225 * The caller must serialize invocations on the same counter.
|
| /kernel/linux/linux-5.10/mm/ |
| D | page_counter.c | 167 * The caller must serialize invocations on the same counter. 206 * The caller must serialize invocations on the same counter. 223 * The caller must serialize invocations on the same counter.
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | srcutree.h | 68 struct mutex srcu_cb_mutex; /* Serialize CB preparation. */ 70 struct mutex srcu_gp_mutex; /* Serialize GP work. */ 81 struct mutex srcu_barrier_mutex; /* Serialize barrier ops. */
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| D | asmmacro.h | 129 # define dv_serialize_data .serialize.data 130 # define dv_serialize_instruction .serialize.instruction
|
| /kernel/linux/linux-6.6/arch/ia64/include/asm/ |
| D | asmmacro.h | 129 # define dv_serialize_data .serialize.data 130 # define dv_serialize_instruction .serialize.instruction
|