Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 103) sorted by relevance

12345

/Linux-v5.4/net/rxrpc/
Dcall_object.c46 struct rxrpc_call *call = from_timer(call, t, timer); in rxrpc_call_timer_expired() local
65 struct rxrpc_call *call; in rxrpc_find_call_by_user_ID() local
101 struct rxrpc_call *call; in rxrpc_alloc_call() local
174 struct rxrpc_call *call; in rxrpc_alloc_client_call() local
196 static void rxrpc_start_call_timer(struct rxrpc_call *call) in rxrpc_start_call_timer()
225 struct rxrpc_call *call, *xcall; in rxrpc_new_client_call() local
331 struct rxrpc_call *call, in rxrpc_incoming_call()
373 bool rxrpc_queue_call(struct rxrpc_call *call) in rxrpc_queue_call()
390 bool __rxrpc_queue_call(struct rxrpc_call *call) in __rxrpc_queue_call()
406 void rxrpc_see_call(struct rxrpc_call *call) in rxrpc_see_call()
[all …]
Dinput.c27 struct rxrpc_call *call, rxrpc_seq_t seq) in rxrpc_proto_abort()
38 static void rxrpc_congestion_management(struct rxrpc_call *call, in rxrpc_congestion_management()
199 static void rxrpc_send_ping(struct rxrpc_call *call, struct sk_buff *skb) in rxrpc_send_ping()
214 static bool rxrpc_rotate_tx_window(struct rxrpc_call *call, rxrpc_seq_t to, in rxrpc_rotate_tx_window()
273 static bool rxrpc_end_tx_phase(struct rxrpc_call *call, bool reply_begun, in rxrpc_end_tx_phase()
320 static bool rxrpc_receiving_reply(struct rxrpc_call *call) in rxrpc_receiving_reply()
407 static void rxrpc_input_dup_data(struct rxrpc_call *call, rxrpc_seq_t seq, in rxrpc_input_dup_data()
428 static void rxrpc_input_data(struct rxrpc_call *call, struct sk_buff *skb) in rxrpc_input_data()
630 static void rxrpc_input_requested_ack(struct rxrpc_call *call, in rxrpc_input_requested_ack()
667 static void rxrpc_input_check_for_lost_ack(struct rxrpc_call *call) in rxrpc_input_check_for_lost_ack()
[all …]
Dsendmsg.c24 struct rxrpc_call *call, in rxrpc_wait_for_tx_window_intr()
53 struct rxrpc_call *call) in rxrpc_wait_for_tx_window_nonintr()
99 struct rxrpc_call *call, in rxrpc_wait_for_tx_window()
125 static inline void rxrpc_instant_resend(struct rxrpc_call *call, int ix) in rxrpc_instant_resend()
144 static void rxrpc_notify_end_tx(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_notify_end_tx()
156 static int rxrpc_queue_packet(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_queue_packet()
262 struct rxrpc_call *call, in rxrpc_send_data()
572 struct rxrpc_call *call; in rxrpc_new_client_call_for_sendmsg() local
614 struct rxrpc_call *call; in rxrpc_do_sendmsg() local
764 int rxrpc_kernel_send_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_send_data()
[all …]
Drecvmsg.c23 void rxrpc_notify_socket(struct rxrpc_call *call) in rxrpc_notify_socket()
64 static int rxrpc_recvmsg_term(struct rxrpc_call *call, struct msghdr *msg) in rxrpc_recvmsg_term()
110 struct rxrpc_call *call, in rxrpc_recvmsg_new_call()
136 static void rxrpc_end_rx_phase(struct rxrpc_call *call, rxrpc_serial_t serial) in rxrpc_end_rx_phase()
174 static void rxrpc_rotate_rx_window(struct rxrpc_call *call) in rxrpc_rotate_rx_window()
232 static int rxrpc_verify_packet(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_verify_packet()
268 static int rxrpc_locate_data(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_locate_data()
308 static int rxrpc_recvmsg_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_recvmsg_data()
443 struct rxrpc_call *call; in rxrpc_recvmsg() local
641 int rxrpc_kernel_recv_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_recv_data()
[all …]
Dcall_event.c23 static void rxrpc_propose_ping(struct rxrpc_call *call, in rxrpc_propose_ping()
45 static void __rxrpc_propose_ACK(struct rxrpc_call *call, u8 ack_reason, in __rxrpc_propose_ACK()
136 void rxrpc_propose_ACK(struct rxrpc_call *call, u8 ack_reason, in rxrpc_propose_ACK()
149 static void rxrpc_congestion_timeout(struct rxrpc_call *call) in rxrpc_congestion_timeout()
157 static void rxrpc_resend(struct rxrpc_call *call, unsigned long now_j) in rxrpc_resend()
304 struct rxrpc_call *call = in rxrpc_process_call() local
Dinsecure.c21 static int none_secure_packet(struct rxrpc_call *call, in none_secure_packet()
29 static int none_verify_packet(struct rxrpc_call *call, struct sk_buff *skb, in none_verify_packet()
36 static void none_free_call_crypto(struct rxrpc_call *call) in none_free_call_crypto()
40 static void none_locate_data(struct rxrpc_call *call, struct sk_buff *skb, in none_locate_data()
Dcall_accept.c37 struct rxrpc_call *call; in rxrpc_service_prealloc_one() local
226 struct rxrpc_call *call = b->call_backlog[tail]; in rxrpc_discard_prealloc() local
253 struct rxrpc_call *call; in rxrpc_alloc_incoming_call() local
338 struct rxrpc_call *call; in rxrpc_new_incoming_call() local
452 struct rxrpc_call *call; in rxrpc_accept_call() local
575 struct rxrpc_call *call; in rxrpc_reject_call() local
Doutput.c36 static void rxrpc_tx_backoff(struct rxrpc_call *call, int ret) in rxrpc_tx_backoff()
56 static void rxrpc_set_keepalive(struct rxrpc_call *call) in rxrpc_set_keepalive()
70 struct rxrpc_call *call, in rxrpc_fill_out_ack()
129 int rxrpc_send_ack_packet(struct rxrpc_call *call, bool ping, in rxrpc_send_ack_packet()
255 int rxrpc_send_abort_packet(struct rxrpc_call *call) in rxrpc_send_abort_packet()
323 int rxrpc_send_data_packet(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_send_data_packet()
Drxkad.c150 static struct skcipher_request *rxkad_get_call_crypto(struct rxrpc_call *call) in rxkad_get_call_crypto()
168 static void rxkad_free_call_crypto(struct rxrpc_call *call) in rxkad_free_call_crypto()
178 static int rxkad_secure_packet_auth(const struct rxrpc_call *call, in rxkad_secure_packet_auth()
215 static int rxkad_secure_packet_encrypt(const struct rxrpc_call *call, in rxkad_secure_packet_encrypt()
276 static int rxkad_secure_packet(struct rxrpc_call *call, in rxkad_secure_packet()
351 static int rxkad_verify_packet_1(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_verify_packet_1()
428 static int rxkad_verify_packet_2(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_verify_packet_2()
527 static int rxkad_verify_packet(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_verify_packet()
595 static void rxkad_locate_data_1(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_locate_data_1()
609 static void rxkad_locate_data_2(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_locate_data_2()
[all …]
Dconn_client.c276 struct rxrpc_call *call, in rxrpc_get_client_conn()
552 struct rxrpc_call *call = list_entry(conn->waiting_calls.next, in rxrpc_activate_one_channel() local
642 static int rxrpc_wait_for_channel(struct rxrpc_call *call, gfp_t gfp) in rxrpc_wait_for_channel()
688 struct rxrpc_call *call, in rxrpc_connect_call()
745 void rxrpc_expose_client_call(struct rxrpc_call *call) in rxrpc_expose_client_call()
779 void rxrpc_disconnect_client_call(struct rxrpc_call *call) in rxrpc_disconnect_client_call()
Daf_rxrpc.c292 struct rxrpc_call *call; in rxrpc_kernel_begin_call() local
350 void rxrpc_kernel_end_call(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_end_call()
384 const struct rxrpc_call *call, in rxrpc_kernel_check_life()
403 void rxrpc_kernel_probe_life(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_probe_life()
419 u32 rxrpc_kernel_get_epoch(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_get_epoch()
454 void rxrpc_kernel_set_max_life(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_set_max_life()
/Linux-v5.4/fs/afs/
Drxrpc.c141 struct afs_call *call; in afs_alloc_call() local
166 void afs_put_call(struct afs_call *call) in afs_put_call()
202 static struct afs_call *afs_get_call(struct afs_call *call, in afs_get_call()
216 static void afs_queue_call_work(struct afs_call *call) in afs_queue_call_work()
234 struct afs_call *call; in afs_alloc_flat_call() local
268 void afs_flat_call_destructor(struct afs_call *call) in afs_flat_call_destructor()
283 static void afs_load_bvec(struct afs_call *call, struct msghdr *msg, in afs_load_bvec()
318 struct afs_call *call = (struct afs_call *)call_user_ID; in afs_notify_end_request_tx() local
326 static int afs_send_pages(struct afs_call *call, struct msghdr *msg) in afs_send_pages()
362 void afs_make_call(struct afs_addr_cursor *ac, struct afs_call *call, gfp_t gfp) in afs_make_call()
[all …]
Dcmservice.c117 bool afs_cm_incoming_call(struct afs_call *call) in afs_cm_incoming_call()
155 static int afs_record_cm_probe(struct afs_call *call, struct afs_server *server) in afs_record_cm_probe()
199 static int afs_find_cm_server_by_peer(struct afs_call *call) in afs_find_cm_server_by_peer()
220 static int afs_find_cm_server_by_uuid(struct afs_call *call, in afs_find_cm_server_by_uuid()
240 static void afs_cm_destructor(struct afs_call *call) in afs_cm_destructor()
251 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_CallBack() local
273 static int afs_deliver_cb_callback(struct afs_call *call) in afs_deliver_cb_callback()
376 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_InitCallBackState() local
390 static int afs_deliver_cb_init_call_back_state(struct afs_call *call) in afs_deliver_cb_init_call_back_state()
409 static int afs_deliver_cb_init_call_back_state3(struct afs_call *call) in afs_deliver_cb_init_call_back_state3()
[all …]
Dfsclient.c18 static inline void afs_use_fs_server(struct afs_call *call, struct afs_cb_interest *cbi) in afs_use_fs_server()
60 struct afs_call *call, in xdr_decode_AFSFetchStatus()
135 static time64_t xdr_decode_expiry(struct afs_call *call, u32 expiry) in xdr_decode_expiry()
141 struct afs_call *call, in xdr_decode_AFSCallBack()
241 static int afs_deliver_fs_fetch_status_vnode(struct afs_call *call) in afs_deliver_fs_fetch_status_vnode()
279 struct afs_call *call; in afs_fs_fetch_file_status() local
318 static int afs_deliver_fs_fetch_data(struct afs_call *call) in afs_deliver_fs_fetch_data()
447 static void afs_fetch_data_destructor(struct afs_call *call) in afs_fetch_data_destructor()
480 struct afs_call *call; in afs_fs_fetch_data64() local
522 struct afs_call *call; in afs_fs_fetch_data() local
[all …]
Dyfsclient.c20 static inline void afs_use_fs_server(struct afs_call *call, struct afs_cb_interest *cbi) in afs_use_fs_server()
147 static void yfs_check_req(struct afs_call *call, __be32 *bp) in yfs_check_req()
183 struct afs_call *call, in xdr_decode_YFSFetchStatus()
236 struct afs_call *call, in xdr_decode_YFSCallBack()
336 static int yfs_deliver_fs_status_cb_and_volsync(struct afs_call *call) in yfs_deliver_fs_status_cb_and_volsync()
361 static int yfs_deliver_status_and_volsync(struct afs_call *call) in yfs_deliver_status_and_volsync()
397 struct afs_call *call; in yfs_fs_fetch_file_status() local
436 static int yfs_deliver_fs_fetch_data64(struct afs_call *call) in yfs_deliver_fs_fetch_data64()
564 static void yfs_fetch_data_destructor(struct afs_call *call) in yfs_fetch_data_destructor()
587 struct afs_call *call; in yfs_fs_fetch_data() local
[all …]
Dvlclient.c17 static int afs_deliver_vl_get_entry_by_name_u(struct afs_call *call) in afs_deliver_vl_get_entry_by_name_u()
108 static void afs_destroy_vl_get_entry_by_name_u(struct afs_call *call) in afs_destroy_vl_get_entry_by_name_u()
133 struct afs_call *call; in afs_vl_get_entry_by_name_u() local
180 static int afs_deliver_vl_get_addrs_u(struct afs_call *call) in afs_deliver_vl_get_addrs_u()
247 static void afs_vl_get_addrs_u_destructor(struct afs_call *call) in afs_vl_get_addrs_u_destructor()
272 struct afs_call *call; in afs_vl_get_addrs_u() local
313 static int afs_deliver_vl_get_capabilities(struct afs_call *call) in afs_deliver_vl_get_capabilities()
355 static void afs_destroy_vl_get_capabilities(struct afs_call *call) in afs_destroy_vl_get_capabilities()
385 struct afs_call *call; in afs_vl_get_capabilities() local
420 static int afs_deliver_yfsvl_get_endpoints(struct afs_call *call) in afs_deliver_yfsvl_get_endpoints()
[all …]
/Linux-v5.4/kernel/trace/
Dtrace_syscalls.c23 syscall_get_enter_fields(struct trace_event_call *call) in syscall_get_enter_fields()
235 static int __init set_syscall_print_fmt(struct trace_event_call *call) in set_syscall_print_fmt()
260 static void __init free_syscall_print_fmt(struct trace_event_call *call) in free_syscall_print_fmt()
268 static int __init syscall_enter_define_fields(struct trace_event_call *call) in syscall_enter_define_fields()
292 static int __init syscall_exit_define_fields(struct trace_event_call *call) in syscall_exit_define_fields()
405 struct trace_event_call *call) in reg_event_syscall_enter()
426 struct trace_event_call *call) in unreg_event_syscall_enter()
443 struct trace_event_call *call) in reg_event_syscall_exit()
464 struct trace_event_call *call) in unreg_event_syscall_exit()
480 static int __init init_syscall_trace(struct trace_event_call *call) in init_syscall_trace()
[all …]
Dtrace_events.c88 trace_find_event_field(struct trace_event_call *call, char *name) in trace_find_event_field()
132 int trace_define_field(struct trace_event_call *call, const char *type, in trace_define_field()
188 static void trace_destroy_fields(struct trace_event_call *call) in trace_destroy_fields()
204 int trace_event_get_offsets(struct trace_event_call *call) in trace_event_get_offsets()
218 int trace_event_raw_init(struct trace_event_call *call) in trace_event_raw_init()
280 int trace_event_reg(struct trace_event_call *call, in trace_event_reg()
365 struct trace_event_call *call = file->event_call; in __ftrace_event_enable_disable() local
736 struct trace_event_call *call; in __ftrace_set_clr_event_nolock() local
900 struct trace_event_call *call; in t_next() local
972 struct trace_event_call *call = file->event_call; in t_show() local
[all …]
/Linux-v5.4/arch/riscv/kernel/
Dftrace.c47 unsigned int call[2]; in __ftrace_modify_call() local
79 unsigned int call[2]; in ftrace_make_nop() local
113 unsigned int call[2]; in ftrace_modify_call() local
153 unsigned int call[2]; in ftrace_enable_ftrace_graph_caller() local
182 unsigned int call[2]; in ftrace_disable_ftrace_graph_caller() local
/Linux-v5.4/include/linux/
Ddelayed_call.h18 static inline void set_delayed_call(struct delayed_call *call, in set_delayed_call()
25 static inline void do_delayed_call(struct delayed_call *call) in do_delayed_call()
31 static inline void clear_delayed_call(struct delayed_call *call) in clear_delayed_call()
/Linux-v5.4/ipc/
Dsyscall.c20 int ksys_ipc(unsigned int call, int first, unsigned long second, in ksys_ipc()
110 SYSCALL_DEFINE6(ipc, unsigned int, call, int, first, unsigned long, second, in SYSCALL_DEFINE6() argument
130 int compat_ksys_ipc(u32 call, int first, int second, in compat_ksys_ipc()
205 COMPAT_SYSCALL_DEFINE6(ipc, u32, call, int, first, int, second, in COMPAT_SYSCALL_DEFINE6() argument
/Linux-v5.4/include/trace/events/
Dnbd.h85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
90 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
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
/Linux-v5.4/include/trace/
Dtrace_events.h203 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
344 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
369 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
448 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
527 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
641 #define _TRACE_PERF_PROTO(call, proto) \ argument
645 #define _TRACE_PERF_INIT(call) \ argument
649 #define _TRACE_PERF_PROTO(call, proto) argument
650 #define _TRACE_PERF_INIT(call) argument
696 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
[all …]
/Linux-v5.4/drivers/virt/vboxguest/
Dvboxguest_utils.c328 static void hgcm_call_init_linaddr(struct vmmdev_hgcm_call *call, in hgcm_call_init_linaddr()
379 struct vmmdev_hgcm_call *call, u32 client_id, u32 function, in hgcm_call_init_call()
430 static int hgcm_cancel_call(struct vbg_dev *gdev, struct vmmdev_hgcm_call *call) in hgcm_cancel_call()
468 static int vbg_hgcm_do_call(struct vbg_dev *gdev, struct vmmdev_hgcm_call *call, in vbg_hgcm_do_call()
550 const struct vmmdev_hgcm_call *call, in hgcm_call_copy_back_result()
605 struct vmmdev_hgcm_call *call; in vbg_hgcm_call() local

12345