Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 1610) sorted by relevance

12345678910>>...65

/linux-6.3-rc2/mm/
A Ddebug_vm_pgtable.c120 static void __init pte_advanced_tests(struct pgtable_debug_args *args) in pte_advanced_tests()
278 static void __init pmd_leaf_tests(struct pgtable_debug_args *args) in pmd_leaf_tests()
401 static void __init pud_leaf_tests(struct pgtable_debug_args *args) in pud_leaf_tests()
431 static void __init pmd_huge_tests(struct pgtable_debug_args *args) in pmd_huge_tests()
451 static void __init pud_huge_tests(struct pgtable_debug_args *args) in pud_huge_tests()
845 static void __init pte_swap_tests(struct pgtable_debug_args *args) in pte_swap_tests()
945 static void __init pmd_thp_tests(struct pgtable_debug_args *args) in pmd_thp_tests()
974 static void __init pud_thp_tests(struct pgtable_debug_args *args) in pud_thp_tests()
1013 static void __init destroy_args(struct pgtable_debug_args *args) in destroy_args()
1181 static int __init init_args(struct pgtable_debug_args *args) in init_args()
[all …]
/linux-6.3-rc2/fs/btrfs/
A Dmessages.h17 #define btrfs_printk(fs_info, fmt, args...) \ argument
26 #define btrfs_printk(fs_info, fmt, args...) \ argument
30 #define btrfs_emerg(fs_info, fmt, args...) \ argument
32 #define btrfs_alert(fs_info, fmt, args...) \ argument
34 #define btrfs_crit(fs_info, fmt, args...) \ argument
36 #define btrfs_err(fs_info, fmt, args...) \ argument
38 #define btrfs_warn(fs_info, fmt, args...) \ argument
40 #define btrfs_notice(fs_info, fmt, args...) \ argument
42 #define btrfs_info(fs_info, fmt, args...) \ argument
113 #define btrfs_debug(fs_info, fmt, args...) \ argument
[all …]
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_attr.c225 struct xfs_da_args *args) in xfs_attr_get_ilocked()
257 struct xfs_da_args *args) in xfs_attr_get()
286 struct xfs_da_args *args, in xfs_attr_calc_size()
320 struct xfs_da_args *args, in xfs_init_attr_trans()
347 struct xfs_da_args *args) in xfs_attr_try_sf_addname()
564 struct xfs_da_args *args, in xfs_attr_leaf_mark_incomplete()
672 struct xfs_da_args *args) in xfs_attr_leaf_shrink()
855 struct xfs_da_args *args) in xfs_attr_lookup()
885 struct xfs_da_args *args, in xfs_attr_intent_init()
903 struct xfs_da_args *args) in xfs_attr_defer_add()
[all …]
/linux-6.3-rc2/drivers/net/wireless/marvell/libertas_tf/
A Ddeb_defs.h49 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) \ argument
53 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) argument
58 #define lbtf_deb_enter_args(grp, fmt, args...) \ argument
62 #define lbtf_deb_leave_args(grp, fmt, args...) \ argument
66 #define lbtf_deb_net(fmt, args...) LBTF_DEB_LL(LBTF_DEB_NET, " net", fmt, ##args) argument
73 #define lbtf_deb_11d(fmt, args...) LBTF_DEB_LL(LBTF_DEB_11D, " 11d", fmt, ##args) argument
77 #define lbtf_deb_cmd(fmt, args...) LBTF_DEB_LL(LBTF_DEB_CMD, " cmd", fmt, ##args) argument
78 #define lbtf_deb_rx(fmt, args...) LBTF_DEB_LL(LBTF_DEB_RX, " rx", fmt, ##args) argument
79 #define lbtf_deb_tx(fmt, args...) LBTF_DEB_LL(LBTF_DEB_TX, " tx", fmt, ##args) argument
80 #define lbtf_deb_fw(fmt, args...) LBTF_DEB_LL(LBTF_DEB_FW, " fw", fmt, ##args) argument
[all …]
/linux-6.3-rc2/arch/sparc/prom/
A Dmisc_64.c23 unsigned long args[5]; in prom_service_exists() local
41 unsigned long args[3]; in prom_sun4v_guest_soft_state() local
54 unsigned long args[4]; in prom_reboot() local
71 unsigned long args[5]; in prom_feval() local
90 unsigned long args[3]; in prom_cmdline() local
117 unsigned long args[3]; in prom_halt() local
133 unsigned long args[3]; in prom_halt_power_off() local
206 unsigned long args[9]; in tlb_load() local
265 unsigned long args[7]; in prom_unmap() local
345 unsigned long args[3]; in prom_sleepself() local
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/
A Ddebug.h27 #define gvt_err(fmt, args...) \ argument
30 #define gvt_vgpu_err(fmt, args...) \ argument
38 #define gvt_dbg_core(fmt, args...) \ argument
41 #define gvt_dbg_irq(fmt, args...) \ argument
44 #define gvt_dbg_mm(fmt, args...) \ argument
47 #define gvt_dbg_mmio(fmt, args...) \ argument
50 #define gvt_dbg_dpy(fmt, args...) \ argument
53 #define gvt_dbg_el(fmt, args...) \ argument
56 #define gvt_dbg_sched(fmt, args...) \ argument
59 #define gvt_dbg_render(fmt, args...) \ argument
[all …]
/linux-6.3-rc2/drivers/media/usb/dvb-usb/
A Ddvb-usb-common.h18 #define deb_info(args...) dprintk(dvb_usb_debug,0x001,args) argument
19 #define deb_xfer(args...) dprintk(dvb_usb_debug,0x002,args) argument
20 #define deb_pll(args...) dprintk(dvb_usb_debug,0x004,args) argument
21 #define deb_ts(args...) dprintk(dvb_usb_debug,0x008,args) argument
22 #define deb_err(args...) dprintk(dvb_usb_debug,0x010,args) argument
23 #define deb_rc(args...) dprintk(dvb_usb_debug,0x020,args) argument
24 #define deb_fw(args...) dprintk(dvb_usb_debug,0x040,args) argument
25 #define deb_mem(args...) dprintk(dvb_usb_debug,0x080,args) argument
26 #define deb_uxfer(args...) dprintk(dvb_usb_debug,0x100,args) argument
/linux-6.3-rc2/drivers/media/common/b2c2/
A Dflexcop.h17 #define dprintk(level, args...) \ argument
20 #define dprintk(level, args...) no_printk(args) argument
23 #define deb_info(args...) dprintk(0x01, args) argument
24 #define deb_tuner(args...) dprintk(0x02, args) argument
25 #define deb_i2c(args...) dprintk(0x04, args) argument
26 #define deb_ts(args...) dprintk(0x08, args) argument
27 #define deb_sram(args...) dprintk(0x10, args) argument
28 #define deb_rdump(args...) dprintk(0x20, args) argument
29 #define deb_i2c_dump(args...) dprintk(0x40, args) argument
/linux-6.3-rc2/include/linux/
A Dtracepoint.h107 #define PARAMS(args...) args argument
147 #define TP_PROTO(args...) args argument
148 #define TP_ARGS(args...) args argument
149 #define TP_CONDITION(args...) args argument
165 #define __DO_TRACE_CALL(name, args) \ argument
195 #define __DO_TRACE(name, args, cond, rcuidle) \ argument
338 #define DEFINE_TRACE(name, proto, args) \ argument
379 #define DEFINE_TRACE(name, proto, args) argument
429 #define DECLARE_TRACE(name, proto, args) \ argument
559 args, cond) \ argument
[all …]
/linux-6.3-rc2/drivers/accel/habanalabs/common/
A Dhabanalabs_ioctl.c31 static int device_status_info(struct hl_device *hdev, struct hl_info_args *args) in device_status_info()
46 static int hw_ip_info(struct hl_device *hdev, struct hl_info_args *args) in hw_ip_info()
116 struct hl_info_args *args) in hw_events_info()
134 static int events_info(struct hl_fpriv *hpriv, struct hl_info_args *args) in events_info()
175 static int hw_idle(struct hl_device *hdev, struct hl_info_args *args) in hw_idle()
277 static int get_clk_rate(struct hl_device *hdev, struct hl_info_args *args) in get_clk_rate()
462 struct hl_info_args *args) in total_energy_consumption_info()
501 static int power_info(struct hl_fpriv *hpriv, struct hl_info_args *args) in power_info()
608 static int razwi_info(struct hl_fpriv *hpriv, struct hl_info_args *args) in razwi_info()
885 struct hl_info_args *args = data; in _hl_info_ioctl() local
[all …]
/linux-6.3-rc2/tools/lib/bpf/
A Dusdt.bpf.h58 struct __bpf_usdt_arg_spec args[BPF_USDT_MAX_ARG_CNT]; member
218 #define ___bpf_usdt_args2(x, args...) ___bpf_usdt_args1(args), ({ long _x; bpf_usdt_arg(ctx, 1, &_x… argument
219 #define ___bpf_usdt_args3(x, args...) ___bpf_usdt_args2(args), ({ long _x; bpf_usdt_arg(ctx, 2, &_x… argument
220 #define ___bpf_usdt_args4(x, args...) ___bpf_usdt_args3(args), ({ long _x; bpf_usdt_arg(ctx, 3, &_x… argument
221 #define ___bpf_usdt_args5(x, args...) ___bpf_usdt_args4(args), ({ long _x; bpf_usdt_arg(ctx, 4, &_x… argument
222 #define ___bpf_usdt_args6(x, args...) ___bpf_usdt_args5(args), ({ long _x; bpf_usdt_arg(ctx, 5, &_x… argument
223 #define ___bpf_usdt_args7(x, args...) ___bpf_usdt_args6(args), ({ long _x; bpf_usdt_arg(ctx, 6, &_x… argument
224 #define ___bpf_usdt_args8(x, args...) ___bpf_usdt_args7(args), ({ long _x; bpf_usdt_arg(ctx, 7, &_x… argument
225 #define ___bpf_usdt_args9(x, args...) ___bpf_usdt_args8(args), ({ long _x; bpf_usdt_arg(ctx, 8, &_x… argument
229 #define ___bpf_usdt_args(args...) ___bpf_apply(___bpf_usdt_args, ___bpf_narg(args))(args) argument
[all …]
A Dbpf_tracing.h663 #define BPF_PROG(name, args...) \ argument
718 #define ___bpf_ctx_arg0(n, args...) argument
735 #define ___bpf_ctx_decl2(t, x, args...) , t x ___bpf_ctx_decl1(args) argument
736 #define ___bpf_ctx_decl3(t, x, args...) , t x ___bpf_ctx_decl2(args) argument
737 #define ___bpf_ctx_decl4(t, x, args...) , t x ___bpf_ctx_decl3(args) argument
773 #define BPF_PROG2(name, args...) \ argument
807 #define BPF_KPROBE(name, args...) \ argument
831 #define BPF_KRETPROBE(name, args...) \ argument
890 #define BPF_KSYSCALL(name, args...) \ argument
917 #define BPF_UPROBE(name, args...) BPF_KPROBE(name, ##args) argument
[all …]
/linux-6.3-rc2/include/trace/
A Dtrace_events.h39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
61 #define DEFINE_EVENT(template, name, proto, args) \ argument
66 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
70 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
75 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
81 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
121 #define DEFINE_EVENT(template, name, proto, args) argument
124 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
248 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
413 #define DEFINE_EVENT(template, call, proto, args) \ argument
[all …]
A Dtrace_custom_events.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \ argument
41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
51 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) \ argument
62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
68 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
77 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
108 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
140 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
175 #define DEFINE_CUSTOM_EVENT(template, call, proto, args) \ argument
[all …]
A Ddefine_trace.h27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
40 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
45 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
50 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument
53 #define DEFINE_EVENT_NOP(template, name, proto, args) argument
56 #define DEFINE_EVENT(template, name, proto, args) \ argument
60 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
68 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
72 #define DECLARE_TRACE(name, proto, args) \ argument
[all …]
/linux-6.3-rc2/include/net/
A Dnet_debug.h55 #define netdev_dbg(__dev, format, args...) \ argument
60 #define netdev_dbg(__dev, format, args...) \ argument
63 #define netdev_dbg(__dev, format, args...) \ argument
74 #define netdev_vdbg(dev, format, args...) \ argument
96 #define netif_emerg(priv, type, dev, fmt, args...) \ argument
98 #define netif_alert(priv, type, dev, fmt, args...) \ argument
100 #define netif_crit(priv, type, dev, fmt, args...) \ argument
102 #define netif_err(priv, type, dev, fmt, args...) \ argument
104 #define netif_warn(priv, type, dev, fmt, args...) \ argument
106 #define netif_notice(priv, type, dev, fmt, args...) \ argument
[all …]
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dsyscall.c6 struct args { struct
18 struct args ctx = { in test_syscall() argument
/linux-6.3-rc2/fs/cachefiles/
A Ddaemon.c283 char *data, *args, *cp; in cachefiles_daemon_write() local
382 char *args) in cachefiles_daemon_range_error()
393 static int cachefiles_daemon_frun(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_frun()
417 static int cachefiles_daemon_fcull(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_fcull()
441 static int cachefiles_daemon_fstop(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_fstop()
465 static int cachefiles_daemon_brun(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_brun()
489 static int cachefiles_daemon_bcull(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_bcull()
537 static int cachefiles_daemon_dir(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_dir()
593 static int cachefiles_daemon_tag(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_tag()
619 static int cachefiles_daemon_cull(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_cull()
[all …]
/linux-6.3-rc2/drivers/mfd/
A Dsi476x-cmd.c259 const u8 args[], in si476x_core_send_command()
350 struct si476x_rsq_status_args args = { in si476x_cmd_clear_stc() local
374 const uint8_t args[], size_t argn, in si476x_cmd_tune_seek_freq()
439 const u8 args[CMD_SET_PROPERTY_NARGS] = { in si476x_core_cmd_set_property() local
466 const u8 args[CMD_GET_PROPERTY_NARGS] = { in si476x_core_cmd_get_property() local
576 const u8 args[CMD_ZIF_PIN_CFG_NARGS] = { in si476x_core_cmd_zif_pin_cfg() local
699 const u8 args[CMD_INTB_PIN_CFG_NARGS] = { in si476x_core_cmd_intb_pin_cfg_a10() local
715 const u8 args[CMD_INTB_PIN_CFG_NARGS] = { in si476x_core_cmd_intb_pin_cfg_a20() local
1070 const u8 args[CMD_POWER_UP_A10_NARGS] = { in si476x_core_cmd_power_up_a10() local
1492 struct si476x_tune_freq_args *args) in si476x_core_cmd_fm_tune_freq()
[all …]
/linux-6.3-rc2/drivers/block/drbd/
A Ddrbd_polymorph_printk.h54 #define __drbd_printk_if_same_type(obj, struct_name, level, fmt, args...) \ argument
63 #define drbd_printk(level, obj, fmt, args...) \ argument
74 #define __drbd_dyn_dbg_if_same_type(obj, struct_name, fmt, args...) \ argument
86 #define dynamic_drbd_dbg(obj, fmt, args...) \ argument
97 #define drbd_emerg(device, fmt, args...) \ argument
99 #define drbd_alert(device, fmt, args...) \ argument
101 #define drbd_crit(device, fmt, args...) \ argument
103 #define drbd_err(device, fmt, args...) \ argument
105 #define drbd_warn(device, fmt, args...) \ argument
107 #define drbd_notice(device, fmt, args...) \ argument
[all …]
/linux-6.3-rc2/fs/nfs/
A Dcallback_proc.c31 struct cb_getattrargs *args = argp; in nfs4_callback_getattr() local
81 struct cb_recallargs *args = argp; in nfs4_callback_recall() local
245 struct cb_layoutrecallargs *args) in initiate_file_draining()
315 struct cb_layoutrecallargs *args) in initiate_bulk_draining()
349 struct cb_layoutrecallargs args; in pnfs_recall_all_layouts() local
403 const struct cb_sequenceargs * args) in validate_seqid()
491 struct cb_sequenceargs *args = argp; in nfs4_callback_sequence() local
595 struct cb_recallanyargs *args = argp; in nfs4_callback_recallany() local
642 struct cb_recallslotargs *args = argp; in nfs4_callback_recallslot() local
685 struct cb_offloadargs *args) in nfs4_copy_cb_args()
[all …]
/linux-6.3-rc2/drivers/net/wireless/marvell/libertas/
A Ddefs.h51 #define LBS_DEB_LL(grp, grpnam, fmt, args...) \ argument
55 #define LBS_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) argument
58 #define lbs_deb_main(fmt, args...) LBS_DEB_LL(LBS_DEB_MAIN, " main", fmt, ##args) argument
59 #define lbs_deb_net(fmt, args...) LBS_DEB_LL(LBS_DEB_NET, " net", fmt, ##args) argument
66 #define lbs_deb_11d(fmt, args...) LBS_DEB_LL(LBS_DEB_11D, " 11d", fmt, ##args) argument
70 #define lbs_deb_cmd(fmt, args...) LBS_DEB_LL(LBS_DEB_CMD, " cmd", fmt, ##args) argument
71 #define lbs_deb_rx(fmt, args...) LBS_DEB_LL(LBS_DEB_RX, " rx", fmt, ##args) argument
72 #define lbs_deb_tx(fmt, args...) LBS_DEB_LL(LBS_DEB_TX, " tx", fmt, ##args) argument
73 #define lbs_deb_fw(fmt, args...) LBS_DEB_LL(LBS_DEB_FW, " fw", fmt, ##args) argument
74 #define lbs_deb_usb(fmt, args...) LBS_DEB_LL(LBS_DEB_USB, " usb", fmt, ##args) argument
[all …]
/linux-6.3-rc2/drivers/scsi/libfc/
A Dfc_libfc.h30 #define FC_LIBFC_DBG(fmt, args...) \ argument
34 #define FC_LPORT_DBG(lport, fmt, args...) \ argument
40 #define FC_DISC_DBG(disc, fmt, args...) \ argument
46 #define FC_RPORT_ID_DBG(lport, port_id, fmt, args...) \ argument
52 #define FC_RPORT_DBG(rdata, fmt, args...) \ argument
55 #define FC_FCP_DBG(pkt, fmt, args...) \ argument
73 #define FC_EXCH_DBG(exch, fmt, args...) \ argument
79 #define FC_SCSI_DBG(lport, fmt, args...) \ argument
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_self_test.c52 static int peq(struct st_pred_args *args) in peq()
57 static int pneq(struct st_pred_args *args) in pneq()
62 static int pand_neq(struct st_pred_args *args) in pand_neq()
67 static int pand_neq_x2(struct st_pred_args *args) in pand_neq_x2()
73 static int pneq_err(struct st_pred_args *args) in pneq_err()
78 static int pgt(struct st_pred_args *args) in pgt()
83 static int pneq_r2(struct st_pred_args *args) in pneq_r2()
88 static int plt_sub_r2(struct st_pred_args *args) in plt_sub_r2()
93 static int pne_sub_r2(struct st_pred_args *args) in pne_sub_r2()
98 static int prsh_and_neq(struct st_pred_args *args) in prsh_and_neq()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvif/
A Doutp.c32 struct nvif_outp_dp_mst_vcpi_v0 args; in nvif_outp_dp_mst_vcpi() local
60 struct nvif_outp_dp_aux_pwr_v0 args; in nvif_outp_dp_aux_pwr() local
77 } args; in nvif_outp_hda_eld() local
93 nvif_outp_infoframe(struct nvif_outp *outp, u8 type, struct nvif_outp_infoframe_v0 *args, u32 size) in nvif_outp_infoframe()
113 nvif_outp_acquire(struct nvif_outp *outp, u8 proto, struct nvif_outp_acquire_v0 *args) in nvif_outp_acquire()
133 struct nvif_outp_acquire_v0 args; in nvif_outp_acquire_dp() local
152 struct nvif_outp_acquire_v0 args; in nvif_outp_acquire_lvds() local
169 struct nvif_outp_acquire_v0 args; in nvif_outp_acquire_tmds() local
191 struct nvif_outp_acquire_v0 args; in nvif_outp_acquire_rgb_crt() local
202 struct nvif_outp_load_detect_v0 args; in nvif_outp_load_detect() local
[all …]

Completed in 85 milliseconds

12345678910>>...65