/linux-6.14.4/arch/s390/kernel/ |
D | irq.c | 210 static void show_msi_interrupt(struct seq_file *p, int irq) in show_msi_interrupt() 241 int show_interrupts(struct seq_file *p, void *v) in show_interrupts() 295 u16 code; member 301 static inline int ext_hash(u16 code) in ext_hash() 308 int register_external_irq(u16 code, ext_int_handler_t handler) in register_external_irq() 310 struct ext_int_info *p; in register_external_irq() local 328 int unregister_external_irq(u16 code, ext_int_handler_t handler) in unregister_external_irq() 330 struct ext_int_info *p; in unregister_external_irq() local 350 struct ext_int_info *p; in do_ext_interrupt() local
|
/linux-6.14.4/arch/arm/lib/ |
D | crc-t10dif-core.S | 69 #define CPU_LE(code...) argument 71 #define CPU_LE(code...) code argument 199 .macro fold_32_bytes, reg1, reg2, p argument 223 .macro crct10dif, p argument
|
/linux-6.14.4/drivers/media/usb/go7007/ |
D | go7007-fw.c | 52 unsigned char *p; /* destination */ member 292 int i, p = 0; in mjpeg_frame_header() local 365 static int gen_mjpeghdr_to_package(struct go7007 *go, __le16 *code, int space) in gen_mjpeghdr_to_package() 632 __le16 *code, int space, int *framelen) in gen_mpeg1hdr_to_package() 818 __le16 *code, int space, int *framelen) in gen_mpeg4hdr_to_package() 920 __le16 *code, int space, int *framelen) in brctrl_to_package() 1076 static int config_package(struct go7007 *go, __le16 *code, int space) in config_package() 1198 static int seqhead_to_package(struct go7007 *go, __le16 *code, int space, in seqhead_to_package() 1277 static int avsync_to_package(struct go7007 *go, __le16 *code, int space) in avsync_to_package() 1308 static int final_package(struct go7007 *go, __le16 *code, int space) in final_package() [all …]
|
/linux-6.14.4/tools/lib/subcmd/ |
D | run-command.c | 175 int status, code; in wait_or_whine() local 237 char *p; in check_if_command_finished() local 264 int code = start_command(cmd); in run_command() local
|
/linux-6.14.4/arch/riscv/kernel/ |
D | traps.c | 56 char str[sizeof("0000 ") * 12 + 2 + 1], *p = str; in dump_instr() local 114 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() 131 static void do_trap_error(struct pt_regs *regs, int signo, int code, in do_trap_error() 149 #define DO_ERROR_INFO(name, signo, code, str) \ argument
|
/linux-6.14.4/kernel/trace/ |
D | trace_probe.c | 178 char *command, *p; in __trace_probe_log_err() local 290 static int parse_trace_event_arg(char *arg, struct fetch_insn *code, in parse_trace_event_arg() 366 struct fetch_insn *code = *pcode + 1; in check_prepare_btf_string_fetch() local 526 struct fetch_insn *code = *pcode; in parse_btf_field() local 608 struct fetch_insn *code = *pcode; in parse_btf_arg() local 714 struct fetch_insn *code = *pcode; in parse_btf_bitfield() local 882 struct fetch_insn *code = &earg->code[i]; in store_trace_entry_data() local 911 struct fetch_insn *code = *pcode; in NOKPROBE_SYMBOL() local 1050 struct fetch_insn *code = *pcode; in parse_probe_arg() local 1221 struct fetch_insn *code = *pcode; in __parse_bitfield_probe_arg() local [all …]
|
/linux-6.14.4/net/ipv6/ |
D | ip6_tunnel.c | 189 ip6_tnl_bucket(struct ip6_tnl_net *ip6n, const struct __ip6_tnl_parm *p) in ip6_tnl_bucket() 286 static struct ip6_tnl *ip6_tnl_create(struct net *net, struct __ip6_tnl_parm *p) in ip6_tnl_create() 339 struct __ip6_tnl_parm *p, int create) in ip6_tnl_locate() 464 u8 *type, u8 *code, int *msg, __u32 *info, int offset) in ip6_tnl_err() 561 u8 type, u8 code, int offset, __be32 info) in ip4ip6_err() 656 u8 type, u8 code, int offset, __be32 info) in ip6ip6_err() 698 u8 type, u8 code, int offset, __be32 info) in mplsip6_err() 744 struct __ip6_tnl_parm *p = &t->parms; in ip6_tnl_get_cap() local 769 struct __ip6_tnl_parm *p = &t->parms; in ip6_tnl_rcv_ctl() local 1031 struct __ip6_tnl_parm *p = &t->parms; in ip6_tnl_xmit_ctl() local [all …]
|
/linux-6.14.4/tools/perf/jvmti/ |
D | jvmti_agent.c | 133 char *base, *p; in create_jit_cache_dir() local 360 uint64_t vma, void const *code, unsigned int const size) in jvmti_write_code() 417 jvmti_write_debug_info(void *agent, uint64_t code, in jvmti_write_debug_info()
|
/linux-6.14.4/Documentation/sphinx-static/ |
D | theme_overrides.css | 32 p { selector 109 code, .rst-content tt, .rst-content code { selector
|
/linux-6.14.4/tools/testing/selftests/net/ |
D | reuseport_bpf.c | 133 struct sock_filter code[] = { in attach_cbpf() local 141 struct sock_fprog p = { in attach_cbpf() local 150 static void build_recv_group(const struct test_params p, int fd[], uint16_t mod, in build_recv_group() 186 static void send_from(struct test_params p, uint16_t sport, char *buf, in send_from() 211 static void test_recv_order(const struct test_params p, int fd[], int mod) in test_recv_order() 271 static void test_reuseport_ebpf(struct test_params p) in test_reuseport_ebpf() 288 static void test_reuseport_cbpf(struct test_params p) in test_reuseport_cbpf() 305 static void test_extra_filter(const struct test_params p) in test_extra_filter() 337 static void test_filter_no_reuseport(const struct test_params p) in test_filter_no_reuseport()
|
D | reuseport_bpf_cpu.c | 79 struct sock_filter code[] = { in attach_bpf() local 85 struct sock_fprog p = { in attach_bpf() local
|
/linux-6.14.4/kernel/ |
D | exit.c | 125 static void __unhash_process(struct task_struct *p, bool group_dead) in __unhash_process() 240 void release_task(struct task_struct *p) in release_task() 329 struct task_struct *p; in will_become_orphaned_pgrp() local 358 struct task_struct *p; in has_stopped_jobs() local 478 struct task_struct *g, *p = current; in mm_update_next_owner() local 575 static struct task_struct *find_alive_thread(struct task_struct *p) in find_alive_thread() 593 struct task_struct *p, *n; in find_child_reaper() local 662 static void reparent_leader(struct task_struct *father, struct task_struct *p, in reparent_leader() 694 struct task_struct *p, *t, *reaper; in forget_original_parent() local 733 struct task_struct *p, *n; in exit_notify() local [all …]
|
D | signal.c | 157 #define PENDING(p,b) has_pending_signals(&(p)->signal, (b)) argument 748 static void flush_sigqueue_mask(struct task_struct *p, sigset_t *mask, struct sigpending *s) in flush_sigqueue_mask() 870 static bool prepare_signal(int sig, struct task_struct *p, bool force) in prepare_signal() 945 static inline bool wants_signal(int sig, struct task_struct *p) in wants_signal() 962 static void complete_signal(int sig, struct task_struct *p, enum pid_type type) in complete_signal() 1261 int do_send_sig_info(int sig, struct kernel_siginfo *info, struct task_struct *p, in do_send_sig_info() 1336 int zap_other_threads(struct task_struct *p) in zap_other_threads() 1409 struct task_struct *p, enum pid_type type) in group_send_sig_info() 1430 struct task_struct *p = NULL; in __kill_pgrp_info() local 1452 struct task_struct *p; in kill_pid_info_type() local [all …]
|
/linux-6.14.4/drivers/input/ |
D | mousedev.c | 124 unsigned int code, int value) in mousedev_touchpad_event() 168 unsigned int code, int value) in mousedev_abs_event() 205 unsigned int code, int value) in mousedev_rel_event() 223 unsigned int code, int value) in mousedev_key_event() 265 struct mousedev_motion *p; in mousedev_notify_readers() local 347 unsigned int type, unsigned int code, int value) in mousedev_event() 573 struct mousedev_motion *p = &client->packets[client->tail]; in mousedev_packet() local
|
D | evdev.c | 77 unsigned int code) in __evdev_is_filtered() 634 unsigned int maxlen, void __user *p, int compat) in bits_to_user() 662 unsigned int maxlen, const void __user *p, int compat) in bits_from_user() 701 unsigned int maxlen, void __user *p, int compat) in bits_to_user() 714 unsigned int maxlen, const void __user *p, int compat) in bits_from_user() 735 unsigned int maxlen, void __user *p, int compat) in bits_to_user() 746 unsigned int maxlen, const void __user *p, int compat) in bits_from_user() 762 static int str_to_user(const char *str, unsigned int maxlen, void __user *p) in str_to_user() 778 void __user *p, int compat_mode) in handle_eviocgbit() 800 static int evdev_handle_get_keycode(struct input_dev *dev, void __user *p) in evdev_handle_get_keycode() [all …]
|
/linux-6.14.4/drivers/input/touchscreen/ |
D | mainstone-wm97xx.c | 37 u8 code; /* continuous code */ member 117 u16 x, y, p = 0x100 | WM97XX_ADCSEL_PRES; in wm97xx_acc_pen_down() local
|
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | priv.h | 4 #define nvkm_pmu(p) container_of((p), struct nvkm_pmu, subdev) argument 16 } code; member
|
/linux-6.14.4/net/ipv4/ |
D | ipip.c | 135 const int code = icmp_hdr(skb)->code; in ipip_err() local 341 ipip_tunnel_ctl(struct net_device *dev, struct ip_tunnel_parm_kern *p, int cmd) in ipip_tunnel_ctl() 445 struct ip_tunnel_parm_kern p; in ipip_newlink() local 465 struct ip_tunnel_parm_kern p; in ipip_changelink() local
|
D | ip_gre.c | 143 const int code = icmp_hdr(skb)->code; in ipgre_err() local 233 const int code = icmp_hdr(skb)->code; in gre_err() local 811 struct ip_tunnel_parm_kern *p, in ipgre_tunnel_ctl() 1399 struct ip_tunnel_parm_kern p; in ipgre_newlink() local 1417 struct ip_tunnel_parm_kern p; in erspan_newlink() local 1436 struct ip_tunnel_parm_kern p; in ipgre_changelink() local 1465 struct ip_tunnel_parm_kern p; in erspan_changelink() local 1538 struct ip_tunnel_parm_kern *p = &t->parms; in ipgre_fill_info() local
|
/linux-6.14.4/arch/arm/probes/kprobes/ |
D | opt-arm.c | 152 struct kprobe *p = &op->kp; in optimized_callback() local 184 kprobe_opcode_t *code; in NOKPROBE_SYMBOL() local
|
/linux-6.14.4/drivers/watchdog/ |
D | sb_wdog.c | 175 int __user *p = argp; in sbwdog_ioctl() local 221 static int sbwdog_notify_sys(struct notifier_block *this, unsigned long code, in sbwdog_notify_sys()
|
D | scx200_wdt.c | 118 unsigned long code, void *unused) in scx200_wdt_notify_sys() 159 int __user *p = argp; in scx200_wdt_ioctl() local
|
D | wafer5823wdt.c | 127 int __user *p = argp; in wafwdt_ioctl() local 216 static int wafwdt_notify_sys(struct notifier_block *this, unsigned long code, in wafwdt_notify_sys()
|
D | sbc60xxwdt.c | 224 int __user *p = argp; in fop_ioctl() local 295 static int wdt_notify_sys(struct notifier_block *this, unsigned long code, in wdt_notify_sys()
|
/linux-6.14.4/arch/powerpc/lib/ |
D | test-code-patching.c | 206 void *p, *q; in test_translate_branch() local 352 u32 code[32]; in test_multi_instruction_patching() local
|