Searched refs:c_type (Results 1 – 6 of 6) sorted by relevance
/linux/arch/riscv/include/asm/ |
H A D | atomic.h | 53 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument 55 void arch_atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \ 87 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument 89 c_type arch_atomic##prefix##_fetch_##op##_relaxed(c_type i, \ in ATOMIC_OPS() 92 register c_type ret; \ in ATOMIC_OPS() 101 c_type arch_atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \ 103 register c_type ret; \ 112 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefi argument [all...] |
/linux/fs/nfsd/ |
H A D | nfscache.c | 96 rp->c_type = RC_NOCACHE; in nfsd_cacherep_alloc() 115 if (rp->c_type == RC_REPLBUFF) in nfsd_cacherep_free() 139 if (rp->c_type == RC_REPLBUFF && rp->c_replvec.iov_base) in nfsd_cacherep_unlink_locked() 540 switch (rp->c_type) { in nfsd_cache_lookup() 553 WARN_ONCE(1, "nfsd: bad repcache type %d\n", rp->c_type); in nfsd_cache_lookup() 633 rp->c_type = cachetype; in nfsd_cache_update()
|
H A D | cache.h | 37 c_type, /* status, buffer */ member
|
/linux/arch/mips/kernel/ |
H A D | cacheinfo.c | 8 #define populate_cache(cache, leaf, c_level, c_type) \ argument 10 leaf->type = c_type; \
|
/linux/arch/x86/include/asm/cpuid/ |
H A D | types.h | 106 enum _cache_table_type c_type; member
|
/linux/arch/x86/kernel/cpu/ |
H A D | cpuid_0x2_table.c | 11 .c_type = (_type), \
|