Searched refs:readwrite (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | probe-file.c | 36 static bool print_common_warning(int err, bool readwrite) in print_common_warning() argument 40 readwrite ? "write" : "read", in print_common_warning() 41 readwrite ? "run this command again with sudo." : in print_common_warning() 75 static void print_open_warning(int err, bool uprobe, bool readwrite) in print_open_warning() argument 79 if (print_common_warning(err, readwrite)) in print_open_warning() 90 static void print_both_open_warning(int kerr, int uerr, bool readwrite) in print_both_open_warning() argument 94 if (kerr == uerr && print_common_warning(kerr, readwrite)) in print_both_open_warning() 110 int open_trace_file(const char *trace_file, bool readwrite) in open_trace_file() argument 117 pr_debug("Opening %s write=%d\n", buf, readwrite); in open_trace_file() 118 if (readwrite in open_trace_file() 129 open_kprobe_events(bool readwrite) open_kprobe_events() argument 134 open_uprobe_events(bool readwrite) open_uprobe_events() argument [all...] |
| /linux/drivers/soc/aspeed/ |
| H A D | aspeed-p2a-ctrl.c | 86 u32 readwrite[P2A_REGION_COUNT]; member 162 priv->readwrite[i] += 1; in aspeed_p2a_region_acquire() 247 memset(priv->readwrite, 0, sizeof(priv->readwrite)); in aspeed_p2a_open() 278 priv->parent->readerwriters[i] -= priv->readwrite[i]; in aspeed_p2a_release()
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | test_null_03.sh | 18 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite --iodepth=32 --si…
|
| H A D | test_null_02.sh | 18 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite --iodepth=32 --si…
|
| H A D | test_null_01.sh | 18 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite --iodepth=32 --si…
|
| H A D | test_generic_09.sh | 22 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite --iodepth=32 --si…
|
| H A D | test_batch_03.sh | 24 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite \
|
| H A D | test_batch_02.sh | 24 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite \
|
| H A D | test_stress_05.sh | 24 --rw=readwrite --iodepth=128 --size="${size}" --numjobs=4 \
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 2759 A readwrite nested-keyed file that exists for all the cgroups 2799 A readwrite nested-keyed file that exists for all the cgroups
|