Searched refs:nargs (Results 1 – 5 of 5) sorted by relevance
/include/trace/events/ |
D | xen.h | 37 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/ |
D | audit.h | 389 extern int __audit_socketcall(int nargs, unsigned long *args); 428 static inline int audit_socketcall(int nargs, unsigned long *args) in audit_socketcall() argument 431 return __audit_socketcall(nargs, args); in audit_socketcall() 435 static inline int audit_socketcall_compat(int nargs, u32 *args) in audit_socketcall_compat() argument 443 for (i = 0; i < nargs; i++) in audit_socketcall_compat() 445 return __audit_socketcall(nargs, a); in audit_socketcall_compat() 609 static inline int audit_socketcall(int nargs, unsigned long *args) in audit_socketcall() argument 614 static inline int audit_socketcall_compat(int nargs, u32 *args) in audit_socketcall_compat() argument
|
D | fwnode.h | 85 unsigned int nargs; member 141 unsigned int nargs, unsigned int index,
|
D | property.h | 76 unsigned int nargs, unsigned int index, 253 unsigned int nargs; member 260 .nargs = ARRAY_SIZE(((u64[]){ 0, ##__VA_ARGS__ })) - 1, \
|
/include/net/ |
D | tcp.h | 2299 static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args) in tcp_call_bpf() argument 2312 if (nargs > 0) in tcp_call_bpf() 2313 memcpy(sock_ops.args, args, nargs * sizeof(*args)); in tcp_call_bpf() 2339 static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args) in tcp_call_bpf() argument
|