/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/vmlinux/ |
H A D | vmlinux.h | 113 char __data[]; member 120 char __data[]; member 126 char __data[]; member 133 char __data[]; member 140 char __data[]; member 146 char __data[]; member
|
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/ |
H A D | augmented_raw_syscalls.bpf.c | 113 char __data[SS_MAXSIZE - sizeof(unsigned short)]; member 128 char __data[sizeof(struct augmented_arg)]; member 314 if (bpf_probe_read_user(&augmented_args->__data, sizeof(*attr), attr) < 0) in sys_enter_perf_event_open() 317 attr_read = (const struct perf_event_attr_size *)augmented_args->__data; in sys_enter_perf_event_open() 324 if (size > sizeof(augmented_args->__data)) in sys_enter_perf_event_open() 328 if (bpf_probe_read_user(&augmented_args->__data, size, attr) < 0) in sys_enter_perf_event_open() 347 if (size > sizeof(augmented_args->__data)) in sys_enter_clock_nanosleep() 350 bpf_probe_read_user(&augmented_args->__data, size, rqtp_arg); in sys_enter_clock_nanosleep()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tracepoint.h | 168 void *__data; \ 172 __data = (it_func_ptr)->data; \ 173 static_call(tp_func_##name)(__data, args); \ 305 int __traceiter_##_name(void *__data, proto); \ 306 void __probestub_##_name(void *__data, proto); \ 319 int __traceiter_##_name(void *__data, proto) \ 329 __data = (it_func_ptr)->data; \ 330 ((void(*)(void *, proto))(it_func))(__data, args); \ 335 void __probestub_##_name(void *__data, proto) \ 434 PARAMS(void *__data, prot [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/vt8500/ |
H A D | pinctrl-wmt.h | 28 #define WMT_GROUP(__name, __data) \ 31 .pins = __data, \ 32 .npins = ARRAY_SIZE(__data), \
|
/kernel/linux/linux-6.6/drivers/pinctrl/vt8500/ |
H A D | pinctrl-wmt.h | 28 #define WMT_GROUP(__name, __data) \ 31 .pins = __data, \ 32 .npins = ARRAY_SIZE(__data), \
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tracepoint.h | 174 * Note, the proto and args passed in includes "__data" as the first parameter. 183 void *__data; \ 206 __data = (it_func_ptr)->data; \ 298 int __traceiter_##_name(void *__data, proto); \ 310 int __traceiter_##_name(void *__data, proto) \ 320 __data = (it_func_ptr)->data; \ 321 ((void(*)(void *, proto))(it_func))(__data, args); \ 422 PARAMS(void *__data, proto), \ 423 PARAMS(__data, args)) 428 PARAMS(void *__data, prot [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | mq-deadline.c | 618 int __data = __VAR; \ 620 __data = jiffies_to_msecs(__data); \ 621 return deadline_var_show(__data, (page)); \ 634 int __data; \ 635 deadline_var_store(&__data, (page)); \ 636 if (__data < (MIN)) \ 637 __data = (MIN); \ 638 else if (__data > (MAX)) \ 639 __data [all...] |
H A D | bfq-iosched.c | 6604 u64 __data = __VAR; \ 6606 __data = jiffies_to_msecs(__data); \ 6608 __data = div_u64(__data, NSEC_PER_MSEC); \ 6609 return bfq_var_show(__data, (page)); \ 6626 u64 __data = __VAR; \ 6627 __data = div_u64(__data, NSEC_PER_USEC); \ 6628 return bfq_var_show(__data, (pag 6691 unsigned long __data; bfq_max_budget_store() local 6719 unsigned long __data; bfq_timeout_sync_store() local 6742 unsigned long __data; bfq_strict_guarantees_store() local 6764 unsigned long __data; bfq_low_latency_store() local [all...] |
/kernel/linux/linux-5.10/arch/s390/pci/ |
H A D | pci_insn.c | 119 u64 __data; in ____pcilg() local 127 : [cc] "+d" (cc), [data] "=d" (__data), [req] "+d" (__req) in ____pcilg() 131 *data = __data; in ____pcilg() 137 u64 __data; in __pcilg() local 140 cc = ____pcilg(&__data, req, offset, status); in __pcilg() 142 *data = __data; in __pcilg() 179 u64 __data; in __pcilg_mio() local 187 : [cc] "+d" (cc), [data] "=d" (__data), "+d" (r3) in __pcilg_mio() 191 *data = __data; in __pcilg_mio()
|
/kernel/linux/linux-6.6/arch/s390/pci/ |
H A D | pci_insn.c | 160 u64 __data; in ____pcilg() local 168 : [cc] "+d" (cc), [data] "=d" (__data), in ____pcilg() 171 *data = __data; in ____pcilg() 177 u64 __data; in __pcilg() local 180 cc = ____pcilg(&__data, req, offset, status); in __pcilg() 182 *data = __data; in __pcilg() 226 u64 __data; in __pcilg_mio() local 234 : [cc] "+d" (cc), [data] "=d" (__data), in __pcilg_mio() 237 *data = __data; in __pcilg_mio()
|
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/ |
H A D | acpi_thermal_rel.h | 102 u64 __data[ACPI_NR_ART_ELEMENTS]; member 113 u64 __data[8]; member 134 u64 __data[ACPI_NR_PSVT_ELEMENTS]; member
|
/kernel/linux/linux-5.10/include/trace/ |
H A D | bpf_probe.h | 61 __bpf_trace_##call(void *__data, proto) \ 63 struct bpf_prog *prog = __data; \ 77 typedef void (*btf_trace_##call)(void *__data, proto); \
|
H A D | perf.h | 33 perf_trace_##call(void *__data, proto) \ 35 struct trace_event_call *event_call = __data; \
|
/kernel/linux/linux-6.6/include/trace/ |
H A D | bpf_probe.h | 47 __bpf_trace_##call(void *__data, proto) \ 49 struct bpf_prog *prog = __data; \ 67 typedef void (*btf_trace_##call)(void *__data, proto); \
|
H A D | perf.h | 18 perf_trace_##call(void *__data, proto) \ 20 struct trace_event_call *event_call = __data; \
|
H A D | trace_events.h | 55 char __data[]; \ 280 * static void trace_event_raw_event_<call>(void *__data, proto) 282 * struct trace_event_file *trace_file = __data; 365 perf_trace_##call(void *__data, proto); 381 trace_event_raw_event_##call(void *__data, proto) \ 383 struct trace_event_file *trace_file = __data; \
|
H A D | trace_custom_events.h | 45 char __data[]; \ 143 trace_custom_event_raw_event_##call(void *__data, proto) \ 145 struct trace_event_file *trace_file = __data; \
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_options.c | 50 memcpy(iph + sizeof(struct iphdr), opt->__data, opt->optlen); in ip_options_build() 103 dptr = dopt->__data; in __ip_options_echo() 269 optptr = opt->__data; in __ip_options_compile() 498 unsigned char *optptr = opt->__data + opt->srr - sizeof(struct iphdr); in ip_options_undo() 504 unsigned char *optptr = opt->__data + opt->rr - sizeof(struct iphdr); in ip_options_undo() 510 unsigned char *optptr = opt->__data + opt->ts - sizeof(struct iphdr); in ip_options_undo() 534 if (optlen && copy_from_sockptr(opt->opt.__data, data, optlen)) { in ip_options_get() 540 opt->opt.__data[optlen++] = IPOPT_END; in ip_options_get()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_options.c | 50 memcpy(iph + sizeof(struct iphdr), opt->__data, opt->optlen); in ip_options_build() 90 dptr = dopt->__data; in __ip_options_echo() 256 optptr = opt->__data; in __ip_options_compile() 485 unsigned char *optptr = opt->__data + opt->srr - sizeof(struct iphdr); in ip_options_undo() 491 unsigned char *optptr = opt->__data + opt->rr - sizeof(struct iphdr); in ip_options_undo() 497 unsigned char *optptr = opt->__data + opt->ts - sizeof(struct iphdr); in ip_options_undo() 521 if (optlen && copy_from_sockptr(opt->opt.__data, data, optlen)) { in ip_options_get() 527 opt->opt.__data[optlen++] = IPOPT_END; in ip_options_get()
|
/kernel/linux/linux-6.6/block/ |
H A D | bfq-iosched.c | 7403 u64 __data = __VAR; \ 7405 __data = jiffies_to_msecs(__data); \ 7407 __data = div_u64(__data, NSEC_PER_MSEC); \ 7408 return bfq_var_show(__data, (page)); \ 7425 u64 __data = __VAR; \ 7426 __data = div_u64(__data, NSEC_PER_USEC); \ 7427 return bfq_var_show(__data, (pag 7490 unsigned long __data; bfq_max_budget_store() local 7518 unsigned long __data; bfq_timeout_sync_store() local 7541 unsigned long __data; bfq_strict_guarantees_store() local 7563 unsigned long __data; bfq_low_latency_store() local [all...] |
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/ |
H A D | acpi_thermal_rel.h | 62 u64 __data[ACPI_NR_ART_ELEMENTS]; member 73 u64 __data[8]; member
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stv090x_priv.h | 42 #define STV090x_WRITE_DEMOD(__state, __reg, __data) (( \ 44 stv090x_write_reg(__state, STV090x_P2_##__reg, __data) :\ 45 stv090x_write_reg(__state, STV090x_P1_##__reg, __data))
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stv090x_priv.h | 42 #define STV090x_WRITE_DEMOD(__state, __reg, __data) (( \ 44 stv090x_write_reg(__state, STV090x_P2_##__reg, __data) :\ 45 stv090x_write_reg(__state, STV090x_P1_##__reg, __data))
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/ |
H A D | sgy_cts1000.c | 53 static irqreturn_t gpio_halt_irq(int irq, void *__data) in gpio_halt_irq() argument 55 struct platform_device *pdev = __data; in gpio_halt_irq()
|
/kernel/linux/linux-6.6/include/trace/stages/ |
H A D | stage5_get_offsets.h | 44 offsetof(typeof(*entry), __data); \ 63 offsetof(typeof(*entry), __data) - \
|