combined 56 arch/s390/include/asm/sclp.h unsigned int combined; combined 576 arch/s390/kernel/perf_cpum_cf_events.c struct attribute **combined, **model, **cfvn, **csvn; combined 636 arch/s390/kernel/perf_cpum_cf_events.c combined = merge_attr(cfvn, csvn, model); combined 637 arch/s390/kernel/perf_cpum_cf_events.c if (combined) combined 638 arch/s390/kernel/perf_cpum_cf_events.c cpumcf_pmu_events_group.attrs = combined; combined 726 arch/s390/kernel/smp.c info->combined = info->configured; combined 789 arch/s390/kernel/smp.c for (i = 0; i < info->combined; i++) { combined 811 arch/s390/kernel/smp.c for (cpu = 0; cpu < info->combined; cpu++) combined 817 arch/s390/kernel/smp.c if (cpu >= info->combined) combined 828 arch/s390/kernel/smp.c for (cpu = 0; cpu < info->combined; cpu++) { combined 650 arch/sh/kernel/traps_64.c unsigned long major, minor, combined; combined 689 arch/sh/kernel/traps_64.c combined = (major << 4) | minor; combined 725 arch/sh/kernel/traps_64.c if (combined == 0x9f) { /* GETCON */ combined 732 arch/sh/kernel/traps_64.c } else if (combined == 0x1bf) { /* PUTCON */ combined 70 drivers/clk/bcm/clk-kona.c u64 combined; combined 75 drivers/clk/bcm/clk-kona.c combined = (u64)div_value * BILLION + billionths; combined 76 drivers/clk/bcm/clk-kona.c combined <<= div->u.s.frac_width; combined 78 drivers/clk/bcm/clk-kona.c return DIV_ROUND_CLOSEST_ULL(combined, BILLION); combined 712 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c unsigned int rx, tx, combined; combined 726 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c combined = min(rx, tx); combined 728 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c channels->max_combined = combined; combined 736 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c combined = min(rx, tx); combined 737 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c rx -= combined; combined 738 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c tx -= combined; combined 740 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c channels->combined_count = combined; combined 757 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c unsigned int rx, rx_curr, tx, tx_curr, combined; combined 771 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c combined = min(rx, tx); combined 789 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c if (channels->combined_count > combined) { combined 792 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c combined); combined 222 drivers/s390/char/sclp.h info->combined = sccb->nr_configured + sccb->nr_standby; combined 224 drivers/s390/char/sclp.h info->combined * sizeof(struct sclp_core_entry)); combined 297 drivers/tty/serial/mps2-uart.c MAKE_NAME(-combined), mps_port); combined 59 include/uapi/linux/pkt_cls.h #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) combined 60 include/uapi/linux/pkt_cls.h #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) combined 225 lib/siphash.c u64 combined = (u64)second << 32 | first; combined 227 lib/siphash.c v3 ^= combined; combined 230 lib/siphash.c v0 ^= combined; combined 339 lib/siphash.c u64 combined = (u64)second << 32 | first; combined 341 lib/siphash.c v3 ^= combined; combined 343 lib/siphash.c v0 ^= combined; combined 358 lib/siphash.c u64 combined = (u64)second << 32 | first; combined 360 lib/siphash.c v3 ^= combined; combined 362 lib/siphash.c v0 ^= combined; combined 379 lib/siphash.c u64 combined = (u64)second << 32 | first; combined 381 lib/siphash.c v3 ^= combined; combined 383 lib/siphash.c v0 ^= combined; combined 384 lib/siphash.c combined = (u64)forth << 32 | third; combined 385 lib/siphash.c v3 ^= combined; combined 387 lib/siphash.c v0 ^= combined; combined 61 net/core/secure_seq.c } __aligned(SIPHASH_ALIGNMENT) combined = { combined 70 net/core/secure_seq.c return siphash(&combined, offsetofend(typeof(combined), daddr), combined 83 net/core/secure_seq.c } __aligned(SIPHASH_ALIGNMENT) combined = { combined 92 net/core/secure_seq.c hash = siphash(&combined, offsetofend(typeof(combined), dport), combined 105 net/core/secure_seq.c } __aligned(SIPHASH_ALIGNMENT) combined = { combined 111 net/core/secure_seq.c return siphash(&combined, offsetofend(typeof(combined), dport), combined 179 net/core/secure_seq.c } __aligned(SIPHASH_ALIGNMENT) combined = { combined 187 net/core/secure_seq.c seq = siphash(&combined, offsetofend(typeof(combined), dport), combined 21 net/ipv6/output_core.c } __aligned(SIPHASH_ALIGNMENT) combined = { combined 32 net/ipv6/output_core.c hash = siphash(&combined, sizeof(combined), &net->ipv4.ip_id_key); combined 50 net/ipv6/syncookies.c } __aligned(SIPHASH_ALIGNMENT) combined = { combined 59 net/ipv6/syncookies.c return siphash(&combined, offsetofend(typeof(combined), dport), combined 59 tools/include/uapi/linux/pkt_cls.h #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) combined 60 tools/include/uapi/linux/pkt_cls.h #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode)