Searched refs:lock (Results 251 - 275 of 6514) sorted by path

<<11121314151617181920>>

/linux-master/include/linux/dma/
H A Dipu-dma.h163 spinlock_t lock; /* protects sg[0,1], queue */ member in struct:idmac_channel
/linux-master/include/linux/fsl/bestcomm/
H A Dbestcomm_priv.h78 spinlock_t lock; member in struct:bcom_engine
H A Dsram.h29 spinlock_t lock; member in struct:bcom_sram
/linux-master/include/linux/
H A Dfsl_ifc.h841 spinlock_t lock; member in struct:fsl_ifc_ctrl
H A Dkref.h73 struct mutex *lock)
75 if (refcount_dec_and_mutex_lock(&kref->refcount, lock)) {
84 spinlock_t *lock)
86 if (refcount_dec_and_lock(&kref->refcount, lock)) {
102 * Operations on such objects require at least a read lock around
103 * lookup + kref_get, and a write lock around kref_put + remove from lookup
71 kref_put_mutex(struct kref *kref, void (*release)(struct kref *kref), struct mutex *lock) argument
82 kref_put_lock(struct kref *kref, void (*release)(struct kref *kref), spinlock_t *lock) argument
H A Dpps_kernel.h62 spinlock_t lock; member in struct:pps_device
H A Dscc.h82 /* Channel lock */
83 spinlock_t lock; /* Channel guard lock */ member in struct:scc_channel
/linux-master/include/linux/hsi/
H A Dhsi.h212 * @lock: Serialize port claim
228 struct mutex lock; member in struct:hsi_port
/linux-master/include/linux/mfd/
H A D88pm80x.h303 spinlock_t lock; member in struct:pm80x_chip
H A Dkempld.h84 * @lock: PLD mutex
94 struct mutex lock; member in struct:kempld_device_data
H A Dmcp.h17 spinlock_t lock; member in struct:mcp
H A Dsta2x11-mfd.h504 spinlock_t **lock);
H A Dstmpe.h106 * @lock: lock protecting I/O operations
107 * @irq_lock: IRQ bus lock
125 struct mutex lock; member in struct:stmpe
H A Dviperboard.h100 struct mutex lock; member in struct:vprbrd
H A Dwl1273-core.h266 struct mutex lock; /* for serializing fm radio operations */ member in struct:wl1273_core
/linux-master/include/linux/mtd/
H A Ddoc2000.h201 struct mutex lock; member in struct:DiskOnChip
/linux-master/include/media/
H A Ddvb_demux.h197 * @lock: pointer to &spinlock_t, used to protect buffer handling.
232 spinlock_t lock; member in struct:dvb_demux
H A Dmedia-request.h60 * @lock: Serializes access to this struct
72 spinlock_t lock; member in struct:media_request
92 spin_lock_irqsave(&req->lock, flags);
97 spin_unlock_irqrestore(&req->lock, flags);
115 spin_lock_irqsave(&req->lock, flags);
118 spin_unlock_irqrestore(&req->lock, flags);
137 spin_lock_irqsave(&req->lock, flags);
145 spin_unlock_irqrestore(&req->lock, flags);
163 spin_lock_irqsave(&req->lock, flags);
167 spin_unlock_irqrestore(&req->lock, flag
[all...]
/linux-master/include/net/
H A Dinetpeer.h63 seqlock_t lock; member in struct:inet_peer_base
H A Dlib80211.h102 /* Most clients will already have a lock,
104 spinlock_t *lock; member in struct:lib80211_crypt_info
114 spinlock_t *lock);
/linux-master/include/pcmcia/
H A Dds.h42 struct mutex lock; member in struct:pcmcia_dynids
/linux-master/include/scsi/
H A Dfcoe_sysfs.h57 struct mutex lock; member in struct:fcoe_ctlr_device
/linux-master/include/sound/
H A Dad1816a.h124 spinlock_t lock; member in struct:snd_ad1816a
H A Dak4113.h214 /* PLL lock status, 0 = lock, 1 = unlock */
284 spinlock_t lock; member in struct:ak4113
H A Dak4114.h120 #define AK4114_UNLCK (1<<4) /* PLL lock status, 0 = lock, 1 = unlock */
166 spinlock_t lock; member in struct:ak4114

Completed in 282 milliseconds

<<11121314151617181920>>