Home
last modified time | relevance | path

Searched full:resolve (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/linux/tools/testing/selftests/openat2/
H A Dresolve_test.c139 .path = "/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
142 .path = "cheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
145 .path = "abscheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
148 .path = "..", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
151 .path = "../root/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
154 .path = "cheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
157 .path = "abscheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
160 .path = "cheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
163 .path = "abscheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
167 .path = "root", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
[all …]
H A Dopenat2_test.c218 /* ->resolve flags must not conflict. */ in test_openat2_flags()
219 { .name = "incompatible resolve flags (BENEATH | IN_ROOT)", in test_openat2_flags()
221 .how.resolve = RESOLVE_BENEATH | RESOLVE_IN_ROOT, in test_openat2_flags()
224 /* ->resolve must only contain RESOLVE_* flags. */ in test_openat2_flags()
225 { .name = "invalid how.resolve and O_RDONLY", in test_openat2_flags()
227 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
228 { .name = "invalid how.resolve and O_CREAT", in test_openat2_flags()
230 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
231 { .name = "invalid how.resolve and O_TMPFILE", in test_openat2_flags()
233 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags()
[all …]
H A Drename_attack_test.c73 const char *flagname(int resolve) in flagname() argument
75 switch (resolve) { in flagname()
84 void test_rename_attack(int resolve) in test_rename_attack() argument
93 .resolve = resolve, in test_rename_attack()
97 how.resolve = 0; in test_rename_attack()
140 flagname(resolve), ROUNDS, escapes); in test_rename_attack()
H A Dhelpers.h28 * Arguments for how openat2(2) should open the target path. If @resolve is
37 * @resolve: RESOLVE_* flags.
42 __u64 resolve; member
51 /* how->resolve flags for openat2(2). */
/linux/tools/perf/pmu-events/arch/powerpc/power10/
H A Dpipeline.json5 … oldest instruction in the pipeline suffered a TLB miss or ERAT miss and waited for it to resolve."
55 …ch the oldest instruction in the pipeline was waiting for a load miss to resolve from either the l…
85 …ch the oldest instruction in the pipeline was waiting for a load miss to resolve from another core…
160 …"BriefDescription": "Cycles when dispatch was stalled while waiting to resolve an instruction ERAT…
165 …ch the oldest instruction in the pipeline was waiting for a load miss to resolve from a source bey…
170 …ch the oldest instruction in the pipeline was waiting for a load miss to resolve from a remote chi…
280 …les in which the oldest instruction in the pipeline suffered a TLB miss and waited for it resolve."
310 …ch the oldest instruction in the pipeline was waiting for a load miss to resolve from the local me…
330 …ch the oldest instruction in the pipeline was waiting for a load miss to resolve from the local L2…
390 …s in which the oldest instruction in the pipeline suffered an ERAT miss and waited for it resolve."
[all …]
H A Dmetrics.json40 …ge cycles per completed instruction when dispatch was stalled waiting to resolve an instruction ER…
46 …ge cycles per completed instruction when dispatch was stalled waiting to resolve an instruction TL…
226 …leted instruction when the NTC instruction is waiting for a load miss to resolve from either the l…
232 …leted instruction when the NTC instruction is waiting for a load miss to resolve from either the l…
238 …leted instruction when the NTC instruction is waiting for a load miss to resolve from either the l…
244 …leted instruction when the NTC instruction is waiting for a load miss to resolve from a source bey…
250 …leted instruction when the NTC instruction is waiting for a load miss to resolve from a neighbor c…
256 …leted instruction when the NTC instruction is waiting for a load miss to resolve from L4, local me…
262 …leted instruction when the NTC instruction is waiting for a load miss to resolve from a remote chi…
268 …leted instruction when the NTC instruction is waiting for a load miss to resolve from a distant ch…
[all …]
/linux/include/uapi/linux/
H A Dopenat2.h17 * @resolve: RESOLVE_* flags.
22 __u64 resolve; member
25 /* how->resolve flags for openat2(2). */
/linux/tools/include/uapi/linux/
H A Dopenat2.h
/linux/drivers/acpi/acpica/
H A Ddspkginit.c319 * DESCRIPTION: Resolve a named reference element within a package object
357 /* Attempt to resolve the (named) reference to a namespace node */ in acpi_ds_init_package_element()
375 * DESCRIPTION: Resolve a package element that is a reference to a named
445 /* Could not resolve name, set the element to NULL */ in acpi_ds_resolve_package_element()
455 "Could not resolve named package element [%4.4s] in [%4.4s]", in acpi_ds_resolve_package_element()
478 * Attempt to resolve the node to a value before we insert it into in acpi_ds_resolve_package_element()
480 * resolve it immediately. According to the ACPI spec, package in acpi_ds_resolve_package_element()
482 * Attempt to resolve to an Integer, Buffer, String or Package. in acpi_ds_resolve_package_element()
484 * Methods, etc.) Buffer Fields and Fields will resolve to simple in acpi_ds_resolve_package_element()
H A Dacinterp.h370 * exresnte - resolve namespace node
377 * exresop - resolve operand to value
421 * exstoren - resolve/store object
/linux/tools/testing/selftests/drivers/net/lib/py/
H A Denv.py23 self.test_dir = self.src_path.parent.resolve()
24 self.net_lib_dir = (Path(__file__).parent / "../../../../net/lib").resolve()
31 src_dir = Path(self.src_path).parent.resolve()
161 # resolve remote interface name
217 raise Exception("Can't resolve remote interface name, v4 and v6 don't match")
219 raise Exception("Can't resolve remote interface name, multiple interfaces match")
/linux/tools/testing/selftests/net/lib/py/
H A Dconsts.py6 KSFT_DIR = (Path(__file__).parent / "../../..").resolve()
7 KSRC = (Path(__file__).parent / "../../../../../..").resolve()
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/
H A Dl1d_cache.json8 …ta cache accesses from any load/store operations. Atomic operations that resolve in the CPUs cache…
16 …data cache accesses from any load operation. Atomic load operations that resolve in the CPUs cache…
20 …, specified by virtual address) instruction. Near atomic operations that resolve in the CPUs cache…
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/
H A Dl1d_cache.json8 …ta cache accesses from any load/store operations. Atomic operations that resolve in the CPUs cache…
20 …data cache accesses from any load operation. Atomic load operations that resolve in the CPUs cache…
24 …, specified by virtual address) instruction. Near atomic operations that resolve in the CPUs cache…
/linux/Documentation/maintainer/
H A Drebasing-and-merging.rst165 maintainer merges with the upstream in order to resolve merge conflicts
179 how you would resolve things. Mention that branch in your pull request,
188 resolve dependencies. These dependency issues do happen at times, and
189 sometimes a cross-merge with another tree is the best way to resolve them;
195 needed. Merging another subsystem tree to resolve a dependency risks
/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst31 resolve the userfaults it receives via 1) or to manage the virtual
129 ``uffdio_register.ioctls`` bitmask of ioctls that are suitable to resolve
143 There are three basic ways to resolve userfaults:
161 like to do to resolve it:
279 flag ``UFFDIO_WRITEPROTECT_MODE_WP`` set. Trying to resolve a page fault
289 take to "resolve" it is to issue a ``UFFDIO_POISON``. This will cause any
/linux/drivers/net/phy/
H A Dlinkmode.c5 * linkmode_resolve_pause - resolve the allowable pause modes
78 * this should resolve to RX only.
/linux/fs/smb/client/
H A Ddns_resolve.c31 cifs_dbg(FYI, "%s: unable to resolve: %*.*s\n", in resolve_name()
51 * dns_resolve_name - Perform an upcall to resolve hostname to an ip address.
/linux/include/rdma/
H A Dib_addr.h59 * rdma_resolve_ip - Resolve source and destination IP addresses to
64 * @dst_addr: The destination address to resolve.
71 * @resolve_by_gid_attr: Resolve the ip based on the GID attribute from
H A Drdma_cm.h177 * rdma_resolve_addr - Resolve destination and optional source addresses
191 * rdma_resolve_route - Resolve the RDMA address bound to the RDMA identifier
195 * Users must have first called rdma_resolve_addr to resolve a dst_addr
/linux/arch/parisc/math-emu/
H A Ddfcmp.c129 * resolve the two possibilities. */ in dbl_fcmp()
156 * resolve the two possibilities. */ in dbl_fcmp()
/linux/tools/perf/scripts/python/bin/
H A Dmem-phys-addr-report2 # description: resolve physical address samples
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlog_fixup.c35 "failed to resolve CO-RE relocation <byte_sz> ", in bad_core_relo()
91 "failed to resolve CO-RE relocation <byte_off> ", in bad_core_relo_subprog()
/linux/scripts/
H A Dgenerate_rust_analyzer.py76 # here is important for ensuring that rust-analyzer can resolve symbols. The sources of truth
133 crates[-1]["env"]["OBJTREE"] = str(objtree.resolve(True))
/linux/tools/perf/Documentation/
H A Djit-interface.txt1 perf supports a simple JIT interface to resolve symbols for dynamic code generated

12345678910>>...16