Home
last modified time | relevance | path

Searched refs:readwrite (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/util/
H A Dprobe-file.c36 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 && !probe_event_dry_run) in open_trace_file()
[all …]
/linux/drivers/soc/aspeed/
H A Daspeed-p2a-ctrl.c86 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 Dtest_null_01.sh18 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite --iodepth=32 --size=256M > /dev/null 2>&1
H A Dtest_null_02.sh18 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite --iodepth=32 --size=256M > /dev/null 2>&1
H A Dtest_null_03.sh18 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite --iodepth=32 --si…
H A Dtest_stress_05.sh24 --rw=readwrite --iodepth=128 --size="${size}" --numjobs=4 \
/linux/init/
H A Ddo_mounts.c45 static int __init readwrite(char *str) in readonly()
54 __setup("rw", readwrite); in readwrite()
52 static int __init readwrite(char *str) readwrite() function