Home
last modified time | relevance | path

Searched refs:c_type (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/riscv/include/asm/
Datomic.h60 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument
62 void atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \
94 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument
96 c_type atomic##prefix##_fetch_##op##_relaxed(c_type i, \ in ATOMIC_OPS()
99 register c_type ret; \ in ATOMIC_OPS()
108 c_type atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \
110 register c_type ret; \
119 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument
121 c_type atomic##prefix##_##op##_return_relaxed(c_type i, \
127 c_type atomic##prefix##_##op##_return(c_type i, atomic##prefix##_t *v) \
/Linux-v4.19/fs/nfsd/
Dnfscache.c131 rp->c_type = RC_NOCACHE; in nfsd_reply_cache_alloc()
140 if (rp->c_type == RC_REPLBUFF && rp->c_replvec.iov_base) { in nfsd_reply_cache_free_locked()
451 if (rp->c_type == RC_REPLBUFF) { in nfsd_cache_lookup()
456 rp->c_type = RC_NOCACHE; in nfsd_cache_lookup()
478 switch (rp->c_type) { in nfsd_cache_lookup()
491 printk(KERN_WARNING "nfsd: bad repcache type %d\n", rp->c_type); in nfsd_cache_lookup()
564 rp->c_type = cachetype; in nfsd_cache_update()
Dcache.h25 c_type, /* status, buffer */ member
/Linux-v4.19/arch/mips/kernel/
Dcacheinfo.c19 #define populate_cache(cache, leaf, c_level, c_type) \ argument
21 leaf->type = c_type; \