| /include/linux/ |
| D | page_ref.h | 47 static inline void __page_ref_mod_and_test(struct page *page, int v, int ret) in __page_ref_mod_and_test() 50 static inline void __page_ref_mod_and_return(struct page *page, int v, int ret) in __page_ref_mod_and_return() 56 static inline void __page_ref_freeze(struct page *page, int v, int ret) in __page_ref_freeze() 121 int ret = atomic_sub_and_test(nr, &page->_refcount); in page_ref_sub_and_test() local 130 int ret = atomic_inc_return(&page->_refcount); in page_ref_inc_return() local 139 int ret = atomic_dec_and_test(&page->_refcount); in page_ref_dec_and_test() local 148 int ret = atomic_dec_return(&page->_refcount); in page_ref_dec_return() local 157 int ret = atomic_add_unless(&page->_refcount, nr, u); in page_ref_add_unless() local 166 int ret = likely(atomic_cmpxchg(&page->_refcount, count, 0) == count); in page_ref_freeze() local
|
| D | ptr_ring.h | 55 bool ret; in ptr_ring_full() local 66 bool ret; in ptr_ring_full_irq() local 78 bool ret; in ptr_ring_full_any() local 89 bool ret; in ptr_ring_full_bh() local 125 int ret; in ptr_ring_produce() local 136 int ret; in ptr_ring_produce_irq() local 148 int ret; in ptr_ring_produce_any() local 159 int ret; in ptr_ring_produce_bh() local 202 bool ret; in ptr_ring_empty() local 213 bool ret; in ptr_ring_empty_irq() local [all …]
|
| D | atomic-fallback.h | 106 int ret = atomic_add_return_relaxed(i, v); in atomic_add_return_acquire() local 127 int ret; in atomic_add_return() local 148 int ret = atomic_fetch_add_relaxed(i, v); in atomic_fetch_add_acquire() local 169 int ret; in atomic_fetch_add() local 190 int ret = atomic_sub_return_relaxed(i, v); in atomic_sub_return_acquire() local 211 int ret; in atomic_sub_return() local 232 int ret = atomic_fetch_sub_relaxed(i, v); in atomic_fetch_sub_acquire() local 253 int ret; in atomic_fetch_sub() local 322 int ret = atomic_inc_return_relaxed(v); in atomic_inc_return_acquire() local 343 int ret; in atomic_inc_return() local [all …]
|
| D | crypto.h | 621 static inline void crypto_stats_ablkcipher_encrypt(unsigned int nbytes, int ret, struct crypto_alg … in crypto_stats_ablkcipher_encrypt() 623 static inline void crypto_stats_ablkcipher_decrypt(unsigned int nbytes, int ret, struct crypto_alg … in crypto_stats_ablkcipher_decrypt() 625 static inline void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_encrypt() 627 static inline void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_decrypt() 629 static inline void crypto_stats_ahash_update(unsigned int nbytes, int ret, struct crypto_alg *alg) in crypto_stats_ahash_update() 631 static inline void crypto_stats_ahash_final(unsigned int nbytes, int ret, struct crypto_alg *alg) in crypto_stats_ahash_final() 633 static inline void crypto_stats_akcipher_encrypt(unsigned int src_len, int ret, struct crypto_alg *… in crypto_stats_akcipher_encrypt() 635 static inline void crypto_stats_akcipher_decrypt(unsigned int src_len, int ret, struct crypto_alg *… in crypto_stats_akcipher_decrypt() 637 static inline void crypto_stats_akcipher_sign(int ret, struct crypto_alg *alg) in crypto_stats_akcipher_sign() 639 static inline void crypto_stats_akcipher_verify(int ret, struct crypto_alg *alg) in crypto_stats_akcipher_verify() [all …]
|
| D | seqlock.h | 110 unsigned ret; in __read_seqcount_begin() local 132 unsigned ret = READ_ONCE(s->sequence); in raw_read_seqcount() local 148 unsigned ret = __read_seqcount_begin(s); in raw_read_seqcount_begin() local 184 unsigned ret = READ_ONCE(s->sequence); in raw_seqcount_begin() local
|
| D | stop_machine.h | 53 int ret = -ENOENT; in stop_one_cpu() local 146 int ret; in stop_machine_cpuslocked() local
|
| D | percpu-refcount.h | 224 bool ret; in percpu_ref_tryget() local 258 bool ret = false; in percpu_ref_tryget_live() local
|
| D | virtio_config.h | 385 u8 ret; in virtio_cread8() local 402 u16 ret; in virtio_cread16() local 420 u32 ret; in virtio_cread32() local 438 u64 ret; in virtio_cread64() local
|
| D | ssbi.h | 18 int ret; in ssbi_reg_read() local
|
| D | netfilter_ingress.h | 23 int ret; in nf_hook_ingress() local
|
| D | percpu_counter.h | 60 s64 ret = __percpu_counter_sum(fbc); in percpu_counter_sum_positive() local 81 s64 ret = fbc->count; in percpu_counter_read_positive() local
|
| D | string.h | 296 __kernel_size_t ret; in strlen() local 313 __kernel_size_t ret = __real_strnlen(p, maxlen < p_size ? maxlen : p_size); in strnlen() local 323 size_t ret; in strlcpy() local
|
| /include/uapi/linux/ |
| D | fsl_hypervisor.h | 55 __u32 ret; member 75 __u32 ret; member 90 __u32 ret; member 105 __u32 ret; member 142 __u32 ret; member 159 __u32 ret; member 176 __u32 ret; member
|
| D | virtio_pmem.h | 26 __le32 ret; member
|
| D | tee.h | 220 __u32 ret; member 251 __u32 ret; member 328 __u32 ret; member
|
| /include/linux/mfd/da9052/ |
| D | da9052.h | 107 int val, ret; in da9052_reg_read() local 125 int ret; in da9052_reg_write() local 143 int ret; in da9052_group_read() local 166 int ret = 0; in da9052_group_write() local 188 int ret; in da9052_reg_update() local
|
| /include/drm/ |
| D | drm_modeset_lock.h | 157 #define DRM_MODESET_LOCK_ALL_BEGIN(dev, ctx, flags, ret) \ argument 182 #define DRM_MODESET_LOCK_ALL_END(ctx, ret) \ argument
|
| D | drm_of.h | 114 int ret = drm_of_encoder_active_endpoint(node, encoder, in drm_of_encoder_active_endpoint_id() local 124 int ret = drm_of_encoder_active_endpoint(node, encoder, in drm_of_encoder_active_port_id() local
|
| /include/linux/reset/ |
| D | bcm63xx_pmb.h | 69 int ret = 0; in bpcm_rd() local 80 int ret = 0; in bpcm_wr() local
|
| /include/crypto/ |
| D | akcipher.h | 291 int ret; in crypto_akcipher_encrypt() local 315 int ret; in crypto_akcipher_decrypt() local 338 int ret; in crypto_akcipher_sign() local 365 int ret; in crypto_akcipher_verify() local
|
| D | kpp.h | 286 int ret; in crypto_kpp_set_secret() local 312 int ret; in crypto_kpp_generate_public_key() local 335 int ret; in crypto_kpp_compute_shared_secret() local
|
| /include/net/netfilter/ |
| D | nf_conntrack_core.h | 59 int ret = NF_ACCEPT; in nf_conntrack_confirm() local
|
| /include/trace/events/ |
| D | kmem.h | 325 int ret; in mm_ptr_to_hash() local
|
| /include/linux/phy/ |
| D | ulpi_phy.h | 12 int ret; in ulpi_phy_create() local
|
| /include/linux/pinctrl/ |
| D | consumer.h | 147 int ret; in pinctrl_get_select() local 179 int ret; in devm_pinctrl_get_select() local
|