/include/linux/ |
D | delayed_call.h | 18 static inline void set_delayed_call(struct delayed_call *call, in set_delayed_call() argument 21 call->fn = fn; in set_delayed_call() 22 call->arg = arg; in set_delayed_call() 25 static inline void do_delayed_call(struct delayed_call *call) in do_delayed_call() argument 27 if (call->fn) in do_delayed_call() 28 call->fn(call->arg); in do_delayed_call() 31 static inline void clear_delayed_call(struct delayed_call *call) in clear_delayed_call() argument 33 call->fn = NULL; in clear_delayed_call()
|
D | trace_events.h | 381 bool trace_event_dyn_try_get_ref(struct trace_event_call *call); 382 void trace_event_dyn_put_ref(struct trace_event_call *call); 383 bool trace_event_dyn_busy(struct trace_event_call *call); 385 static inline bool trace_event_dyn_try_get_ref(struct trace_event_call *call) in trace_event_dyn_try_get_ref() argument 390 static inline void trace_event_dyn_put_ref(struct trace_event_call *call) in trace_event_dyn_put_ref() argument 393 static inline bool trace_event_dyn_busy(struct trace_event_call *call) in trace_event_dyn_busy() argument 400 static inline bool trace_event_try_get_ref(struct trace_event_call *call) in trace_event_try_get_ref() argument 402 if (call->flags & TRACE_EVENT_FL_DYNAMIC) in trace_event_try_get_ref() 403 return trace_event_dyn_try_get_ref(call); in trace_event_try_get_ref() 405 return try_module_get(call->module); in trace_event_try_get_ref() [all …]
|
D | syscalls.h | 1233 asmlinkage long sys_socketcall(int call, unsigned long __user *args); 1260 asmlinkage long sys_ipc(unsigned int call, int first, unsigned long second, 1310 int ksys_ipc(unsigned int call, int first, unsigned long second, 1312 int compat_ksys_ipc(u32 call, int first, int second,
|
D | efi.h | 1079 extern void efi_call_virt_check_flags(unsigned long flags, const char *call);
|
D | compat.h | 897 asmlinkage long compat_sys_socketcall(int call, u32 __user *args);
|
/include/trace/events/ |
D | rxrpc.h | 606 __field(unsigned int, call ) 614 __entry->call = call_debug_id; 622 __entry->call, 735 TP_PROTO(struct rxrpc_call *call), 737 TP_ARGS(call), 740 __field(unsigned int, call ) 747 __entry->call = call->debug_id; 748 __entry->compl = call->completion; 749 __entry->error = call->error; 750 __entry->abort_code = call->abort_code; [all …]
|
D | afs.h | 651 TP_PROTO(struct afs_call *call, struct iov_iter *iter, 654 TP_ARGS(call, iter, want_more, ret), 658 __field(unsigned int, call ) 666 __entry->call = call->debug_id; 667 __entry->state = call->state; 668 __entry->unmarshall = call->unmarshall; 675 __entry->call, 684 TP_PROTO(struct rxrpc_call *rxcall, struct afs_call *call), 686 TP_ARGS(rxcall, call), 689 __field(unsigned int, call ) [all …]
|
D | bpf_test_run.h | 29 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument 30 DEFINE_EVENT_WRITABLE(template, call, PARAMS(proto), \ 34 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument 35 DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args))
|
D | nbd.h | 85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument 86 DEFINE_EVENT_WRITABLE(template, call, PARAMS(proto), \ 90 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument 91 DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args))
|
D | rpcrdma.h | 1326 DEFINE_CALLBACK_EVENT(call);
|
D | sunrpc.h | 262 DEFINE_RPC_STATUS_EVENT(call);
|
/include/trace/ |
D | bpf_probe.h | 80 #define __BPF_DECLARE_TRACE(call, proto, args) \ argument 82 __bpf_trace_##call(void *__data, proto) \ 89 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 90 __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) 97 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument 98 static inline void bpf_test_probe_##call(void) \ 100 check_trace_callback_type_##call(__bpf_trace_##template); \ 102 typedef void (*btf_trace_##call)(void *__data, proto); \ 105 btf_trace_##call handler; \ 106 } __bpf_trace_tp_map_##call __used \ [all …]
|
D | trace_events.h | 246 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 247 struct trace_event_data_offsets_##call { \ 448 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 450 trace_raw_output_##call(struct trace_iterator *iter, int flags, \ 455 struct trace_event_raw_##call *field; \ 468 static struct trace_event_functions trace_event_type_funcs_##call = { \ 469 .trace = trace_raw_output_##call, \ 473 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument 475 trace_raw_output_##call(struct trace_iterator *iter, int flags, \ 484 if (entry->type != event_##call.event.type) { \ [all …]
|
D | perf.h | 54 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 56 perf_trace_##call(void *__data, proto) \ 59 struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ 60 struct trace_event_raw_##call *entry; \ 69 __data_size = trace_event_get_offsets_##call(&__data_offsets, args); \ 102 #define DEFINE_EVENT(template, call, proto, args) \ argument 103 static inline void perf_test_probe_##call(void) \ 105 check_trace_callback_type_##call(perf_trace_##template); \
|
/include/xen/arm/ |
D | hypercall.h | 44 long privcmd_call(unsigned call, unsigned long a1,
|
/include/linux/netfilter/ |
D | nfnetlink.h | 27 int (*call)(struct sk_buff *skb, const struct nfnl_info *info, member
|
/include/net/ |
D | ax25.h | 165 ax25_address call; member
|