file1            1578 drivers/infiniband/core/ucma.c static void ucma_lock_files(struct ucma_file *file1, struct ucma_file *file2)
file1            1581 drivers/infiniband/core/ucma.c 	if (file1 < file2) {
file1            1582 drivers/infiniband/core/ucma.c 		mutex_lock(&file1->mut);
file1            1586 drivers/infiniband/core/ucma.c 		mutex_lock_nested(&file1->mut, SINGLE_DEPTH_NESTING);
file1            1590 drivers/infiniband/core/ucma.c static void ucma_unlock_files(struct ucma_file *file1, struct ucma_file *file2)
file1            1592 drivers/infiniband/core/ucma.c 	if (file1 < file2) {
file1            1594 drivers/infiniband/core/ucma.c 		mutex_unlock(&file1->mut);
file1            1596 drivers/infiniband/core/ucma.c 		mutex_unlock(&file1->mut);
file1              41 scripts/kconfig/confdata.c static bool is_same(const char *file1, const char *file2)
file1              48 scripts/kconfig/confdata.c 	fd1 = open(file1, O_RDONLY);
file1              82 tools/testing/selftests/bpf/prog_tests/l4lb_all.c 	const char *file1 = "./test_l4lb.o";
file1              85 tools/testing/selftests/bpf/prog_tests/l4lb_all.c 	test_l4lb(file1);