Searched refs:readwrite (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | probe-file.c | 35 static bool print_common_warning(int err, bool readwrite) in print_common_warning() argument 39 readwrite ? "write" : "read", in print_common_warning() 40 readwrite ? "run this command again with sudo." : in print_common_warning() 74 static void print_open_warning(int err, bool uprobe, bool readwrite) in print_open_warning() argument 78 if (print_common_warning(err, readwrite)) in print_open_warning() 89 static void print_both_open_warning(int kerr, int uerr, bool readwrite) in print_both_open_warning() argument 93 if (kerr == uerr && print_common_warning(kerr, readwrite)) in print_both_open_warning() 109 int open_trace_file(const char *trace_file, bool readwrite) in open_trace_file() argument 116 pr_debug("Opening %s write=%d\n", buf, readwrite); in open_trace_file() 117 if (readwrite && !probe_event_dry_run) in open_trace_file() [all …]
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | test_null_01.sh | 19 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite --iodepth=32 --size=256M > /dev/null 2>&1
|
| H A D | test_null_02.sh | 19 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite --iodepth=32 --size=256M > /dev/null 2>&1
|
| H A D | test_stress_05.sh | 25 --rw=readwrite --iodepth=128 --size="${size}" --numjobs=4 \
|
| /linux/init/ |
| H A D | do_mounts.c | 52 static int __init readwrite(char *str) in readwrite() function 61 __setup("rw", readwrite);
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 2744 A readwrite nested-keyed file that exists for all the cgroups 2784 A readwrite nested-keyed file that exists for all the cgroups
|