Home
last modified time | relevance | path

Searched defs:how (Results 1 – 8 of 8) sorted by relevance

/tools/testing/selftests/openat2/
Dhelpers.c17 bool needs_openat2(const struct open_how *how) in needs_openat2()
22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_openat2()
28 int sys_openat2(int dfd, const char *path, struct open_how *how) in sys_openat2()
33 int sys_openat(int dfd, const char *path, struct open_how *how) in sys_openat()
98 struct open_how how = {}; in init() local
Drename_attack_test.c91 struct open_how how = { in test_rename_attack() local
Dresolve_test.c113 struct open_how how; member
Dopenat2_test.c158 struct open_how how; member
/tools/testing/selftests/arm64/bti/
Dsignal.c34 int sigprocmask(int how, const sigset_t *mask, sigset_t *old) in sigprocmask()
/tools/perf/util/
Dordered-events.c266 static int __ordered_events__flush(struct ordered_events *oe, enum oe_flush how, in __ordered_events__flush()
339 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how) in ordered_events__flush()
/tools/perf/
Dbuiltin-daemon.c894 int how = 0; in daemon_session__kill() local
949 int how = 0; in daemon__kill() local
/tools/tracing/latency/
Dlatency-collector.c460 static void signal_blocking(int how) in signal_blocking()