Searched refs:atomic (Results 1 – 12 of 12) sorted by relevance
/include/linux/ |
D | spinlock.h | 454 extern int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock); 455 #define atomic_dec_and_lock(atomic, lock) \ argument 456 __cond_lock(lock, _atomic_dec_and_lock(atomic, lock)) 458 extern int _atomic_dec_and_lock_irqsave(atomic_t *atomic, spinlock_t *lock, 460 #define atomic_dec_and_lock_irqsave(atomic, lock, flags) \ argument 461 __cond_lock(lock, _atomic_dec_and_lock_irqsave(atomic, lock, &(flags)))
|
D | kvm_host.h | 744 bool atomic, bool *async, bool write_fault, 785 struct gfn_to_pfn_cache *cache, bool atomic); 789 struct gfn_to_pfn_cache *cache, bool dirty, bool atomic);
|
D | nfs_xdr.h | 179 u32 atomic; member
|
/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 | 139 bool atomic); 144 bool atomic); 146 struct aead_request *req, bool atomic); 148 struct aead_request *req, bool atomic);
|
/include/drm/ |
D | drm_file.h | 186 bool atomic; member
|
D | drm_atomic_helper.h | 96 bool atomic);
|
/include/uapi/rdma/ |
D | rdma_user_rxe.h | 90 } atomic; member
|
D | vmw_pvrdma-abi.h | 248 } atomic; member
|
D | ib_user_verbs.h | 814 } atomic; member
|
/include/linux/mlx5/ |
D | mlx5_ifc.h | 437 u8 atomic[0x1]; member 1296 u8 atomic[0x1]; member
|