Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Datomic.h54 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \
56 void arch_atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \
88 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \
90 c_type arch_atomic##prefix##_fetch_##op##_relaxed(c_type i, \
93 register c_type ret; \
102 c_type arch_atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \
104 register c_type ret; \
113 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefi
[all...]
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Datomic.h54 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \
56 void atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \
88 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \
90 c_type atomic##prefix##_fetch_##op##_relaxed(c_type i, \
93 register c_type ret; \
102 c_type atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \
104 register c_type ret; \
113 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefi
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfscache.c102 rp->c_type = RC_NOCACHE; in nfsd_reply_cache_alloc()
123 if (rp->c_type == RC_REPLBUFF && rp->c_replvec.iov_base) { in nfsd_reply_cache_free_locked()
463 switch (rp->c_type) { in nfsd_cache_lookup()
476 WARN_ONCE(1, "nfsd: bad repcache type %d\n", rp->c_type); in nfsd_cache_lookup()
554 rp->c_type = cachetype; in nfsd_cache_update()
H A Dcache.h37 c_type, /* status, buffer */ member
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dcacheinfo.c8 #define populate_cache(cache, leaf, c_level, c_type) \
10 leaf->type = c_type; \
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dcacheinfo.c8 #define populate_cache(cache, leaf, c_level, c_type) \
10 leaf->type = c_type; \
/kernel/linux/linux-6.6/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()
566 switch (rp->c_type) { in nfsd_cache_lookup()
579 WARN_ONCE(1, "nfsd: bad repcache type %d\n", rp->c_type); in nfsd_cache_lookup()
659 rp->c_type = cachetype; in nfsd_cache_update()
H A Dcache.h37 c_type, /* status, buffer */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c3512 * @c_type: container type, Rx or Tx
3522 ice_get_rc_coalesce(struct ethtool_coalesce *ec, enum ice_container_type c_type, in ice_get_rc_coalesce() argument
3528 switch (c_type) { in ice_get_rc_coalesce()
3539 dev_dbg(ice_pf_to_dev(rc->ring->vsi->back), "Invalid c_type %d\n", c_type); in ice_get_rc_coalesce()
3621 * @c_type: container type, Rx or Tx
3633 ice_set_rc_coalesce(enum ice_container_type c_type, struct ethtool_coalesce *ec, in ice_set_rc_coalesce() argument
3636 const char *c_type_str = (c_type == ICE_RX_CONTAINER) ? "rx" : "tx"; in ice_set_rc_coalesce()
3644 switch (c_type) { in ice_set_rc_coalesce()
3672 c_type); in ice_set_rc_coalesce() local
[all...]

Completed in 13 milliseconds