Home
last modified time | relevance | path

Searched refs:nargs (Results 1 – 6 of 6) sorted by relevance

/include/linux/spi/offload/
A Dprovider.h23 enum spi_offload_trigger_type type, u64 *args, u32 nargs);
25 enum spi_offload_trigger_type type, u64 *args, u32 nargs);
/include/trace/events/
A Dxen.h37 TP_PROTO(struct multicall_entry *mc, unsigned nargs),
38 TP_ARGS(mc, nargs),
41 __field(unsigned int, nargs)
45 __entry->nargs = nargs;
46 memcpy(__entry->args, mc->args, sizeof(ulong) * nargs);
47 memset(__entry->args + nargs, 0, sizeof(ulong) * (6 - nargs));
/include/linux/
A Daudit.h407 extern int __audit_socketcall(int nargs, unsigned long *args);
447 static inline int audit_socketcall(int nargs, unsigned long *args) in audit_socketcall() argument
450 return __audit_socketcall(nargs, args); in audit_socketcall()
454 static inline int audit_socketcall_compat(int nargs, u32 *args) in audit_socketcall_compat() argument
462 for (i = 0; i < nargs; i++) in audit_socketcall_compat()
464 return __audit_socketcall(nargs, a); in audit_socketcall_compat()
638 static inline int audit_socketcall(int nargs, unsigned long *args) in audit_socketcall() argument
643 static inline int audit_socketcall_compat(int nargs, u32 *args) in audit_socketcall_compat() argument
A Dfwnode.h109 unsigned int nargs; member
171 unsigned int nargs, unsigned int index,
A Dproperty.h141 unsigned int nargs, unsigned int index,
354 unsigned int nargs; member
361 .nargs = COUNT_ARGS(__VA_ARGS__), \
/include/net/
A Dtcp.h2715 static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args) in tcp_call_bpf() argument
2729 if (nargs > 0) in tcp_call_bpf()
2730 memcpy(sock_ops.args, args, nargs * sizeof(*args)); in tcp_call_bpf()
2756 static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args) in tcp_call_bpf() argument

Completed in 19 milliseconds