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 | 407 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
|
| D | fwnode.h | 109 unsigned int nargs; member 168 unsigned int nargs, unsigned int index,
|
| D | property.h | 137 unsigned int nargs, unsigned int index, 337 unsigned int nargs; member 344 .nargs = COUNT_ARGS(__VA_ARGS__), \
|
| /include/net/ |
| D | tcp.h | 2662 static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args) in tcp_call_bpf() argument 2675 if (nargs > 0) in tcp_call_bpf() 2676 memcpy(sock_ops.args, args, nargs * sizeof(*args)); in tcp_call_bpf() 2702 static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args) in tcp_call_bpf() argument
|