Home
last modified time | relevance | path

Searched defs:ret (Results 1 – 25 of 124) sorted by relevance

12345

/include/linux/
Dpage_ref.h47 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
Dptr_ring.h55 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 …]
Datomic-fallback.h106 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 …]
Dcrypto.h621 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 …]
Dseqlock.h110 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
Dstop_machine.h53 int ret = -ENOENT; in stop_one_cpu() local
146 int ret; in stop_machine_cpuslocked() local
Dpercpu-refcount.h224 bool ret; in percpu_ref_tryget() local
258 bool ret = false; in percpu_ref_tryget_live() local
Dvirtio_config.h385 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
Dssbi.h18 int ret; in ssbi_reg_read() local
Dnetfilter_ingress.h23 int ret; in nf_hook_ingress() local
Dpercpu_counter.h60 s64 ret = __percpu_counter_sum(fbc); in percpu_counter_sum_positive() local
81 s64 ret = fbc->count; in percpu_counter_read_positive() local
Dstring.h296 __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/
Dfsl_hypervisor.h55 __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
Dvirtio_pmem.h26 __le32 ret; member
Dtee.h220 __u32 ret; member
251 __u32 ret; member
328 __u32 ret; member
/include/linux/mfd/da9052/
Dda9052.h107 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/
Ddrm_modeset_lock.h157 #define DRM_MODESET_LOCK_ALL_BEGIN(dev, ctx, flags, ret) \ argument
182 #define DRM_MODESET_LOCK_ALL_END(ctx, ret) \ argument
Ddrm_of.h114 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/
Dbcm63xx_pmb.h69 int ret = 0; in bpcm_rd() local
80 int ret = 0; in bpcm_wr() local
/include/crypto/
Dakcipher.h291 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
Dkpp.h286 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/
Dnf_conntrack_core.h59 int ret = NF_ACCEPT; in nf_conntrack_confirm() local
/include/trace/events/
Dkmem.h325 int ret; in mm_ptr_to_hash() local
/include/linux/phy/
Dulpi_phy.h12 int ret; in ulpi_phy_create() local
/include/linux/pinctrl/
Dconsumer.h147 int ret; in pinctrl_get_select() local
179 int ret; in devm_pinctrl_get_select() local

12345