Home
last modified time | relevance | path

Searched defs:call (Results 26 – 50 of 154) sorted by relevance

1234567

/openbmc/linux/include/trace/events/
H A Dbpf_test_run.h29 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
34 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
H A Dnbd.h85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
90 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod-events.h39 #define BPF_TESTMOD_DECLARE_TRACE(call, proto, args, size) \ argument
42 #define BPF_TESTMOD_DECLARE_TRACE(call, proto, args, size) \ argument
/openbmc/linux/net/rxrpc/
H A Dconn_client.c73 static struct rxrpc_bundle *rxrpc_alloc_bundle(struct rxrpc_call *call, in rxrpc_alloc_bundle()
243 int rxrpc_look_up_bundle(struct rxrpc_call *call, gfp_t gfp) in rxrpc_look_up_bundle()
408 struct rxrpc_call *call = list_entry(bundle->waiting_calls.next, in rxrpc_activate_one_channel() local
501 struct rxrpc_call *call; in rxrpc_connect_client_calls() local
522 void rxrpc_expose_client_call(struct rxrpc_call *call) in rxrpc_expose_client_call()
562 void rxrpc_disconnect_client_call(struct rxrpc_bundle *bundle, struct rxrpc_call *call) in rxrpc_disconnect_client_call()
H A Drxkad.c148 static int rxkad_how_much_data(struct rxrpc_call *call, size_t remain, in rxkad_how_much_data()
233 static struct skcipher_request *rxkad_get_call_crypto(struct rxrpc_call *call) in rxkad_get_call_crypto()
243 static void rxkad_free_call_crypto(struct rxrpc_call *call) in rxkad_free_call_crypto()
250 static int rxkad_secure_packet_auth(const struct rxrpc_call *call, in rxkad_secure_packet_auth()
291 static int rxkad_secure_packet_encrypt(const struct rxrpc_call *call, in rxkad_secure_packet_encrypt()
335 static int rxkad_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxkad_secure_packet()
406 static int rxkad_verify_packet_1(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_verify_packet_1()
469 static int rxkad_verify_packet_2(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_verify_packet_2()
550 static int rxkad_verify_packet(struct rxrpc_call *call, struct sk_buff *skb) in rxkad_verify_packet()
H A Daf_rxrpc.c296 struct rxrpc_call *call; in rxrpc_kernel_begin_call() local
355 void rxrpc_kernel_shutdown_call(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_shutdown_call()
381 void rxrpc_kernel_put_call(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_put_call()
396 const struct rxrpc_call *call) in rxrpc_kernel_check_life()
414 u32 rxrpc_kernel_get_epoch(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_get_epoch()
449 void rxrpc_kernel_set_max_life(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_set_max_life()
H A Dtxbuf.c19 struct rxrpc_txbuf *rxrpc_alloc_txbuf(struct rxrpc_call *call, u8 packet_type, in rxrpc_alloc_txbuf()
105 void rxrpc_shrink_call_tx_buffer(struct rxrpc_call *call) in rxrpc_shrink_call_tx_buffer()
H A Dio_thread.c328 struct rxrpc_call *call = NULL; in rxrpc_input_packet_on_conn() local
424 struct rxrpc_call *call; in rxrpc_io_thread() local
/openbmc/linux/drivers/virt/vboxguest/
H A Dvboxguest_utils.c330 static void hgcm_call_init_linaddr(struct vmmdev_hgcm_call *call, in hgcm_call_init_linaddr()
381 struct vmmdev_hgcm_call *call, u32 client_id, u32 function, in hgcm_call_init_call()
432 static int hgcm_cancel_call(struct vbg_dev *gdev, struct vmmdev_hgcm_call *call) in hgcm_cancel_call()
470 static int vbg_hgcm_do_call(struct vbg_dev *gdev, struct vmmdev_hgcm_call *call, in vbg_hgcm_do_call()
557 const struct vmmdev_hgcm_call *call, in hgcm_call_copy_back_result()
612 struct vmmdev_hgcm_call *call; in vbg_hgcm_call() local
/openbmc/linux/arch/riscv/kernel/
H A Dftrace.c69 unsigned int call[2]; in __ftrace_modify_call() local
87 unsigned int call[2]; in ftrace_make_call() local
143 unsigned int call[2]; in ftrace_modify_call() local
/openbmc/linux/include/trace/
H A Dperf.h16 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
64 #define DEFINE_EVENT(template, call, proto, args) \ argument
/openbmc/linux/fs/lockd/
H A Dsvclock.c230 struct nlm_rqst *call = NULL; in nlmsvc_create_block() local
420 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock) in nlmsvc_setgrantargs()
442 static void nlmsvc_freegrantargs(struct nlm_rqst *call) in nlmsvc_freegrantargs()
911 struct nlm_rqst *call = data; in nlmsvc_grant_callback() local
951 struct nlm_rqst *call = data; in nlmsvc_grant_release() local
/openbmc/linux/kernel/trace/
H A Dtrace_dynevent.c24 struct trace_event_call *call; in trace_event_dyn_try_get_ref() local
41 void trace_event_dyn_put_ref(struct trace_event_call *call) in trace_event_dyn_put_ref()
54 bool trace_event_dyn_busy(struct trace_event_call *call) in trace_event_dyn_busy()
H A Dtrace_kprobe.c208 trace_kprobe_primary_from_call(struct trace_event_call *call) in trace_kprobe_primary_from_call()
219 bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry()
228 bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable()
349 static int enable_trace_kprobe(struct trace_event_call *call, in enable_trace_kprobe()
399 static int disable_trace_kprobe(struct trace_event_call *call, in disable_trace_kprobe()
1368 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL() local
1434 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func() local
1573 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func() local
1623 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func() local
1779 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_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_export.c18 static int ftrace_event_register(struct trace_event_call *call, in ftrace_event_register()
171 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, regfn) \ argument
192 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print) \ argument
196 bool ftrace_event_is_function(struct trace_event_call *call) in ftrace_event_is_function()
H A Dtrace_uprobe.c316 trace_uprobe_primary_from_call(struct trace_event_call *call) in trace_uprobe_primary_from_call()
988 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func() local
1125 static int probe_event_enable(struct trace_event_call *call, in probe_event_enable()
1185 static void probe_event_disable(struct trace_event_call *call, in probe_event_disable()
1305 static int uprobe_perf_close(struct trace_event_call *call, in uprobe_perf_close()
1329 static int uprobe_perf_open(struct trace_event_call *call, in uprobe_perf_open()
1376 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func() local
1577 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call() local
/openbmc/linux/fs/afs/
H A Dvl_probe.c47 void afs_vlserver_probe_result(struct afs_call *call) in afs_vlserver_probe_result()
152 struct afs_call *call; in afs_do_probe_vlserver() local
/openbmc/linux/arch/openrisc/kernel/
H A Dsys_call_table.c20 #define __SYSCALL(nr, call) [nr] = (call), argument
/openbmc/linux/arch/nios2/kernel/
H A Dsyscall_table.c13 #define __SYSCALL(nr, call) [nr] = (call), argument
/openbmc/linux/arch/csky/kernel/
H A Dsyscall_table.c8 #define __SYSCALL(nr, call)[nr] = (call), argument
H A Dftrace.c42 uint16_t *call, bool nolr) in make_jbsr()
94 uint16_t call[7]; in ftrace_modify_code() local
/openbmc/linux/arch/x86/kernel/
H A Dapm_32.c595 struct apm_bios_call *call = _call; in __apm_bios_call() local
622 static int on_cpu0(long (*fn)(void *), struct apm_bios_call *call) in on_cpu0()
651 static int apm_bios_call(struct apm_bios_call *call) in apm_bios_call()
676 struct apm_bios_call *call = _call; in __apm_bios_call_simple() local
717 struct apm_bios_call call; in apm_bios_call_simple() local
775 struct apm_bios_call call; in apm_get_event() local
1035 struct apm_bios_call call; in apm_get_power_status() local
/openbmc/linux/arch/arc/kernel/
H A Dsys.c13 #define __SYSCALL(nr, call) [nr] = (call), argument
/openbmc/linux/arch/riscv/include/asm/
H A Dftrace.h103 #define make_call_t0(caller, callee, call) \ argument
119 #define make_call_ra(caller, callee, call) \ argument

1234567