Home
last modified time | relevance | path

Searched refs:str3 (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dprobe_read_user_str.c7 static const char str3[] = "mestringblubblubblubblubblub"; variable
66 if (test_one_str(skel, str3, sizeof(str3))) in test_probe_read_user_str()
/linux/drivers/ata/
H A Dahci_imx.c299 u32 str1, str2, str3, str4; in __sata_ahci_read_temperature() local
335 str3 = (dac_ctl_reg >> 12) & 0x7; in __sata_ahci_read_temperature()
365 dac_ctl_reg = (dac_ctl_reg & 0x8FF) | (str3) << 12; in __sata_ahci_read_temperature()
/linux/fs/hfsplus/
H A Dunicode_test.c1127 struct qstr str1, str2, str3; in hfsplus_hash_dentry_consistency_test() local
1150 create_qstr(&str3, "different"); in hfsplus_hash_dentry_consistency_test()
1151 result = hfsplus_hash_dentry(&test_dentry, &str3); in hfsplus_hash_dentry_consistency_test()
1154 KUNIT_EXPECT_NE(test, str1.hash, str3.hash); in hfsplus_hash_dentry_consistency_test()