Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 125) sorted by last modified time

12345

/linux/net/
H A Dsocket.c3077 SYSCALL_DEFINE2(socketcall, int, call, unsigned long __user *, args) in SYSCALL_DEFINE2() argument
/linux/net/rose/
H A Daf_rose.c270 static struct sock *rose_find_listener(rose_address *addr, ax25_address *call) in rose_find_listener()
/linux/net/ax25/
H A Daf_ax25.c1092 ax25_address call; in ax25_bind() local
/linux/kernel/trace/
H A Dtrace_kprobe.c215 trace_kprobe_primary_from_call(struct trace_event_call *call) in trace_kprobe_primary_from_call()
226 bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry()
235 bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable()
356 static int enable_trace_kprobe(struct trace_event_call *call, in enable_trace_kprobe()
406 static int disable_trace_kprobe(struct trace_event_call *call, in disable_trace_kprobe()
1388 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL() local
1454 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func() local
1593 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func() local
1643 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func() local
1799 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call() local
H A Dtrace_uprobe.c316 trace_uprobe_primary_from_call(struct trace_event_call *call) in trace_uprobe_primary_from_call()
981 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func() local
1116 static int probe_event_enable(struct trace_event_call *call, in probe_event_enable()
1176 static void probe_event_disable(struct trace_event_call *call, in probe_event_disable()
1293 static int uprobe_perf_close(struct trace_event_call *call, in uprobe_perf_close()
1317 static int uprobe_perf_open(struct trace_event_call *call, in uprobe_perf_open()
1371 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func() local
1572 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call() local
H A Dtrace_probe.h216 static inline bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry()
221 static inline bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable()
253 struct trace_event_call call; member
319 trace_probe_primary_from_call(struct trace_event_call *call) in trace_probe_primary_from_call()
H A Dtrace_probe.c1916 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt() local
2008 struct trace_event_call *call; in trace_probe_init() local
2075 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call() local
H A Dtrace_fprobe.c181 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL() local
238 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL() local
279 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fentry_perf_func() local
312 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fexit_perf_func() local
457 static int enable_trace_fprobe(struct trace_event_call *call, in enable_trace_fprobe()
492 static int disable_trace_fprobe(struct trace_event_call *call, in disable_trace_fprobe()
649 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in init_trace_event_call() local
H A Dtrace.c573 int call_filter_check_discard(struct trace_event_call *call, void *rec, in call_filter_check_discard()
2869 struct trace_event_call *call = &event_function; in trace_function() local
2912 struct trace_event_call *call = &event_kernel_stack; in __ftrace_trace_stack() local
3040 struct trace_event_call *call = &event_user_stack; in ftrace_trace_userstack() local
3244 struct trace_event_call *call = &event_bprint; in trace_vbprintk() local
3308 struct trace_event_call *call = &event_print; in __trace_array_vprintk() local
H A Dtrace.h1943 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print) \ argument
1947 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print) \ argument
1950 #define FTRACE_ENTRY_PACKED(call, struct_name, id, tstruct, print) \ argument
H A Dtrace_events_user.c87 struct trace_event_call call; member
973 static struct list_head *user_event_get_fields(struct trace_event_call *call) in user_event_get_fields()
1713 static int user_event_reg(struct trace_event_call *call, in user_event_reg()
H A Dbpf_trace.c111 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf()
/linux/fs/nfsd/
H A Dnfs4callback.c908 #define PROC(proc, call, argtype, restype) \ argument
/linux/net/rxrpc/
H A Daf_rxrpc.c343 struct rxrpc_call *call; in rxrpc_kernel_begin_call() local
401 void rxrpc_kernel_shutdown_call(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_shutdown_call()
427 void rxrpc_kernel_put_call(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_put_call()
442 const struct rxrpc_call *call) in rxrpc_kernel_check_life()
460 u32 rxrpc_kernel_get_epoch(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_get_epoch()
495 void rxrpc_kernel_set_max_life(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_set_max_life()
/linux/kernel/printk/
H A Dprintk.c3700 initcall_t call; in console_init() local
/linux/include/trace/
H A Dbpf_probe.h45 #define __BPF_DECLARE_TRACE(call, proto, args) \ argument
53 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
61 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument
82 #define __CHECK_WRITABLE_BUF_SIZE(call, proto, args, size) \ argument
94 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument
99 #define DEFINE_EVENT(template, call, proto, args) \ argument
107 #define DECLARE_TRACE(call, proto, args) \ argument
112 #define DECLARE_TRACE_WRITABLE(call, proto, args, size) \ argument
/linux/include/trace/events/
H A Dbpf_test_run.h46 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
51 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
/linux/include/net/
H A Dax25.h167 ax25_address call; member
/linux/include/linux/
H A Dtrace_events.h413 static inline bool trace_event_dyn_try_get_ref(struct trace_event_call *call) in trace_event_dyn_try_get_ref()
418 static inline void trace_event_dyn_put_ref(struct trace_event_call *call) in trace_event_dyn_put_ref()
421 static inline bool trace_event_dyn_busy(struct trace_event_call *call) in trace_event_dyn_busy()
428 static inline bool trace_event_try_get_ref(struct trace_event_call *call) in trace_event_try_get_ref()
436 static inline void trace_event_put_ref(struct trace_event_call *call) in trace_event_put_ref()
445 static inline bool bpf_prog_array_valid(struct trace_event_call *call) in bpf_prog_array_valid()
469 trace_event_name(struct trace_event_call *call) in trace_event_name()
782 static inline unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf()
/linux/drivers/net/arcnet/
H A Darcdevice.h99 #define TIME(dev, name, bytes, call) \ argument
/linux/arch/x86/kernel/
H A Dftrace.c502 union text_poke_insn call; in addr_from_call() local
/linux/arch/arc/net/
H A Dbpf_jit_core.c256 bool call; in analyze_reg_usage() local
/linux/kernel/events/
H A Dcore.c10263 struct trace_event_call *call, u64 count, in perf_trace_run_bpf_submit()
/linux/kernel/rcu/
H A Dtasks.h127 #define DEFINE_RCU_TASKS(rt_name, gp, call, n) \ argument
H A Drcutorture.c377 call_rcu_func_t call; member

12345