Searched defs:combined (Results 1 – 14 of 14) sorted by relevance
/linux/lib/ |
H A D | siphash.c | 218 u64 combined = (u64)second << 32 | first; in siphash_3u32() local 332 u64 combined = (u64)second << 32 | first; in hsiphash_2u32() local 351 u64 combined = (u64)second << 32 | first; in hsiphash_3u32() local 372 u64 combined = (u64)second << 32 | first; in hsiphash_4u32() local
|
/linux/arch/s390/kernel/ |
H A D | perf_cpum_cf_events.c | 839 struct attribute **combined, **model, **cfvn, **csvn; in cpumf_cf_event_group() local
|
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-ethtool.c | 696 unsigned int rx, tx, combined; in xgbe_get_channels() local 741 unsigned int rx, rx_curr, tx, tx_curr, combined; in xgbe_set_channels() local
|
/linux/tools/perf/util/ |
H A D | lock-contention.h | 45 int combined; member
|
H A D | metricgroup.c | 1402 struct expr_parse_ctx **combined) in build_combined_expr_ctx() 1554 struct expr_parse_ctx *combined = NULL; in parse_groups() local
|
/linux/arch/s390/include/asm/ |
H A D | sclp.h | 63 unsigned int combined; member
|
/linux/tools/include/uapi/linux/ |
H A D | pkt_cls.h | 59 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument 60 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
|
/linux/include/uapi/linux/ |
H A D | pkt_cls.h | 90 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument 91 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_ethtool.c | 190 u16 combined; in idpf_get_channels() local
|
/linux/drivers/clk/bcm/ |
H A D | clk-kona.c | 62 u64 combined; in scaled_div_build() local
|
/linux/drivers/iio/proximity/ |
H A D | sx9310.c | 777 u32 combined[SX9310_NUM_CHANNELS]; in sx9310_get_default_reg() local
|
/linux/drivers/net/ethernet/intel/ice/devlink/ |
H A D | devlink.c | 228 #define combined(key, active, pending) \ macro
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool.c | 3837 u32 combined = 0; in ice_get_combined_cnt() local
|
/linux/drivers/net/bonding/ |
H A D | bond_main.c | 3420 } *combined, _combined; in bond_na_rcv() local
|