Home
last modified time | relevance | path

Searched refs:atomic (Results 1 – 17 of 17) sorted by relevance

/include/linux/
A Dspinlock.h500 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 Dscmi_protocol.h112 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 Dpwm.h340 bool atomic; member
476 return !pwm->chip->atomic; in pwm_might_sleep()
A Dnfs_xdr.h188 u32 atomic; member
/include/sound/
A Dseq_kernel.h51 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 Dgus.h538 int atomic,
/include/crypto/internal/
A Dskcipher.h176 bool atomic);
179 bool atomic);
182 bool atomic);
A Dacompress.h208 struct acomp_req *__restrict req, bool atomic);
/include/linux/soc/apple/
A Drtkit.h161 struct completion *completion, bool atomic);
/include/uapi/rdma/
A Drdma_user_rxe.h103 } atomic; member
A Dvmw_pvrdma-abi.h260 } atomic; member
A Dib_user_verbs.h843 } atomic; member
/include/drm/
A Ddrm_file.h192 bool atomic; member
A Ddrm_atomic_helper.h113 bool atomic);
/include/asm-generic/
A DKbuild7 mandatory-y += atomic.h
/include/crypto/
A Dscatterwalk.h299 int skcipher_walk_first(struct skcipher_walk *walk, bool atomic);
/include/linux/mlx5/
A Dmlx5_ifc.h525 u8 atomic[0x1]; member
1809 u8 atomic[0x1]; member

Completed in 128 milliseconds