Home
last modified time | relevance | path

Searched +defs:p +defs:code (Results 1 – 25 of 168) sorted by relevance

1234567

/linux-6.14.4/arch/s390/kernel/
Dirq.c210 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/
Dcrc-t10dif-core.S69 #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/
Dgo7007-fw.c52 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/
Drun-command.c175 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/
Dtraps.c56 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/
Dtrace_probe.c178 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/
Dip6_tunnel.c189 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/
Djvmti_agent.c133 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/
Dtheme_overrides.css32 p { selector
109 code, .rst-content tt, .rst-content code { selector
/linux-6.14.4/tools/testing/selftests/net/
Dreuseport_bpf.c133 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()
Dreuseport_bpf_cpu.c79 struct sock_filter code[] = { in attach_bpf() local
85 struct sock_fprog p = { in attach_bpf() local
/linux-6.14.4/kernel/
Dexit.c125 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 …]
Dsignal.c157 #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/
Dmousedev.c124 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
Devdev.c77 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/
Dmainstone-wm97xx.c37 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/
Dpriv.h4 #define nvkm_pmu(p) container_of((p), struct nvkm_pmu, subdev) argument
16 } code; member
/linux-6.14.4/net/ipv4/
Dipip.c135 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
Dip_gre.c143 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/
Dopt-arm.c152 struct kprobe *p = &op->kp; in optimized_callback() local
184 kprobe_opcode_t *code; in NOKPROBE_SYMBOL() local
/linux-6.14.4/drivers/watchdog/
Dsb_wdog.c175 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()
Dscx200_wdt.c118 unsigned long code, void *unused) in scx200_wdt_notify_sys()
159 int __user *p = argp; in scx200_wdt_ioctl() local
Dwafer5823wdt.c127 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()
Dsbc60xxwdt.c224 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/
Dtest-code-patching.c206 void *p, *q; in test_translate_branch() local
352 u32 code[32]; in test_multi_instruction_patching() local

1234567