Home
last modified time | relevance | path

Searched full:serialize (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/linux/drivers/virtio/
H A Dvirtio_pci_admin_legacy_io.c78 * Note: caller must serialize access for the given device.
98 * Note: caller must serialize access for the given device.
153 * Note: caller must serialize access for the given device.
173 * Note: caller must serialize access for the given device.
H A Dvirtio_pci_modern.c913 * Note: caller must serialize access for the given device.
957 * Note: caller must serialize access for the given device.
1034 * Note: caller must serialize access for the given device.
1088 * Note: caller must serialize access for the given device.
1152 * Note: caller must serialize access for the given device.
1203 * Note: caller must serialize access for the given device.
/linux/arch/x86/include/asm/
H A Dsync_core.h61 * 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/drivers/hsi/controllers/
H A Domap_ssi.h57 * @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/drivers/net/ethernet/marvell/octeontx2/af/
H A Dlmac_common.h16 * @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
H A Drvu.h155 struct mutex mce_lock; /* Serialize MCE updates */
178 struct mutex mcast_grp_lock; /* Serialize MCE updates */
385 struct mutex rsrc_lock; /* Serialize resource alloc/free */
556 struct mutex switch_lock; /* Serialize flow installation */
576 struct mutex rsrc_lock; /* Serialize resource alloc/free */
577 struct mutex alias_lock; /* Serialize bar2 alias access */
590 struct mutex flr_lock; /* Serialize FLRs */
614 struct mutex cgx_cfg_lock; /* serialize cgx configuration */
649 struct mutex mbox_lock; /* Serialize mbox up and down msgs */
/linux/drivers/usb/atm/
H A Dusbatm.c793 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()
1066 mutex_init(&instance->serialize); in usbatm_usb_probe()
1221 mutex_lock(&instance->serialize); in usbatm_usb_disconnect()
1225 mutex_unlock(&instance->serialize); in usbatm_usb_disconnect()
[all …]
/linux/drivers/s390/char/
H A Dvmur.h77 wait_queue_head_t wait; /* wait queue to serialize open */
79 spinlock_t open_lock; /* serialize critical sections */
/linux/Documentation/driver-api/soundwire/
H A Dlocking.rst18 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/drivers/staging/media/deprecated/atmel/
H A Datmel-isc.h31 spinlock_t lock; /* serialize access to clock registers */
200 * @dma_queue_lock: lock to serialize the dma buffer queue
221 * @awb_mutex: serialize access to streaming status from awb work queue
/linux/drivers/media/platform/microchip/
H A Dmicrochip-isc.h31 spinlock_t lock; /* serialize access to clock registers */
212 * @dma_queue_lock: lock to serialize the dma buffer queue
232 * @awb_mutex: serialize access to streaming status from awb work queue
/linux/drivers/iio/adc/
H A Dltc2309.c33 * @lock: Lock to serialize data access
39 struct mutex lock; /* serialize data access */
/linux/include/linux/
H A Dsrcutree.h74 struct mutex srcu_cb_mutex; /* Serialize CB preparation. */
76 struct mutex srcu_gp_mutex; /* Serialize GP work. */
87 struct mutex srcu_barrier_mutex; /* Serialize barrier ops. */
/linux/Documentation/core-api/kho/bindings/memblock/
H A Dreserve-mem.yaml10 Memblock can serialize its current memory reservations created with
H A Dmemblock.yaml10 Memblock can serialize its current memory reservations created with
/linux/drivers/gpu/drm/stm/
H A DKconfig31 The STM LVDS is a bridge which serialize pixel stream onto
/linux/drivers/media/platform/ti/omap3isp/
H A Dispcsiphy.h24 struct mutex mutex; /* serialize csiphy configuration */
/linux/drivers/iio/chemical/
H A Dsps30.h20 /* serialize access to the device */
/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.h203 * @tune_lock: lock to serialize the tune process
204 * @pmu_lock: lock to serialize the perf process
/linux/include/linux/mfd/
H A Dintel_pmc_bxt.h18 * @gcr_lock: Lock used to serialize access to GCR registers
/linux/drivers/net/ethernet/cavium/common/
H A Dcavium_ptp.h15 /* Serialize access to cycle_counter, time_counter and hw_registers */
/linux/include/ufs/
H A Dufshcd.h405 * @lock: serialize access to some struct ufs_clk_gating members. An outer lock
440 * @lock: serialize access to some struct ufs_clk_scaling members
869 * @ee_ctrl_mutex: Used to serialize exception event information.
872 * @host_sem: semaphore used to serialize concurrent contexts
907 * @wb_mutex: used to serialize devfreq and sysfs write booster toggling
908 * @clk_scaling_lock: used to serialize device commands and clock scaling
1135 * @sq_lock: serialize submission queue access
/linux/drivers/bus/fsl-mc/
H A Dfsl-mc-private.h561 * @mutex: mutex to serialize access to the pool's free list
578 * @mutex: mutex lock to serialize the open/release operations
585 struct mutex mutex; /* serialize open/release operations */
/linux/Documentation/admin-guide/nfs/
H A Dnfsd-admin-interfaces.rst38 Note that the rpc server requires the caller to serialize addition and
/linux/kernel/
H A Dkexec_internal.h19 * Whatever is used to serialize accesses to the kexec_crash_image needs to be

12345678910>>...16