Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/include/asm/
Datomic.h56 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument
58 void atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \
90 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument
92 c_type atomic##prefix##_fetch_##op##_relaxed(c_type i, \ in ATOMIC_OPS()
95 register c_type ret; \ in ATOMIC_OPS()
104 c_type atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \
106 register c_type ret; \
115 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument
117 c_type atomic##prefix##_##op##_return_relaxed(c_type i, \
123 c_type atomic##prefix##_##op##_return(c_type i, atomic##prefix##_t *v) \
/Linux-v5.4/arch/mips/kernel/
Dcacheinfo.c8 #define populate_cache(cache, leaf, c_level, c_type) \ argument
10 leaf->type = c_type; \
/Linux-v5.4/fs/nfsd/
Dnfscache.c101 rp->c_type = RC_NOCACHE; in nfsd_reply_cache_alloc()
122 if (rp->c_type == RC_REPLBUFF && rp->c_replvec.iov_base) { in nfsd_reply_cache_free_locked()
454 switch (rp->c_type) { in nfsd_cache_lookup()
467 printk(KERN_WARNING "nfsd: bad repcache type %d\n", rp->c_type); in nfsd_cache_lookup()
541 rp->c_type = cachetype; in nfsd_cache_update()
Dcache.h37 c_type, /* status, buffer */ member
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_ethtool.c3113 ice_get_rc_coalesce(struct ethtool_coalesce *ec, enum ice_container_type c_type, in ice_get_rc_coalesce() argument
3123 switch (c_type) { in ice_get_rc_coalesce()
3134 dev_dbg(&pf->pdev->dev, "Invalid c_type %d\n", c_type); in ice_get_rc_coalesce()
3228 ice_set_rc_coalesce(enum ice_container_type c_type, struct ethtool_coalesce *ec, in ice_set_rc_coalesce() argument
3231 const char *c_type_str = (c_type == ICE_RX_CONTAINER) ? "rx" : "tx"; in ice_set_rc_coalesce()
3239 switch (c_type) { in ice_set_rc_coalesce()
3274 dev_dbg(&pf->pdev->dev, "Invalid container type %d\n", c_type); in ice_set_rc_coalesce()