Searched refs:readwrite (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/arch/arm64/kvm/ |
A D | pmu.c | 75 PMEVTYPER_##readwrite##_CASE(0); \ 76 PMEVTYPER_##readwrite##_CASE(1); \ 77 PMEVTYPER_##readwrite##_CASE(2); \ 78 PMEVTYPER_##readwrite##_CASE(3); \ 79 PMEVTYPER_##readwrite##_CASE(4); \ 80 PMEVTYPER_##readwrite##_CASE(5); \ 81 PMEVTYPER_##readwrite##_CASE(6); \ 82 PMEVTYPER_##readwrite##_CASE(7); \ 83 PMEVTYPER_##readwrite##_CASE(8); \ 84 PMEVTYPER_##readwrite##_CASE(9); \ [all …]
|
/linux-6.3-rc2/tools/perf/util/ |
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 …]
|
A D | probe-file.h | 40 int open_trace_file(const char *trace_file, bool readwrite);
|
/linux-6.3-rc2/drivers/soc/aspeed/ |
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.3-rc2/init/ |
A D | do_mounts.c | 52 static int __init readwrite(char *str) in readwrite() function 61 __setup("rw", readwrite);
|
/linux-6.3-rc2/drivers/media/usb/dvb-usb/ |
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.3-rc2/drivers/mtd/nand/raw/ |
A D | Kconfig | 480 experimental, readwrite
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | cgroup-v2.rst | 2348 A readwrite nested-keyed file that exists for all the cgroups
|
Completed in 18 milliseconds