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, prefix) \ argument 114 c_type arch_atomic##prefix##_##op##_return_relaxed(c_type i, \ 120 c_type arch_atomic##prefix##_##op##_return(c_type i, atomic##prefix##_t *v) \
|
| /linux/tools/lib/python/kdoc/ |
| H A D | parse_data_structs.py | 200 for ln, c_type, symbol in self.ignore: 201 if c_type not in self.DEF_SYMBOL_TYPES: 204 d = self.symbols[c_type] 209 for ln, c_type, old, new in self.replace: 210 if c_type not in self.DEF_SYMBOL_TYPES: 229 reftype = self.DEF_SYMBOL_TYPES[c_type].get("ref_type") 231 reftype = self.DEF_SYMBOL_TYPES[c_type].get("real_type") 236 if old in self.symbols[c_type]: 237 (_, ln) = self.symbols[c_type][old] 238 self.symbols[c_type][old] = (new_ref, ln) [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() 527 switch (rp->c_type) { in nfsd_cache_lookup() 540 WARN_ONCE(1, "nfsd: bad repcache type %d\n", rp->c_type); in nfsd_cache_lookup() 620 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/kernel/cpu/ |
| H A D | cacheinfo.c | 402 switch (desc->c_type) { in intel_cacheinfo_0x2()
|