file2            1578 drivers/infiniband/core/ucma.c static void ucma_lock_files(struct ucma_file *file1, struct ucma_file *file2)
file2            1581 drivers/infiniband/core/ucma.c 	if (file1 < file2) {
file2            1583 drivers/infiniband/core/ucma.c 		mutex_lock_nested(&file2->mut, SINGLE_DEPTH_NESTING);
file2            1585 drivers/infiniband/core/ucma.c 		mutex_lock(&file2->mut);
file2            1590 drivers/infiniband/core/ucma.c static void ucma_unlock_files(struct ucma_file *file1, struct ucma_file *file2)
file2            1592 drivers/infiniband/core/ucma.c 	if (file1 < file2) {
file2            1593 drivers/infiniband/core/ucma.c 		mutex_unlock(&file2->mut);
file2            1597 drivers/infiniband/core/ucma.c 		mutex_unlock(&file2->mut);
file2              41 scripts/kconfig/confdata.c static bool is_same(const char *file1, const char *file2)
file2              52 scripts/kconfig/confdata.c 	fd2 = open(file2, O_RDONLY);
file2              83 tools/testing/selftests/bpf/prog_tests/l4lb_all.c 	const char *file2 = "./test_l4lb_noinline.o";
file2              86 tools/testing/selftests/bpf/prog_tests/l4lb_all.c 	test_l4lb(file2);