/kernel/linux/linux-5.10/tools/perf/util/c++/ |
H A D | clang.cpp | 39 createCompilerInvocation(llvm::opt::ArgStringList CFlags, StringRef& Path, in createCompilerInvocation() argument 62 Opts.Inputs.emplace_back(Path, in createCompilerInvocation() 69 StringRef Path, IntrusiveRefCntPtr<vfs::FileSystem> VFS) in getModuleFromSource() 82 createCompilerInvocation(std::move(CFlags), Path, in getModuleFromSource() 87 createCompilerInvocation(std::move(CFlags), Path, in getModuleFromSource() 121 getModuleFromSource(llvm::opt::ArgStringList CFlags, StringRef Path) in getModuleFromSource() argument 124 return getModuleFromSource(std::move(CFlags), Path, VFS); in getModuleFromSource() 68 getModuleFromSource(llvm::opt::ArgStringList CFlags, StringRef Path, IntrusiveRefCntPtr<vfs::FileSystem> VFS) getModuleFromSource() argument
|
H A D | clang.h | 21 StringRef Path);
|
/kernel/linux/linux-6.6/scripts/ |
H A D | generate_rust_analyzer.py | 146 parser.add_argument("srctree", type=pathlib.Path) 147 parser.add_argument("objtree", type=pathlib.Path) 148 parser.add_argument("sysroot_src", type=pathlib.Path) 149 parser.add_argument("exttree", type=pathlib.Path, nargs="?")
|
H A D | rustdoc_test_gen.rs | 35 path::{Path, PathBuf}, 48 fn find_real_path<'a>(srctree: &Path, valid_paths: &'a mut Vec<PathBuf>, file: &str) -> &'a str { in find_real_path() 53 find_candidates(srctree, valid_paths, Path::new(""), &potential_components); 55 srctree: &Path, in find_candidates() 57 prefix: &Path, in find_candidates() 71 Path::new("rust/kernel") in find_candidates() 110 let srctree = Path::new(&srctree); in main()
|
H A D | rust_is_available_test.py | 28 path = pathlib.Path(cls.tempdir.name) 78 cls.missing = pathlib.Path(cls.tempdir.name) / "missing" 80 cls.nonexecutable = pathlib.Path(cls.tempdir.name) / "nonexecutable"
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | conftest.py | 14 from pathlib import Path namespace 54 Path("/lib/modules/")
|
H A D | base.py | 16 from pathlib import Path namespace 206 sysfs_path = Path("/sys/bus/hid/drivers") 212 sysfs_path = Path("/sys/module") / kernel_module.replace("-", "_")
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/ |
H A D | perf_metric_validation.py | 6 from pathlib import Path namespace 53 with open(Path(filename).resolve(), "r") as f: 62 parent = Path(output_file).parent 551 parser.add_argument("-output_dir", help="Path for validator output file, report file", required=True) 556 outpath = Path(args.output_dir) 557 reportf = Path.joinpath(outpath, 'perf_report.json') 558 fullrule = Path.joinpath(outpath, 'full_rule.json') 559 datafile = Path.joinpath(outpath, 'perf_data.json')
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry.S | 294 ; Fast Path return to user mode if no pending work 299 ; --- (Slow Path #1) task preemption --- 307 ; --- (Slow Path #2) pending signal --- 338 ; --- (Slow Path #3) notify_resume ---
|
H A D | entry-compact.S | 346 ; Level 2 interrupt return Path - from hardware standpoint
|
H A D | entry-arcv2.S | 175 ; From Linux standpoint Slow Path I/D TLB Miss is same a ProtV as they
|
/kernel/linux/linux-6.6/arch/arc/mm/ |
H A D | tlbex.S | 51 ; Since the Fast Path TLB Miss handler is coded with 4 regs, the remaining 3 273 ARCFP_CODE ;Fast Path Code, candidate for ICCM
|
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptscsih.c | 2153 phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) + in mptscsih_is_phys_disk() 2164 if ((phys_disk->Path[j].Flags & in mptscsih_is_phys_disk() 2167 if ((phys_disk->Path[j].Flags & in mptscsih_is_phys_disk() 2170 if ((id == phys_disk->Path[j].PhysDiskID) && in mptscsih_is_phys_disk() 2171 (channel == phys_disk->Path[j].PhysDiskBus)) { in mptscsih_is_phys_disk() 2231 phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) + in mptscsih_raid_id_to_num() 2242 if ((phys_disk->Path[j].Flags & in mptscsih_raid_id_to_num() 2245 if ((phys_disk->Path[j].Flags & in mptscsih_raid_id_to_num() 2248 if ((id == phys_disk->Path[j].PhysDiskID) && in mptscsih_raid_id_to_num() 2249 (channel == phys_disk->Path[ in mptscsih_raid_id_to_num() [all...] |
H A D | mptbase.c | 5921 phys_disk->Path[i].PhysDiskID = buffer->Path[i].PhysDiskID; in mpt_raid_phys_disk_pg1() 5922 phys_disk->Path[i].PhysDiskBus = buffer->Path[i].PhysDiskBus; in mpt_raid_phys_disk_pg1() 5923 phys_disk->Path[i].OwnerIdentifier = in mpt_raid_phys_disk_pg1() 5924 buffer->Path[i].OwnerIdentifier; in mpt_raid_phys_disk_pg1() 5925 phys_disk->Path[i].Flags = le16_to_cpu(buffer->Path[i].Flags); in mpt_raid_phys_disk_pg1() 5926 memcpy(&sas_address, &buffer->Path[i].WWID, sizeof(__le64)); in mpt_raid_phys_disk_pg1() 5928 memcpy(&phys_disk->Path[ in mpt_raid_phys_disk_pg1() [all...] |
H A D | mptsas.c | 4157 phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) + in mptsas_find_phyinfo_by_phys_disk_num() 4163 if ((phys_disk->Path[i].Flags & 1) != 0) in mptsas_find_phyinfo_by_phys_disk_num() 4166 if ((id == phys_disk->Path[i].PhysDiskID) && in mptsas_find_phyinfo_by_phys_disk_num() 4167 (channel == phys_disk->Path[i].PhysDiskBus)) { in mptsas_find_phyinfo_by_phys_disk_num() 4168 memcpy(&sas_address, &phys_disk->Path[i].WWID, in mptsas_find_phyinfo_by_phys_disk_num()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptscsih.c | 2152 phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) + in mptscsih_is_phys_disk() 2163 if ((phys_disk->Path[j].Flags & in mptscsih_is_phys_disk() 2166 if ((phys_disk->Path[j].Flags & in mptscsih_is_phys_disk() 2169 if ((id == phys_disk->Path[j].PhysDiskID) && in mptscsih_is_phys_disk() 2170 (channel == phys_disk->Path[j].PhysDiskBus)) { in mptscsih_is_phys_disk() 2230 phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) + in mptscsih_raid_id_to_num() 2241 if ((phys_disk->Path[j].Flags & in mptscsih_raid_id_to_num() 2244 if ((phys_disk->Path[j].Flags & in mptscsih_raid_id_to_num() 2247 if ((id == phys_disk->Path[j].PhysDiskID) && in mptscsih_raid_id_to_num() 2248 (channel == phys_disk->Path[ in mptscsih_raid_id_to_num() [all...] |
H A D | mptbase.c | 5926 phys_disk->Path[i].PhysDiskID = buffer->Path[i].PhysDiskID; in mpt_raid_phys_disk_pg1() 5927 phys_disk->Path[i].PhysDiskBus = buffer->Path[i].PhysDiskBus; in mpt_raid_phys_disk_pg1() 5928 phys_disk->Path[i].OwnerIdentifier = in mpt_raid_phys_disk_pg1() 5929 buffer->Path[i].OwnerIdentifier; in mpt_raid_phys_disk_pg1() 5930 phys_disk->Path[i].Flags = le16_to_cpu(buffer->Path[i].Flags); in mpt_raid_phys_disk_pg1() 5931 memcpy(&sas_address, &buffer->Path[i].WWID, sizeof(__le64)); in mpt_raid_phys_disk_pg1() 5933 memcpy(&phys_disk->Path[ in mpt_raid_phys_disk_pg1() [all...] |
H A D | mptsas.c | 4186 phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) + in mptsas_find_phyinfo_by_phys_disk_num() 4192 if ((phys_disk->Path[i].Flags & 1) != 0) in mptsas_find_phyinfo_by_phys_disk_num() 4195 if ((id == phys_disk->Path[i].PhysDiskID) && in mptsas_find_phyinfo_by_phys_disk_num() 4196 (channel == phys_disk->Path[i].PhysDiskBus)) { in mptsas_find_phyinfo_by_phys_disk_num() 4197 memcpy(&sas_address, &phys_disk->Path[i].WWID, in mptsas_find_phyinfo_by_phys_disk_num()
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
H A D | tlbex.S | 52 ; Since the Fast Path TLB Miss handler is coded with 4 regs, the remaining 3 298 ARCFP_CODE ;Fast Path Code, candidate for ICCM
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | entry-arcv2.S | 161 ; From Linux standpoint Slow Path I/D TLB Miss is same a ProtV as they
|
H A D | entry-compact.S | 331 ; Level 2 interrupt return Path - from hardware standpoint
|
/kernel/linux/linux-5.10/drivers/message/fusion/lsi/ |
H A D | mpi_cnfg.h | 2473 RAID_PHYS_DISK1_PATH Path[MPI_RAID_PHYS_DISK1_PATH_MAX];/* 0Ch */ member
|
/kernel/linux/linux-6.6/drivers/message/fusion/lsi/ |
H A D | mpi_cnfg.h | 2473 RAID_PHYS_DISK1_PATH Path[MPI_RAID_PHYS_DISK1_PATH_MAX];/* 0Ch */ member
|
/kernel/linux/linux-5.10/tools/testing/ktest/ |
H A D | ktest.pl | 10 use File::Path qw(mkpath);
|
/kernel/linux/linux-6.6/tools/testing/ktest/ |
H A D | ktest.pl | 10 use File::Path qw(mkpath);
|