Searched refs:readwrite (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/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() 78 if (print_common_warning(err, readwrite)) in print_open_warning() 93 if (kerr == uerr && print_common_warning(kerr, readwrite)) in print_both_open_warning() 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() 128 static int open_kprobe_events(bool readwrite) in open_kprobe_events() argument 130 return open_trace_file("kprobe_events", readwrite); in open_kprobe_events() 133 static int open_uprobe_events(bool readwrite) in open_uprobe_events() argument [all …]
|
| H A D | probe-file.h | 40 int open_trace_file(const char *trace_file, bool readwrite);
|
| /linux-6.15/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-6.15/tools/testing/selftests/ublk/ |
| H A D | test_null_01.sh | 15 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite --iodepth=32 --si…
|
| H A D | test_null_02.sh | 15 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite --iodepth=32 --si…
|
| H A D | test_common.sh | 254 --rw=readwrite --iodepth=256 --size="${size}" --numjobs=4 \ 313 --rw=readwrite --iodepth=256 --size="${size}" --numjobs=4 \
|
| H A D | test_stress_05.sh | 21 --rw=readwrite --iodepth=128 --size="${size}" --numjobs=4 \
|
| /linux-6.15/init/ |
| H A D | do_mounts.c | 52 static int __init readwrite(char *str) in readwrite() function 61 __setup("rw", readwrite);
|
| /linux-6.15/drivers/media/usb/dvb-usb/ |
| H A D | af9005.c | 46 int readwrite, int type, u8 * values, int len) in af9005_generic_read_write() argument 82 command |= readwrite; in af9005_generic_read_write() 83 if (readwrite == AF9005_CMD_WRITE) in af9005_generic_read_write() 124 if (readwrite == AF9005_CMD_READ) in af9005_generic_read_write()
|
| /linux-6.15/drivers/mtd/nand/raw/ |
| H A D | Kconfig | 486 experimental, readwrite
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 2627 A readwrite nested-keyed file that exists for all the cgroups 2667 A readwrite nested-keyed file that exists for all the cgroups
|