Home
last modified time | relevance | path

Searched refs:access (Results 726 - 750 of 2575) sorted by relevance

1...<<21222324252627282930>>...103

/kernel/linux/linux-6.6/rust/kernel/sync/
H A Dlocked_by.rs9 /// Allows access to some data to be serialised by a lock that does not wrap it.
16 /// [`LockedBy`] wraps the data in lieu of another locking primitive, and only allows access to it
25 /// compile-time that access to `InnerFile` is only granted when an `InnerDirectory` is also
54 /// let inner_file = file.inner.access(&guard);
91 /// that the right owner is being used to access the protected data. If the owner is freed, the
94 /// because in any case at most one thread (or CPU) can access the protected data at a time.
118 pub fn access<'a>(&'a self, owner: &'a U) -> &'a T { in access() functions
/kernel/linux/linux-6.6/tools/perf/util/
H A Dfncache.c60 res = access(name, R_OK) == 0; in file_available()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dscr/
H A Ddscr_sysfs_test.c55 if (access(file, F_OK)) in check_all_cpu_dscr_defaults()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mce/
H A Dinject-ra-err.c42 SKIP_IF(access(devname, F_OK)); in test_ra_error()
/kernel/linux/linux-6.6/tools/testing/selftests/timens/
H A Dtimens.h107 if (access("/proc/self/ns/time", F_OK) < 0) in nscheck()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtrace_vprintk.c31 if (access(TRACEFS_PIPE, F_OK) == 0) in serial_test_trace_vprintk()
H A Dtrace_printk.c38 if (access(TRACEFS_PIPE, F_OK) == 0) in serial_test_trace_printk()
/kernel/liteos_a/kernel/extended/plimit/
H A Dlos_devicelimit.h69 INT16 access; member
/kernel/linux/linux-6.6/tools/cgroup/
H A Dcgroup_event_listener.c70 ret = access(event_control_path, W_OK); in main()
/kernel/liteos_a/testsuites/unittest/drivers/hid/smoke/
H A Dhid_test_001.cpp51 ret = access(MOUSE_DEV_PATH, 0); in Testcase()
/kernel/liteos_a/testsuites/unittest/drivers/storage/smoke/
H A Dstorage_test_001.cpp49 ret = access(STORAGE_DEV_PATH, 0); in Testcase()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.h240 VkAccessFlagBits access[AV_NUM_DATA_POINTERS]; member
/third_party/alsa-utils/alsamixer/
H A Dproc_files.c72 if (access(file_name, F_OK) == 0) { in add_item()
/third_party/gn/src/util/
H A Dmsg_loop.cc16 #define g_current (*__g_current_impl.access())
/third_party/ltp/testcases/cve/
H A Dcve-2022-4378.c52 if (access(tc->path, W_OK)) { in run()
/third_party/ltp/testcases/kernel/containers/userns/
H A Duserns07.c77 if (access("/proc/self/setgroups", F_OK) == 0) { in run()
/third_party/ltp/lib/
H A Dget_path.c47 if (!access(path, R_OK) && !stat(path, &st) && S_ISREG(st.st_mode)) in file_exist()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dcli.js26 await fs.access(resource, constants.R_OK);
/third_party/node/deps/npm/node_modules/ip-address/node_modules/sprintf-js/src/
H A Dsprintf.js45 throw new Error(sprintf('[sprintf] Cannot access property "%s" of undefined value "%s"', ph.keys[k], ph.keys[k-1]))
/third_party/ltp/testcases/kernel/syscalls/sched_rr_get_interval/
H A Dsched_rr_get_interval01.c47 proc_flag = !access(PROC_SCHED_RR_TIMESLICE_MS, F_OK); in setup()
/third_party/ltp/testcases/kernel/syscalls/setrlimit/
H A Dsetrlimit03.c61 if (!access(NR_OPEN_PATH, F_OK)) in setup()
/third_party/ltp/testcases/kernel/security/cap_bound/
H A Dcap_bounds_r.c49 if (access(PROC_CAP_LAST, R_OK) == 0) { in main()
/third_party/ltp/testcases/kernel/syscalls/io_setup/
H A Dio_setup01.c80 if (!access("/proc/sys/fs/aio-max-nr", F_OK)) { in verify_io_setup()
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
H A Dperf_event_open03.c40 if (access(INTEL_PT_PATH, F_OK)) in setup()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl35.c52 if (!access("/proc/sys/fs/pipe-max-size", F_OK)) { in setup()

Completed in 8 milliseconds

1...<<21222324252627282930>>...103