Searched refs:atomic (Results 1 – 16 of 16) sorted by relevance
| /include/linux/ |
| D | spinlock.h | 500 extern int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock); 501 #define atomic_dec_and_lock(atomic, lock) \ argument 502 __cond_lock(lock, _atomic_dec_and_lock(atomic, lock)) 504 extern int _atomic_dec_and_lock_irqsave(atomic_t *atomic, spinlock_t *lock, 506 #define atomic_dec_and_lock_irqsave(atomic, lock, flags) \ argument 507 __cond_lock(lock, _atomic_dec_and_lock_irqsave(atomic, lock, &(flags))) 509 extern int _atomic_dec_and_raw_lock(atomic_t *atomic, raw_spinlock_t *lock); 510 #define atomic_dec_and_raw_lock(atomic, lock) \ argument 511 __cond_lock(lock, _atomic_dec_and_raw_lock(atomic, lock)) 513 extern int _atomic_dec_and_raw_lock_irqsave(atomic_t *atomic, raw_spinlock_t *lock, [all …]
|
| D | scmi_protocol.h | 113 bool atomic); 115 bool atomic); 117 bool *enabled, bool atomic); 120 u32 *oem_val, u32 *attributes, bool atomic); 123 u32 oem_val, bool atomic);
|
| D | pwm.h | 293 bool atomic; member 398 return !pwm->chip->atomic; in pwm_might_sleep()
|
| D | nfs_xdr.h | 185 u32 atomic; member
|
| D | kvm_host.h | 1251 bool atomic, bool interruptible, bool *async,
|
| /include/sound/ |
| D | seq_kernel.h | 51 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop); 63 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event *ev, int atomic, int hop);
|
| D | gus.h | 554 int atomic,
|
| /include/crypto/internal/ |
| D | skcipher.h | 211 bool atomic); 215 struct aead_request *req, bool atomic); 217 struct aead_request *req, bool atomic);
|
| /include/linux/soc/apple/ |
| D | rtkit.h | 161 struct completion *completion, bool atomic);
|
| /include/uapi/rdma/ |
| D | rdma_user_rxe.h | 103 } atomic; member
|
| D | vmw_pvrdma-abi.h | 260 } atomic; member
|
| D | ib_user_verbs.h | 827 } atomic; member
|
| /include/drm/ |
| D | drm_file.h | 192 bool atomic; member
|
| D | drm_atomic_helper.h | 113 bool atomic);
|
| /include/asm-generic/ |
| D | Kbuild | 7 mandatory-y += atomic.h
|
| /include/linux/mlx5/ |
| D | mlx5_ifc.h | 520 u8 atomic[0x1]; member 1791 u8 atomic[0x1]; member
|