/Linux-v5.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 …]
|
/Linux-v5.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. 318 * serialize access to the HW. 345 * serialize access to the HW. 375 * serialize access to the HW. 414 * serialize access to the HW. 453 * serialize access to the HW. 488 * serialize access to the HW. [all …]
|
/Linux-v5.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 */
|
/Linux-v5.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
|
/Linux-v5.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()
|
/Linux-v5.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
|
/Linux-v5.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. */
|
D | pktcdvd.h | 55 spinlock_t active_list_lock; /* Serialize access to pkt_active_list */ 183 spinlock_t lock; /* Serialize access to bio_queue */
|
D | bpfilter.h | 18 /* since ip_getsockopt() can run in parallel, serialize access to umh */
|
/Linux-v5.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 …]
|
/Linux-v5.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 */
|
/Linux-v5.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.
|
/Linux-v5.10/arch/ia64/include/asm/ |
D | asmmacro.h | 129 # define dv_serialize_data .serialize.data 130 # define dv_serialize_instruction .serialize.instruction
|
/Linux-v5.10/Documentation/driver-api/soundwire/ |
D | locking.rst | 18 serialize each of the following operations(s) within SoundWire Bus instance. 30 Bus data structure (sdw_bus). This lock is used to serialize the message
|
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu.h | 98 struct mutex mce_lock; /* Serialize MCE updates */ 316 struct mutex rsrc_lock; /* Serialize resource alloc/free */ 326 struct mutex flr_lock; /* Serialize FLRs */ 349 struct mutex cgx_cfg_lock; /* serialize cgx configuration */
|
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 273 /* serialize post to the work queue 421 /* serialize qp state modifications 498 /* serialize access to the CQ 536 /* serialize arming a SRQ 811 /* serialize setting of delay drop */ 954 /* serialize updating the event_xa */ 960 /* serialize updating the bitmap */ 973 /* serialize update of capability mask
|
/Linux-v5.10/drivers/media/platform/omap3isp/ |
D | ispcsiphy.h | 24 struct mutex mutex; /* serialize csiphy configuration */
|
/Linux-v5.10/drivers/staging/media/omap4iss/ |
D | iss_csiphy.h | 27 struct mutex mutex; /* serialize csiphy configuration */
|
/Linux-v5.10/drivers/net/ethernet/cavium/common/ |
D | cavium_ptp.h | 15 /* Serialize access to cycle_counter, time_counter and hw_registers */
|
/Linux-v5.10/include/linux/mfd/ |
D | intel_pmc_bxt.h | 18 * @gcr_lock: Lock used to serialize access to GCR registers
|
/Linux-v5.10/lib/livepatch/ |
D | test_klp_callbacks_busy.c | 42 * Serialize output: print all messages from the work in test_klp_callbacks_busy_init()
|
/Linux-v5.10/Documentation/admin-guide/nfs/ |
D | nfsd-admin-interfaces.rst | 38 Note that the rpc server requires the caller to serialize addition and
|
/Linux-v5.10/drivers/staging/media/rkisp1/ |
D | rkisp1-common.h | 132 struct mutex ops_lock; /* serialize the subdevice ops */ 303 struct mutex ops_lock; /* serialize the subdevice ops */ 373 struct mutex stream_lock; /* serialize {start/stop}_streaming cb between capture devices */
|
/Linux-v5.10/fs/ntfs/ |
D | runlist.c | 18 * It is up to the caller to serialize access to the runlist @base. 30 * It is up to the caller to serialize access to the runlists @dstbase and 50 * It is up to the caller to serialize access to the runlist @rl. 96 * It is up to the caller to serialize access to the runlist @rl. 136 * It is up to the caller to serialize access to the runlists @dst and @src. 173 * It is up to the caller to serialize access to the runlists @dst and @src. 192 * It is up to the caller to serialize access to the runlists @dst and @src. 259 * It is up to the caller to serialize access to the runlists @dst and @src. 355 * It is up to the caller to serialize access to the runlists @dst and @src. 444 * It is up to the caller to serialize access to the runlists @dst and @src. [all …]
|