Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Datomic.h53 #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 Dparse_data_structs.py208 for ln, c_type, symbol in self.ignore:
209 if c_type not in self.DEF_SYMBOL_TYPES:
212 d = self.symbols[c_type]
217 for ln, c_type, old, new in self.replace:
218 if c_type not in self.DEF_SYMBOL_TYPES:
237 reftype = self.DEF_SYMBOL_TYPES[c_type].get("ref_type")
239 reftype = self.DEF_SYMBOL_TYPES[c_type].get("real_type")
244 if old in self.symbols[c_type]:
245 (_, ln) = self.symbols[c_type][old]
246 self.symbols[c_type][old] = (new_ref, ln)
[all …]
/linux/fs/nfsd/
H A Dnfscache.c96 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 Dcache.h37 c_type, /* status, buffer */ member
/linux/arch/mips/kernel/
H A Dcacheinfo.c8 #define populate_cache(cache, leaf, c_level, c_type) \ argument
10 leaf->type = c_type; \
/linux/arch/x86/include/asm/cpuid/
H A Dtypes.h106 enum _cache_table_type c_type; member
/linux/arch/x86/kernel/cpu/
H A Dcpuid_0x2_table.c11 .c_type = (_type), \
H A Dcacheinfo.c402 switch (desc->c_type) { in intel_cacheinfo_0x2()
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py185 def as_c_array(self, c_type): argument
186 format_ = self.get_format(c_type)