/Linux-v6.1/net/netfilter/ipvs/ |
D | ip_vs_mh.c | 65 hsiphash_key_t hash1, hash2; member 70 static inline void generate_hash_secret(hsiphash_key_t *hash1, in generate_hash_secret() argument 73 hash1->key[0] = 2654435761UL; in generate_hash_secret() 74 hash1->key[1] = 2654435761UL; in generate_hash_secret() 144 dest->port, &s->hash1, 0) % in ip_vs_mh_permutate() 238 unsigned int hash = ip_vs_mh_hashkey(svc->af, addr, port, &s->hash1, 0) in ip_vs_mh_get() 256 &s->hash1, 0) % IP_VS_MH_TAB_SIZE; in ip_vs_mh_get_fallback() 271 hash = ip_vs_mh_hashkey(svc->af, addr, port, &s->hash1, in ip_vs_mh_get_fallback() 398 generate_hash_secret(&s->hash1, &s->hash2); in ip_vs_mh_init_svc()
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | recursion.c | 15 } hash1 SEC(".maps"); 32 if (map == (void *)&hash1) { in BPF_PROG()
|
/Linux-v6.1/fs/ext4/ |
D | hash.c | 105 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_unsigned() local 109 hash = hash1 + (hash0 ^ (((int) *ucp++) * 7152373)); in dx_hack_hash_unsigned() 113 hash1 = hash0; in dx_hack_hash_unsigned() 121 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_signed() local 125 hash = hash1 + (hash0 ^ (((int) *scp++) * 7152373)); in dx_hack_hash_signed() 129 hash1 = hash0; in dx_hack_hash_signed()
|
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
D | recursion.c | 23 bpf_map_delete_elem(bpf_map__fd(skel->maps.hash1), &key); in test_recursion() 25 bpf_map_delete_elem(bpf_map__fd(skel->maps.hash1), &key); in test_recursion()
|
/Linux-v6.1/scripts/ |
D | get_dvb_firmware | 558 my $hash1 = "d798d5a757121174f0dbc5f2833c0c85"; 568 verify($file1, $hash1); 701 my $hash1 = "02fcf11174eda84745dae7e61c5ff9ba"; 710 verify("$fwfile1", $hash1);
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | stm32mp157a-dk1-scmi.dts | 40 &hash1 {
|
D | stm32mp157c-dk2-scmi.dts | 46 &hash1 {
|
D | stm32mp157c-ed1-scmi.dts | 45 &hash1 {
|
D | stm32mp157c-ev1-scmi.dts | 47 &hash1 {
|
D | stm32mp157c-ed1.dts | 147 &hash1 {
|
D | stm32mp157c-emstamp-argon.dtsi | 190 &hash1 {
|
D | stm32mp15xx-dkx.dtsi | 158 &hash1 {
|
D | stm32mp151.dtsi | 1357 hash1: hash@54002000 { label
|
/Linux-v6.1/net/unix/ |
D | af_unix.c | 160 unsigned int hash1, unsigned int hash2) in unix_table_double_lock() argument 162 if (hash1 == hash2) { in unix_table_double_lock() 163 spin_lock(&net->unx.table.locks[hash1]); in unix_table_double_lock() 167 if (hash1 > hash2) in unix_table_double_lock() 168 swap(hash1, hash2); in unix_table_double_lock() 170 spin_lock(&net->unx.table.locks[hash1]); in unix_table_double_lock() 175 unsigned int hash1, unsigned int hash2) in unix_table_double_unlock() argument 177 if (hash1 == hash2) { in unix_table_double_unlock() 178 spin_unlock(&net->unx.table.locks[hash1]); in unix_table_double_unlock() 182 spin_unlock(&net->unx.table.locks[hash1]); in unix_table_double_unlock()
|
/Linux-v6.1/sound/soc/intel/skylake/ |
D | skl-sst-utils.c | 55 u8 hash1[DEFAULT_HASH_SHA256_LEN]; member
|
/Linux-v6.1/drivers/net/ethernet/ti/ |
D | tlan.c | 1261 u32 hash1 = 0; in tlan_set_multicast_list() local 1292 hash1 |= (1 << offset); in tlan_set_multicast_list() 1300 tlan_dio_write32(dev->base_addr, TLAN_HASH_1, hash1); in tlan_set_multicast_list()
|
/Linux-v6.1/drivers/clk/stm32/ |
D | clk-stm32mp13.c | 875 static struct clk_stm32_gate hash1 = { variable 1385 STM32_GATE_CFG(HASH1, hash1, SECF_HASH1),
|
/Linux-v6.1/drivers/net/ethernet/agere/ |
D | et131x.c | 949 u32 hash1 = 0; in et1310_setup_device_for_multicast() local 971 hash1 |= (1 << result); in et1310_setup_device_for_multicast() 987 writel(hash1, &rxmac->multi_hash1); in et1310_setup_device_for_multicast()
|
/Linux-v6.1/Documentation/filesystems/ |
D | ubifs-authentication.rst | 341 ,. CS , hash1.----. hash2.----.
|