Searched refs:atomic (Results 1 – 17 of 17) sorted by relevance
| /include/linux/ |
| A 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)) 515 #define atomic_dec_and_raw_lock_irqsave(atomic, lock, flags) \ argument [all …]
|
| A D | scmi_protocol.h | 112 bool atomic); 114 bool atomic); 116 bool *enabled, bool atomic); 119 u32 *oem_val, u32 *attributes, bool atomic); 122 u32 oem_val, bool atomic);
|
| A D | pwm.h | 340 bool atomic; member 476 return !pwm->chip->atomic; in pwm_might_sleep()
|
| A D | nfs_xdr.h | 188 u32 atomic; member
|
| /include/sound/ |
| A 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);
|
| A D | gus.h | 538 int atomic,
|
| /include/crypto/internal/ |
| A D | skcipher.h | 176 bool atomic); 179 bool atomic); 182 bool atomic);
|
| A D | acompress.h | 208 struct acomp_req *__restrict req, bool atomic);
|
| /include/linux/soc/apple/ |
| A D | rtkit.h | 161 struct completion *completion, bool atomic);
|
| /include/uapi/rdma/ |
| A D | rdma_user_rxe.h | 103 } atomic; member
|
| A D | vmw_pvrdma-abi.h | 260 } atomic; member
|
| A D | ib_user_verbs.h | 843 } atomic; member
|
| /include/drm/ |
| A D | drm_file.h | 192 bool atomic; member
|
| A D | drm_atomic_helper.h | 113 bool atomic);
|
| /include/asm-generic/ |
| A D | Kbuild | 7 mandatory-y += atomic.h
|
| /include/crypto/ |
| A D | scatterwalk.h | 299 int skcipher_walk_first(struct skcipher_walk *walk, bool atomic);
|
| /include/linux/mlx5/ |
| A D | mlx5_ifc.h | 525 u8 atomic[0x1]; member 1809 u8 atomic[0x1]; member
|
Completed in 128 milliseconds