c_type              8 arch/mips/kernel/cacheinfo.c #define populate_cache(cache, leaf, c_level, c_type)		\
c_type             10 arch/mips/kernel/cacheinfo.c 	leaf->type = c_type;					\
c_type             56 arch/riscv/include/asm/atomic.h #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix)		\
c_type             58 arch/riscv/include/asm/atomic.h void atomic##prefix##_##op(c_type i, atomic##prefix##_t *v)		\
c_type             90 arch/riscv/include/asm/atomic.h #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix)	\
c_type             92 arch/riscv/include/asm/atomic.h c_type atomic##prefix##_fetch_##op##_relaxed(c_type i,			\
c_type             95 arch/riscv/include/asm/atomic.h 	register c_type ret;						\
c_type            104 arch/riscv/include/asm/atomic.h c_type atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v)	\
c_type            106 arch/riscv/include/asm/atomic.h 	register c_type ret;						\
c_type            115 arch/riscv/include/asm/atomic.h #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix)	\
c_type            117 arch/riscv/include/asm/atomic.h c_type atomic##prefix##_##op##_return_relaxed(c_type i,			\
c_type            123 arch/riscv/include/asm/atomic.h c_type atomic##prefix##_##op##_return(c_type i, atomic##prefix##_t *v)	\
c_type           3106 drivers/net/ethernet/intel/ice/ice_ethtool.c ice_get_rc_coalesce(struct ethtool_coalesce *ec, enum ice_container_type c_type,
c_type           3116 drivers/net/ethernet/intel/ice/ice_ethtool.c 	switch (c_type) {
c_type           3127 drivers/net/ethernet/intel/ice/ice_ethtool.c 		dev_dbg(&pf->pdev->dev, "Invalid c_type %d\n", c_type);
c_type           3221 drivers/net/ethernet/intel/ice/ice_ethtool.c ice_set_rc_coalesce(enum ice_container_type c_type, struct ethtool_coalesce *ec,
c_type           3224 drivers/net/ethernet/intel/ice/ice_ethtool.c 	const char *c_type_str = (c_type == ICE_RX_CONTAINER) ? "rx" : "tx";
c_type           3232 drivers/net/ethernet/intel/ice/ice_ethtool.c 	switch (c_type) {
c_type           3267 drivers/net/ethernet/intel/ice/ice_ethtool.c 		dev_dbg(&pf->pdev->dev, "Invalid container type %d\n", c_type);
c_type             37 fs/nfsd/cache.h 				c_type,		/* status, buffer */
c_type            101 fs/nfsd/nfscache.c 		rp->c_type = RC_NOCACHE;
c_type            122 fs/nfsd/nfscache.c 	if (rp->c_type == RC_REPLBUFF && rp->c_replvec.iov_base) {
c_type            454 fs/nfsd/nfscache.c 	switch (rp->c_type) {
c_type            467 fs/nfsd/nfscache.c 		printk(KERN_WARNING "nfsd: bad repcache type %d\n", rp->c_type);
c_type            541 fs/nfsd/nfscache.c 	rp->c_type = cachetype;