Home
last modified time | relevance | path

Searched refs:readwrite (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dpmu.c68 #define PMEVTYPER_CASES(readwrite) \
69 PMEVTYPER_##readwrite##_CASE(0); \
70 PMEVTYPER_##readwrite##_CASE(1); \
71 PMEVTYPER_##readwrite##_CASE(2); \
72 PMEVTYPER_##readwrite##_CASE(3); \
73 PMEVTYPER_##readwrite##_CASE(4); \
74 PMEVTYPER_##readwrite##_CASE(5); \
75 PMEVTYPER_##readwrite##_CASE(6); \
76 PMEVTYPER_##readwrite##_CASE(7); \
77 PMEVTYPER_##readwrite##_CAS
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Dpmu.c74 #define PMEVTYPER_CASES(readwrite) \
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##_CAS
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-file.c35 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 in open_trace_file()
128 open_kprobe_events(bool readwrite) open_kprobe_events() argument
133 open_uprobe_events(bool readwrite) open_uprobe_events() argument
[all...]
H A Dprobe-file.h40 int open_trace_file(const char *trace_file, bool readwrite);
/kernel/linux/linux-5.10/drivers/soc/aspeed/
H A Daspeed-p2a-ctrl.c83 * opens for read or readwrite, the reference goes up here. On
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()
260 * for readwrite, and decrement those counts. If at the end, this is the last
278 priv->parent->readerwriters[i] -= priv->readwrite[i]; in aspeed_p2a_release()
/kernel/linux/linux-6.6/drivers/soc/aspeed/
H A Daspeed-p2a-ctrl.c83 * opens for read or readwrite, the reference goes up here. On
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()
260 * for readwrite, and decrement those counts. If at the end, this is the last
278 priv->parent->readerwriters[i] -= priv->readwrite[i]; in aspeed_p2a_release()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-file.c74 int open_trace_file(const char *trace_file, bool readwrite) in open_trace_file() argument
81 pr_debug("Opening %s write=%d\n", buf, readwrite); in open_trace_file()
82 if (readwrite && !probe_event_dry_run) in open_trace_file()
93 static int open_kprobe_events(bool readwrite) in open_kprobe_events() argument
95 return open_trace_file("kprobe_events", readwrite); in open_kprobe_events()
98 static int open_uprobe_events(bool readwrite) in open_uprobe_events() argument
100 return open_trace_file("uprobe_events", readwrite); in open_uprobe_events()
H A Dprobe-file.h40 int open_trace_file(const char *trace_file, bool readwrite);
/kernel/linux/build/test/moduletest/runtest/bin/
H A Dmem_debug_t_init.sh47 echo readwrite > /sys/block/zram0/group
H A Denhancedswap_t_init.sh59 echo readwrite > /sys/block/zram0/group
/kernel/linux/linux-6.6/init/
H A Ddo_mounts.c52 static int __init readwrite(char *str) in readwrite() function
61 __setup("rw", readwrite);
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Daf9005.c46 int readwrite, int type, u8 * values, int len) in af9005_generic_read_write()
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()
45 af9005_generic_read_write(struct dvb_usb_device *d, u16 reg, int readwrite, int type, u8 * values, int len) af9005_generic_read_write() argument
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A Daf9005.c46 int readwrite, int type, u8 * values, int len) in af9005_generic_read_write()
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()
45 af9005_generic_read_write(struct dvb_usb_device *d, u16 reg, int readwrite, int type, u8 * values, int len) af9005_generic_read_write() argument
/kernel/linux/linux-5.10/init/
H A Ddo_mounts.c53 static int __init readwrite(char *str) in readwrite() function
62 __setup("rw", readwrite);

Completed in 10 milliseconds