Home
last modified time | relevance | path

Searched refs:_old (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/include/asm/
H A Dcmpxchg.h161 __typeof__(_ptr) _old = (__typeof__(_ptr))(_pold); \
162 __typeof__(*(_ptr)) __old = *_old; \
213 *_old = __old; \
H A Dcmpxchg_64.h36 #define __arch_cmpxchg128(_ptr, _old, _new, _lock) \ argument
38 union __u128_halves o = { .full = (_old), }, \
/linux/include/linux/
H A Dalloc_tag.h258 struct alloc_tag * __maybe_unused _old; \
259 _old = alloc_tag_save(_tag); \
261 alloc_tag_restore(_tag, _old); \
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.h493 estats->s -= qstats_old->s##_old; \
494 qstats_old->s##_old = qstats->s; \
/linux/drivers/net/
H A Dnet_failover.c154 const struct rtnl_link_stats64 *_old) in net_failover_fold_stats() argument
157 const u64 *old = (const u64 *)_old; in net_failover_fold_stats()
/linux/drivers/net/bonding/
H A Dbond_main.c4450 const struct rtnl_link_stats64 *_old) in bond_fold_stats() argument
4453 const u64 *old = (const u64 *)_old; in bond_fold_stats()