Home
last modified time | relevance | path

Searched defs:combined (Results 1 – 13 of 13) sorted by relevance

/linux/lib/
H A Dsiphash.c218 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 Dperf_cpum_cf_events.c996 struct attribute **combined, **model, **cfvn, **csvn; in cpumf_cf_event_group() local
/linux/tools/perf/util/
H A Dlock-contention.h53 int combined; member
H A Dmetricgroup.c1415 ret = build_combined_expr_ctx(&metric_list, &combined); in parse_groups() local
1220 build_combined_expr_ctx(const struct list_head * metric_list,struct expr_parse_ctx ** combined) build_combined_expr_ctx() argument
[all...]
/linux/tools/include/uapi/linux/
H A Dpkt_cls.h59 #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/arch/s390/include/asm/
H A Dsclp.h68 unsigned int combined; global() member
/linux/include/uapi/linux/
H A Dpkt_cls.h90 #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/iio/proximity/
H A Dsx9310.c784 u32 combined[SX9310_NUM_CHANNELS]; in sx9310_get_default_reg() local
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_ethtool.c525 u16 combined; in idpf_get_channels() local
/linux/drivers/net/bonding/
H A Dbond_main.c3373 } *combined, _combined; bond_na_rcv() local
5266 } *combined, _combined; bond_should_broadcast_neighbor() local
[all...]
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Ddevlink.c228 #define combined(key, active, pending) \ macro
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c3794 u32 combined = 0; ice_get_combined_cnt() local
/linux/include/net/
H A Dsock.h89 long combined; member