/linux-6.12.1/net/core/ |
D | secure_seq.c | 62 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_ts_off() 71 return siphash(&combined, offsetofend(typeof(combined), daddr), in secure_tcpv6_ts_off() 84 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_seq() 93 hash = siphash(&combined, offsetofend(typeof(combined), dport), in secure_tcpv6_seq() 107 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_ipv6_port_ephemeral() 114 return siphash(&combined, offsetofend(typeof(combined), dport), in secure_ipv6_port_ephemeral() 184 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_dccpv6_sequence_number() 192 seq = siphash(&combined, offsetofend(typeof(combined), dport), in secure_dccpv6_sequence_number()
|
/linux-6.12.1/tools/testing/selftests/drivers/net/netdevsim/ |
D | tc-mq-visibility.sh | 40 ethtool -L $NDEV combined $n 47 ethtool -L $NDEV combined $n 55 ethtool -L $NDEV combined 1 58 ethtool -L $NDEV combined 4 65 ethtool -L $NDEV combined 1
|
/linux-6.12.1/lib/ |
D | siphash.c | 218 u64 combined = (u64)second << 32 | first; in siphash_3u32() local 220 v3 ^= combined; in siphash_3u32() 223 v0 ^= combined; in siphash_3u32() 332 u64 combined = (u64)second << 32 | first; in hsiphash_2u32() local 334 v3 ^= combined; in hsiphash_2u32() 336 v0 ^= combined; in hsiphash_2u32() 351 u64 combined = (u64)second << 32 | first; in hsiphash_3u32() local 353 v3 ^= combined; in hsiphash_3u32() 355 v0 ^= combined; in hsiphash_3u32() 372 u64 combined = (u64)second << 32 | first; in hsiphash_4u32() local [all …]
|
/linux-6.12.1/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 696 unsigned int rx, tx, combined; in xgbe_get_channels() local 710 combined = min(rx, tx); in xgbe_get_channels() 712 channels->max_combined = combined; in xgbe_get_channels() 720 combined = min(rx, tx); in xgbe_get_channels() 721 rx -= combined; in xgbe_get_channels() 722 tx -= combined; in xgbe_get_channels() 724 channels->combined_count = combined; in xgbe_get_channels() 741 unsigned int rx, rx_curr, tx, tx_curr, combined; in xgbe_set_channels() local 755 combined = min(rx, tx); in xgbe_set_channels() 773 if (channels->combined_count > combined) { in xgbe_set_channels() [all …]
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-iio-sx9310 | 7 near the combined sensor. The combined sensor presents
|
/linux-6.12.1/net/netfilter/ |
D | nf_conntrack_expect.c | 90 } __aligned(SIPHASH_ALIGNMENT) combined; in nf_ct_expect_dst_hash() 95 memset(&combined, 0, sizeof(combined)); in nf_ct_expect_dst_hash() 97 combined.dst_addr = tuple->dst.u3; in nf_ct_expect_dst_hash() 98 combined.net_mix = net_hash_mix(n); in nf_ct_expect_dst_hash() 99 combined.dport = (__force __u16)tuple->dst.u.all; in nf_ct_expect_dst_hash() 100 combined.l3num = tuple->src.l3num; in nf_ct_expect_dst_hash() 101 combined.protonum = tuple->dst.protonum; in nf_ct_expect_dst_hash() 103 hash = siphash(&combined, sizeof(combined), &nf_ct_expect_hashrnd); in nf_ct_expect_dst_hash()
|
D | nf_nat_core.c | 166 } __aligned(SIPHASH_ALIGNMENT) combined; in hash_by_src() 170 memset(&combined, 0, sizeof(combined)); in hash_by_src() 173 combined.src = tuple->src; in hash_by_src() 174 combined.net_mix = net_hash_mix(net); in hash_by_src() 175 combined.protonum = tuple->dst.protonum; in hash_by_src() 179 combined.zone = zone->id; in hash_by_src() 181 hash = siphash(&combined, sizeof(combined), &nf_nat_hash_rnd); in hash_by_src()
|
/linux-6.12.1/tools/include/uapi/linux/ |
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-6.12.1/include/uapi/linux/ |
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-6.12.1/Documentation/driver-api/media/drivers/ |
D | sh_mobile_ceu_camera.rst | 13 combined scales: sensor_scale * host_scale 81 3. Calculate new combined scales from "effective" input window to requested user 86 4. Calculate sensor output window by applying combined scales to real input
|
/linux-6.12.1/tools/perf/util/ |
D | metricgroup.c | 1402 struct expr_parse_ctx **combined) in build_combined_expr_ctx() argument 1410 *combined = expr__ctx_new(); in build_combined_expr_ctx() 1411 if (!*combined) in build_combined_expr_ctx() 1422 ret = expr__add_id(*combined, dup); in build_combined_expr_ctx() 1430 expr__ctx_free(*combined); in build_combined_expr_ctx() 1431 *combined = NULL; in build_combined_expr_ctx() 1554 struct expr_parse_ctx *combined = NULL; in parse_groups() local 1558 ret = build_combined_expr_ctx(&metric_list, &combined); in parse_groups() 1560 if (!ret && combined && hashmap__size(combined->ids)) { in parse_groups() 1561 ret = parse_ids(metric_no_merge, fake_pmu, combined, in parse_groups() [all …]
|
D | lock-contention.h | 45 int combined; member
|
/linux-6.12.1/net/ipv6/ |
D | syncookies.c | 50 } __aligned(SIPHASH_ALIGNMENT) combined = { in cookie_hash() 59 return siphash(&combined, offsetofend(typeof(combined), dport), in cookie_hash()
|
/linux-6.12.1/arch/arm64/boot/dts/amd/ |
D | amd-seattle-xgbe-b.dtsi | 92 interrupts = /* Uses combined intr for both 105 interrupts = /* Uses combined intr for both
|
/linux-6.12.1/drivers/media/pci/ivtv/ |
D | Kconfig | 66 utilize write-combined caching on the framebuffer memory. 73 ranges that should be marked write-combined from the driver.
|
/linux-6.12.1/Documentation/features/debug/kprobes-on-ftrace/ |
D | arch-support.txt | 4 # description: arch supports combined kprobes and ftrace live patching
|
/linux-6.12.1/tools/memory-model/litmus-tests/ |
D | MP+polockmbonce+poacquiresilsil.litmus | 6 * Do spinlocks combined with smp_mb__after_spinlock() provide order
|
/linux-6.12.1/Documentation/devicetree/bindings/cpufreq/ |
D | imx-cpufreq-dt.txt | 5 "speed grading" value which are written in fuses. These bits are combined with
|
/linux-6.12.1/drivers/net/ethernet/intel/idpf/ |
D | idpf_ethtool.c | 190 u16 combined; in idpf_get_channels() local 197 combined = min(num_txq, num_rxq); in idpf_get_channels() 208 ch->combined_count = combined; in idpf_get_channels() 209 ch->rx_count = num_rxq - combined; in idpf_get_channels() 210 ch->tx_count = num_txq - combined; in idpf_get_channels()
|
/linux-6.12.1/arch/s390/kernel/ |
D | smp.c | 715 info->combined = info->configured; in smp_get_core_info() 779 for (i = 0; i < info->combined; i++) { in __smp_rescan_cpus() 803 for (cpu = 0; cpu < info->combined; cpu++) in smp_detect_cpus() 809 if (cpu >= info->combined) in smp_detect_cpus() 820 for (cpu = 0; cpu < info->combined; cpu++) { in smp_detect_cpus()
|
/linux-6.12.1/drivers/iio/proximity/ |
D | sx9310.c | 777 u32 combined[SX9310_NUM_CHANNELS]; in sx9310_get_default_reg() local 792 if (count < 0 || count > ARRAY_SIZE(combined)) in sx9310_get_default_reg() 795 combined, count); in sx9310_get_default_reg() 800 comb_mask |= BIT(combined[i]); in sx9310_get_default_reg()
|
/linux-6.12.1/Documentation/security/ |
D | siphash.rst | 96 } __aligned(SIPHASH_ALIGNMENT) combined = { 101 u64 h = siphash(&combined, offsetofend(typeof(combined), dport), &secret);
|
/linux-6.12.1/drivers/s390/char/ |
D | sclp.h | 218 info->combined = sccb->nr_configured + sccb->nr_standby; in sclp_fill_core_info() 220 info->combined * sizeof(struct sclp_core_entry)); in sclp_fill_core_info()
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | max98373.txt | 24 - maxim,interleave-mode : For cases where a single combined channel
|
/linux-6.12.1/Documentation/driver-api/iio/ |
D | intro.rst | 33 combined functionality (e.g. light plus proximity sensor).
|