/Linux-v6.6/drivers/thunderbolt/ |
D | tb.h | 688 #define tb_err(tb, fmt, arg...) dev_err(&(tb)->nhi->pdev->dev, fmt, ## arg) argument 689 #define tb_WARN(tb, fmt, arg...) dev_WARN(&(tb)->nhi->pdev->dev, fmt, ## arg) argument 690 #define tb_warn(tb, fmt, arg...) dev_warn(&(tb)->nhi->pdev->dev, fmt, ## arg) argument 691 #define tb_info(tb, fmt, arg...) dev_info(&(tb)->nhi->pdev->dev, fmt, ## arg) argument 692 #define tb_dbg(tb, fmt, arg...) dev_dbg(&(tb)->nhi->pdev->dev, fmt, ## arg) argument 694 #define __TB_SW_PRINT(level, sw, fmt, arg...) \ argument 700 #define tb_sw_WARN(sw, fmt, arg...) __TB_SW_PRINT(tb_WARN, sw, fmt, ##arg) argument 701 #define tb_sw_warn(sw, fmt, arg...) __TB_SW_PRINT(tb_warn, sw, fmt, ##arg) argument 702 #define tb_sw_info(sw, fmt, arg...) __TB_SW_PRINT(tb_info, sw, fmt, ##arg) argument 703 #define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg) argument [all …]
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | btf_type_tag_percpu.c | 18 int BPF_PROG(test_percpu1, struct bpf_testmod_btf_type_tag_1 *arg) in BPF_PROG() 25 int BPF_PROG(test_percpu2, struct bpf_testmod_btf_type_tag_2 *arg) in BPF_PROG()
|
/Linux-v6.6/fs/ext2/ |
D | ioctl.c | 54 long ext2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ext2_ioctl() 144 long ext2_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ext2_compat_ioctl()
|
/Linux-v6.6/drivers/input/serio/ |
D | i8042.h | 63 #define dbg(format, arg...) \ argument 82 #define dbg(format, arg...) \ argument
|
/Linux-v6.6/drivers/usb/typec/ |
D | port-mapper.c | 42 struct each_port_arg *arg = data; in typec_port_match() local 57 struct each_port_arg arg = { .port = con, .match = NULL }; in typec_link_ports() local
|
/Linux-v6.6/drivers/dma-buf/ |
D | sync_file.c | 208 unsigned long arg) in sync_file_ioctl_merge() 280 unsigned long arg) in sync_file_ioctl_fence_info() 351 unsigned long arg) in sync_file_ioctl()
|
/Linux-v6.6/drivers/gpu/drm/i915/selftests/ |
D | i915_perf.c | 146 static int live_sanitycheck(void *arg) in live_sanitycheck() 197 static int live_noa_delay(void *arg) in live_noa_delay() 289 static int live_noa_gpr(void *arg) in live_noa_gpr()
|
/Linux-v6.6/drivers/gpu/drm/arm/ |
D | hdlcd_drv.c | 41 static irqreturn_t hdlcd_irq(int irq, void *arg) in hdlcd_irq() 194 static int hdlcd_show_underrun_count(struct seq_file *m, void *arg) in hdlcd_show_underrun_count() 207 static int hdlcd_show_pxlclock(struct seq_file *m, void *arg) in hdlcd_show_pxlclock()
|
/Linux-v6.6/tools/testing/selftests/mm/ |
D | uffd-stress.c | 91 static void *locking_thread(void *arg) in locking_thread() 130 static void *uffd_read_thread(void *arg) in uffd_read_thread() 147 static void *background_thread(void *arg) in background_thread()
|
/Linux-v6.6/scripts/gdb/linux/ |
D | device.py | 103 def invoke(self, arg, from_tty): argument 123 def invoke(self, arg, from_tty): argument 141 def invoke(self, arg, from_tty): argument
|
D | modules.py | 70 def invoke(self, arg, from_tty): argument 114 def invoke(self, arg, from_tty): argument
|
/Linux-v6.6/drivers/pci/hotplug/ |
D | cpci_hotplug_core.c | 32 #define dbg(format, arg...) \ argument 38 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg) argument 39 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg) argument 40 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) argument
|
/Linux-v6.6/drivers/tty/ |
D | tty_ioctl.c | 456 static int set_termios(struct tty_struct *tty, void __user *arg, int opt) in set_termios() 775 int tty_mode_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) in tty_mode_ioctl() 905 static int __tty_perform_flush(struct tty_struct *tty, unsigned long arg) in __tty_perform_flush() 931 int tty_perform_flush(struct tty_struct *tty, unsigned long arg) in tty_perform_flush() 947 unsigned long arg) in n_tty_ioctl_helper()
|
/Linux-v6.6/fs/gfs2/ |
D | lock_dlm.c | 119 static void gdlm_ast(void *arg) in gdlm_ast() 170 static void gdlm_bast(void *arg, int mode) in gdlm_bast() 503 static void sync_wait_cb(void *arg) in sync_wait_cb() 1120 static void gdlm_recover_prep(void *arg) in gdlm_recover_prep() 1145 static void gdlm_recover_slot(void *arg, struct dlm_slot *slot) in gdlm_recover_slot() 1174 static void gdlm_recover_done(void *arg, struct dlm_slot *slots, int num_slots, in gdlm_recover_done()
|
/Linux-v6.6/drivers/tee/optee/ |
D | ffa_abi.c | 46 static void rh_free_fn(void *ptr, void *arg) in rh_free_fn() 428 struct optee_msg_arg *arg) in handle_ffa_rpc_func_cmd_shm_alloc() 468 struct optee_msg_arg *arg) in handle_ffa_rpc_func_cmd_shm_free() 498 struct optee_msg_arg *arg) in handle_ffa_rpc_func_cmd() 514 u32 cmd, struct optee_msg_arg *arg) in optee_handle_ffa_rpc() 623 struct optee_msg_arg *arg; in optee_ffa_do_call_with_arg() local
|
/Linux-v6.6/kernel/ |
D | torture.c | 339 torture_onoff(void *arg) in torture_onoff() 558 static int torture_shuffle(void *arg) in torture_shuffle() 631 static int torture_shutdown(void *arg) in torture_shutdown() 765 static int torture_stutter(void *arg) in torture_stutter() 937 int _torture_create_kthread(int (*fn)(void *arg), void *arg, char *s, char *m, in _torture_create_kthread()
|
/Linux-v6.6/fs/nfs/ |
D | nfs3proc.c | 130 struct nfs3_sattrargs arg = { in nfs3_proc_setattr() local 160 struct nfs3_diropargs arg = { in __nfs3_proc_lookup() local 227 struct nfs3_accessargs arg = { in nfs3_proc_access() local 292 } arg; member 435 struct nfs_removeargs arg = { in nfs3_proc_remove() local 515 struct nfs3_linkargs arg = { in nfs3_proc_link() local 630 struct nfs3_diropargs arg = { in nfs3_proc_rmdir() local 668 struct nfs3_readdirargs arg = { in nfs3_proc_readdir() local
|
/Linux-v6.6/drivers/block/ |
D | loop.c | 566 unsigned int arg) in loop_change_fd() 1400 loop_set_status_old(struct loop_device *lo, const struct loop_info __user *arg) in loop_set_status_old() 1412 loop_set_status64(struct loop_device *lo, const struct loop_info64 __user *arg) in loop_set_status64() 1422 loop_get_status_old(struct loop_device *lo, struct loop_info __user *arg) { in loop_get_status_old() 1439 loop_get_status64(struct loop_device *lo, struct loop_info64 __user *arg) { in loop_get_status64() 1465 static int loop_set_dio(struct loop_device *lo, unsigned long arg) in loop_set_dio() 1479 static int loop_set_block_size(struct loop_device *lo, unsigned long arg) in loop_set_block_size() 1507 unsigned long arg) in lo_simple_ioctl() 1532 unsigned int cmd, unsigned long arg) in lo_ioctl() 1613 loop_info64_from_compat(const struct compat_loop_info __user *arg, in loop_info64_from_compat() [all …]
|
/Linux-v6.6/tools/perf/ |
D | builtin-trace.c | 121 struct syscall_arg_fmt arg[RAW_SYSCALL_ARGS_NUM]; member 526 struct syscall_arg *arg) in __syscall_arg__scnprintf_strarray() 532 struct syscall_arg *arg) in syscall_arg__scnprintf_strarray() 539 bool syscall_arg__strtoul_strarray(char *bf, size_t size, struct syscall_arg *arg, u64 *ret) in syscall_arg__strtoul_strarray() 544 bool syscall_arg__strtoul_strarray_flags(char *bf, size_t size, struct syscall_arg *arg, u64 *ret) in syscall_arg__strtoul_strarray_flags() 549 bool syscall_arg__strtoul_strarrays(char *bf, size_t size, struct syscall_arg *arg, u64 *ret) in syscall_arg__strtoul_strarrays() 554 size_t syscall_arg__scnprintf_strarray_flags(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_strarray_flags() 650 struct syscall_arg *arg) in syscall_arg__scnprintf_strarrays() 660 struct syscall_arg *arg) in syscall_arg__scnprintf_fd_at() 678 size_t syscall_arg__scnprintf_hex(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_hex() [all …]
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | map_lock.c | 5 static void *spin_lock_thread(void *arg) in spin_lock_thread() 21 static void *parallel_map_access(void *arg) in parallel_map_access()
|
/Linux-v6.6/tools/perf/trace/beauty/ |
D | seccomp.c | 9 static size_t syscall_arg__scnprintf_seccomp_op(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_seccomp_op() 34 struct syscall_arg *arg) in syscall_arg__scnprintf_seccomp_flags()
|
/Linux-v6.6/drivers/media/dvb-frontends/ |
D | lnbp22.c | 27 #define dprintk(lvl, arg...) if (debug >= (lvl)) printk(arg) argument 66 static int lnbp22_enable_high_lnb_voltage(struct dvb_frontend *fe, long arg) in lnbp22_enable_high_lnb_voltage()
|
/Linux-v6.6/drivers/gpu/drm/i915/gt/ |
D | selftest_rps.c | 219 int live_rps_clock_interval(void *arg) in live_rps_clock_interval() 371 int live_rps_control(void *arg) in live_rps_control() 601 int live_rps_frequency_cs(void *arg) in live_rps_frequency_cs() 740 int live_rps_frequency_srm(void *arg) in live_rps_frequency_srm() 1018 int live_rps_interrupt(void *arg) in live_rps_interrupt() 1128 int live_rps_power(void *arg) in live_rps_power() 1232 int live_rps_dynamic(void *arg) in live_rps_dynamic()
|
D | selftest_engine_cs.c | 131 static int perf_mi_bb_start(void *arg) in perf_mi_bb_start() 258 static int perf_mi_noop(void *arg) in perf_mi_noop() 386 static int intel_mmio_bases_check(void *arg) in intel_mmio_bases_check()
|
/Linux-v6.6/drivers/infiniband/hw/hfi1/ |
D | vnic.h | 98 #define v_dbg(format, arg...) \ argument 100 #define v_err(format, arg...) \ argument 102 #define v_info(format, arg...) \ argument
|