Home
last modified time | relevance | path

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

1234

/linux/net/rxrpc/
H A Dcall_object.c45 void rxrpc_poke_call(struct rxrpc_call *call, enum rxrpc_call_poke_trace what) in rxrpc_poke_call()
67 struct rxrpc_call *call = timer_container_of(call, t, timer); in rxrpc_call_timer_expired() local
88 struct rxrpc_call *call; in rxrpc_find_call_by_user_ID() local
124 struct rxrpc_call *call; in rxrpc_alloc_call() local
194 struct rxrpc_call *call; in rxrpc_alloc_client_call() local
247 void rxrpc_start_call_timer(struct rxrpc_call *call) in rxrpc_start_call_timer()
277 static void rxrpc_put_call_slot(struct rxrpc_call *call) in rxrpc_put_call_slot()
291 static int rxrpc_connect_call(struct rxrpc_call *call, gfp_t gfp) in rxrpc_connect_call()
328 struct rxrpc_call *call, *xcall; in rxrpc_new_client_call() local
439 struct rxrpc_call *call, in rxrpc_incoming_call()
[all …]
H A Dinput.c23 static void rxrpc_proto_abort(struct rxrpc_call *call, rxrpc_seq_t seq, in rxrpc_proto_abort()
32 static void rxrpc_congestion_management(struct rxrpc_call *call, in rxrpc_congestion_management()
177 void rxrpc_congestion_degrade(struct rxrpc_call *call) in rxrpc_congestion_degrade()
204 static void rxrpc_add_data_rtt_sample(struct rxrpc_call *call, in rxrpc_add_data_rtt_sample()
220 static bool rxrpc_rotate_tx_window(struct rxrpc_call *call, rxrpc_seq_t to, in rxrpc_rotate_tx_window()
347 static void rxrpc_end_tx_phase(struct rxrpc_call *call, bool reply_begun, in rxrpc_end_tx_phase()
385 static bool rxrpc_receiving_reply(struct rxrpc_call *call) in rxrpc_receiving_reply()
409 static void rxrpc_end_rx_phase(struct rxrpc_call *call, rxrpc_serial_t serial) in rxrpc_end_rx_phase()
434 static void rxrpc_input_update_ack_window(struct rxrpc_call *call, in rxrpc_input_update_ack_window()
444 static void rxrpc_input_queue_data(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_input_queue_data()
[all …]
H A Dsendmsg.c23 bool rxrpc_propose_abort(struct rxrpc_call *call, s32 abort_code, int error, in rxrpc_propose_abort() argument
46 rxrpc_wait_to_be_connected(struct rxrpc_call * call,long * timeo) rxrpc_wait_to_be_connected() argument
95 rxrpc_check_tx_space(struct rxrpc_call * call,rxrpc_seq_t * _tx_win) rxrpc_check_tx_space() argument
108 rxrpc_wait_for_tx_window_intr(struct rxrpc_sock * rx,struct rxrpc_call * call,long * timeo) rxrpc_wait_for_tx_window_intr() argument
132 rxrpc_wait_for_tx_window_waitall(struct rxrpc_sock * rx,struct rxrpc_call * call) rxrpc_wait_for_tx_window_waitall() argument
172 rxrpc_wait_for_tx_window_nonintr(struct rxrpc_sock * rx,struct rxrpc_call * call,long * timeo) rxrpc_wait_for_tx_window_nonintr() argument
193 rxrpc_wait_for_tx_window(struct rxrpc_sock * rx,struct rxrpc_call * call,long * timeo,bool waitall) rxrpc_wait_for_tx_window() argument
229 rxrpc_notify_end_tx(struct rxrpc_sock * rx,struct rxrpc_call * call,rxrpc_notify_end_tx_t notify_end_tx) rxrpc_notify_end_tx() argument
241 rxrpc_queue_packet(struct rxrpc_sock * rx,struct rxrpc_call * call,struct rxrpc_txbuf * txb,rxrpc_notify_end_tx_t notify_end_tx) rxrpc_queue_packet() argument
281 rxrpc_alloc_txqueue(struct sock * sk,struct rxrpc_call * call) rxrpc_alloc_txqueue() argument
321 rxrpc_send_data(struct rxrpc_sock * rx,struct rxrpc_call * call,struct msghdr * msg,size_t len,rxrpc_notify_end_tx_t notify_end_tx,bool * _dropped_lock) rxrpc_send_data() argument
615 struct rxrpc_call *call; rxrpc_new_client_call_for_sendmsg() local
662 struct rxrpc_call *call; rxrpc_do_sendmsg() local
798 rxrpc_kernel_send_data(struct socket * sock,struct rxrpc_call * call,struct msghdr * msg,size_t len,rxrpc_notify_end_tx_t notify_end_tx) rxrpc_kernel_send_data() argument
835 rxrpc_kernel_abort_call(struct socket * sock,struct rxrpc_call * call,u32 abort_code,int error,enum rxrpc_abort_reason why) rxrpc_kernel_abort_call() argument
861 rxrpc_kernel_set_tx_length(struct socket * sock,struct rxrpc_call * call,s64 tx_total_len) rxrpc_kernel_set_tx_length() argument
[all...]
H A Dcall_event.c23 void rxrpc_propose_ping(struct rxrpc_call *call, u32 serial, in rxrpc_propose_ping()
40 void rxrpc_propose_delay_ACK(struct rxrpc_call *call, rxrpc_serial_t serial, in rxrpc_propose_delay_ACK()
60 static bool rxrpc_retransmit_data(struct rxrpc_call *call, in rxrpc_retransmit_data()
86 static void rxrpc_resend(struct rxrpc_call *call) in rxrpc_resend()
131 void rxrpc_resend_tlp(struct rxrpc_call *call) in rxrpc_resend_tlp()
162 static void rxrpc_begin_service_reply(struct rxrpc_call *call) in rxrpc_begin_service_reply()
175 static void rxrpc_close_tx_phase(struct rxrpc_call *call) in rxrpc_close_tx_phase()
194 static void rxrpc_transmit_fresh_data(struct rxrpc_call *call, unsigned int limit, in rxrpc_transmit_fresh_data()
259 void rxrpc_transmit_some_data(struct rxrpc_call *call, unsigned int limit, in rxrpc_transmit_some_data()
288 static void rxrpc_send_initial_ping(struct rxrpc_call *call) in rxrpc_send_initial_ping()
[all …]
H A Doutput.c48 static void rxrpc_tx_backoff(struct rxrpc_call *call, int ret) in rxrpc_tx_backoff() argument
66 static void rxrpc_set_keepalive(struct rxrpc_call *call, ktime_t now) in rxrpc_set_keepalive() argument
77 static int rxrpc_alloc_ack(struct rxrpc_call *call, size_ argument
114 rxrpc_free_ack(struct rxrpc_call * call) rxrpc_free_ack() argument
124 rxrpc_begin_rtt_probe(struct rxrpc_call * call,rxrpc_serial_t serial,ktime_t now,enum rxrpc_rtt_tx_trace why) rxrpc_begin_rtt_probe() argument
152 rxrpc_fill_out_ack(struct rxrpc_call * call,int nr_kv,u8 ack_reason,rxrpc_serial_t serial_to_ack,rxrpc_serial_t * _ack_serial) rxrpc_fill_out_ack() argument
245 rxrpc_send_ack_packet(struct rxrpc_call * call,int nr_kv,size_t len,rxrpc_serial_t serial,enum rxrpc_propose_ack_trace why) rxrpc_send_ack_packet() argument
302 rxrpc_send_ACK(struct rxrpc_call * call,u8 ack_reason,rxrpc_serial_t serial_to_ack,enum rxrpc_propose_ack_trace why) rxrpc_send_ACK() argument
355 rxrpc_send_probe_for_pmtud(struct rxrpc_call * call) rxrpc_send_probe_for_pmtud() argument
364 rxrpc_send_abort_packet(struct rxrpc_call * call) rxrpc_send_abort_packet() argument
428 rxrpc_prepare_data_subpacket(struct rxrpc_call * call,struct rxrpc_send_data_req * req,struct rxrpc_txbuf * txb,struct rxrpc_wire_header * whdr,rxrpc_serial_t serial,int subpkt) rxrpc_prepare_data_subpacket() argument
535 rxrpc_prepare_data_packet(struct rxrpc_call * call,struct rxrpc_send_data_req * req,struct rxrpc_wire_header * whdr) rxrpc_prepare_data_packet() argument
639 rxrpc_send_data_packet(struct rxrpc_call * call,struct rxrpc_send_data_req * req) rxrpc_send_data_packet() argument
[all...]
H A Drxperf.c82 rxperf_set_call_state(struct rxperf_call * call,enum rxperf_call_state to) rxperf_set_call_state() argument
88 rxperf_set_call_complete(struct rxperf_call * call,int error,s32 remote_abort) rxperf_set_call_complete() argument
110 rxperf_queue_call_work(struct rxperf_call * call) rxperf_queue_call_work() argument
118 struct rxperf_call *call = (struct rxperf_call *)call_user_ID; rxperf_notify_rx() local
126 struct rxperf_call *call = (struct rxperf_call *)user_call_ID; rxperf_rx_attach() local
144 struct rxperf_call *call; rxperf_charge_preallocation() local
245 rxperf_log_error(struct rxperf_call * call,s32 remote_abort) rxperf_log_error() argument
277 struct rxperf_call *call = container_of(work, struct rxperf_call, work); rxperf_deliver_to_call() local
354 rxperf_extract_data(struct rxperf_call * call,bool want_more) rxperf_extract_data() argument
388 rxperf_deliver_param_block(struct rxperf_call * call) rxperf_deliver_param_block() argument
436 rxperf_deliver_request(struct rxperf_call * call) rxperf_deliver_request() argument
506 rxperf_process_call(struct rxperf_call * call) rxperf_process_call() argument
[all...]
H A Dcall_state.c13 bool rxrpc_set_call_completion(struct rxrpc_call *call, in rxrpc_set_call_completion()
35 bool rxrpc_call_completed(struct rxrpc_call *call) in rxrpc_call_completed()
43 bool rxrpc_abort_call(struct rxrpc_call *call, rxrpc_seq_t seq, in rxrpc_abort_call()
60 void rxrpc_prefail_call(struct rxrpc_call *call, enum rxrpc_call_completion compl, in rxrpc_prefail_call()
H A Dinsecure.c20 static struct rxrpc_txbuf *none_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp) in none_alloc_txbuf()
25 static int none_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in none_secure_packet()
33 static int none_verify_packet(struct rxrpc_call *call, struct sk_buff *skb) in none_verify_packet()
41 static void none_free_call_crypto(struct rxrpc_call *call) in none_free_call_crypto()
H A Drxkad.c148 static struct rxrpc_txbuf *rxkad_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp) in rxkad_alloc_txbuf() argument
249 * Clean up the crypto on a call. in rxkad_free_call_crypto() argument
239 rxkad_get_call_crypto(struct rxrpc_call * call) rxkad_get_call_crypto() argument
256 rxkad_secure_packet_auth(const struct rxrpc_call * call,struct rxrpc_txbuf * txb,struct skcipher_request * req) rxkad_secure_packet_auth() argument
297 rxkad_secure_packet_encrypt(const struct rxrpc_call * call,struct rxrpc_txbuf * txb,struct skcipher_request * req) rxkad_secure_packet_encrypt() argument
338 rxkad_secure_packet(struct rxrpc_call * call,struct rxrpc_txbuf * txb) rxkad_secure_packet() argument
422 rxkad_verify_packet_1(struct rxrpc_call * call,struct sk_buff * skb,rxrpc_seq_t seq,struct skcipher_request * req) rxkad_verify_packet_1() argument
485 rxkad_verify_packet_2(struct rxrpc_call * call,struct sk_buff * skb,rxrpc_seq_t seq,struct skcipher_request * req) rxkad_verify_packet_2() argument
566 rxkad_verify_packet(struct rxrpc_call * call,struct sk_buff * skb) rxkad_verify_packet() argument
[all...]
H A Dconn_client.c73 static struct rxrpc_bundle *rxrpc_alloc_bundle(struct rxrpc_call *call, in rxrpc_alloc_bundle()
250 int rxrpc_look_up_bundle(struct rxrpc_call *call, gfp_t gfp) in rxrpc_look_up_bundle()
417 struct rxrpc_call *call = list_entry(bundle->waiting_calls.next, in rxrpc_activate_one_channel() local
510 struct rxrpc_call *call; in rxrpc_connect_client_calls() local
533 void rxrpc_expose_client_call(struct rxrpc_call *call) in rxrpc_expose_client_call()
573 void rxrpc_disconnect_client_call(struct rxrpc_bundle *bundle, struct rxrpc_call *call) in rxrpc_disconnect_client_call()
/linux/fs/afs/
H A Dyfsclient.c138 static void yfs_check_req(struct afs_call *call, __be32 *bp) in yfs_check_req()
174 struct afs_call *call, in xdr_decode_YFSFetchStatus()
228 struct afs_call *call, in xdr_decode_YFSCallBack()
331 static int yfs_deliver_status_and_volsync(struct afs_call *call) in yfs_deliver_status_and_volsync()
352 static int yfs_deliver_fs_fetch_data64(struct afs_call *call) in yfs_deliver_fs_fetch_data64()
472 struct afs_call *call; in yfs_fs_fetch_data() local
510 static int yfs_deliver_fs_create_vnode(struct afs_call *call) in yfs_deliver_fs_create_vnode()
553 struct afs_call *call; in yfs_fs_create_file() local
604 struct afs_call *call; in yfs_fs_make_dir() local
642 static int yfs_deliver_fs_remove_file2(struct afs_call *call) in yfs_deliver_fs_remove_file2()
[all …]
H A 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()
115 struct afs_call *call; in afs_vl_get_entry_by_name_u() local
173 static int afs_deliver_vl_get_addrs_u(struct afs_call *call) in afs_deliver_vl_get_addrs_u()
264 struct afs_call *call; in afs_vl_get_addrs_u() local
317 static int afs_deliver_vl_get_capabilities(struct afs_call *call) in afs_deliver_vl_get_capabilities()
359 static void afs_destroy_vl_get_capabilities(struct afs_call *call) in afs_destroy_vl_get_capabilities()
392 struct afs_call *call; in afs_vl_get_capabilities() local
431 static int afs_deliver_yfsvl_get_endpoints(struct afs_call *call) in afs_deliver_yfsvl_get_endpoints()
638 struct afs_call *call; in afs_yfsvl_get_endpoints() local
680 static int afs_deliver_yfsvl_get_cell_name(struct afs_call *call) in afs_deliver_yfsvl_get_cell_name()
[all …]
/linux/include/trace/
H A Dtrace_events.h128 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
203 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
231 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
261 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
277 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
388 #define _TRACE_PERF_PROTO(call, proto) \ argument
392 #define _TRACE_PERF_INIT(call) \ argument
396 #define _TRACE_PERF_PROTO(call, proto) argument
397 #define _TRACE_PERF_INIT(call) argument
404 #define __DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
[all …]
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
56 #define __BPF_DECLARE_TRACE_SYSCALL(call, proto, args) \ argument
67 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \ argument
75 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument
96 #define __CHECK_WRITABLE_BUF_SIZE(call, proto, args, size) \ argument
108 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument
113 #define DEFINE_EVENT(template, call, proto, args) \ argument
121 #define DECLARE_TRACE(call, proto, args) \ argument
126 #define DECLARE_TRACE_WRITABLE(call, proto, args, size) \ argument
H A Dtrace_custom_events.h62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
77 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
108 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
140 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
175 #define DEFINE_CUSTOM_EVENT(template, call, proto, args) \ argument
188 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
200 #define DEFINE_CUSTOM_EVENT(template, call, proto, args) \ argument
H A Dperf.h16 #define __DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
65 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
78 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \ argument
99 #define DEFINE_EVENT(template, call, proto, args) \ argument
/linux/kernel/trace/
H A Dtrace_syscalls.c24 syscall_get_enter_fields(struct trace_event_call *call) in syscall_get_enter_fields()
237 static int __init set_syscall_print_fmt(struct trace_event_call *call) in set_syscall_print_fmt()
262 static void __init free_syscall_print_fmt(struct trace_event_call *call) in free_syscall_print_fmt()
270 static int __init syscall_enter_define_fields(struct trace_event_call *call) in syscall_enter_define_fields()
383 struct trace_event_call *call) in reg_event_syscall_enter()
404 struct trace_event_call *call) in unreg_event_syscall_enter()
421 struct trace_event_call *call) in reg_event_syscall_exit()
442 struct trace_event_call *call) in unreg_event_syscall_exit()
458 static int __init init_syscall_trace(struct trace_event_call *call) in init_syscall_trace()
567 static int perf_call_bpf_enter(struct trace_event_call *call, struct pt_regs *regs, in perf_call_bpf_enter()
[all …]
H A Dtrace_events.c98 trace_find_event_field(struct trace_event_call *call, char *name) in trace_find_event_field()
145 int trace_define_field(struct trace_event_call *call, const char *type, in trace_define_field()
160 static int trace_define_field_ext(struct trace_event_call *call, const char *type, in trace_define_field_ext()
220 static void trace_destroy_fields(struct trace_event_call *call) in trace_destroy_fields()
236 int trace_event_get_offsets(struct trace_event_call *call) in trace_event_get_offsets()
252 struct trace_event_call *call) in find_event_field()
280 static bool test_field(const char *fmt, struct trace_event_call *call) in test_field()
302 static bool process_pointer(const char *fmt, int len, struct trace_event_call *call) in process_pointer()
336 static bool process_string(const char *fmt, int len, struct trace_event_call *call) in process_string()
405 struct trace_event_call *call) in handle_dereference_arg()
[all …]
H A Dtrace_events_inject.c36 parse_field(char *str, struct trace_event_call *call, in parse_field()
138 static int trace_get_entry_size(struct trace_event_call *call) in trace_get_entry_size()
153 static void *trace_alloc_entry(struct trace_event_call *call, int *size) in trace_alloc_entry()
196 static int parse_entry(char *str, struct trace_event_call *call, void **pentry) in parse_entry()
287 struct trace_event_call *call; in event_inject_write() local
/linux/include/linux/
H A 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/ipc/
H A 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/drivers/virt/vboxguest/
H A Dvboxguest_utils.c333 static void hgcm_call_init_linaddr(struct vmmdev_hgcm_call *call, in hgcm_call_init_linaddr()
385 struct vmmdev_hgcm_call *call, u32 client_id, u32 function, in hgcm_call_init_call()
438 static int hgcm_cancel_call(struct vbg_dev *gdev, struct vmmdev_hgcm_call *call) in hgcm_cancel_call()
478 static int vbg_hgcm_do_call(struct vbg_dev *gdev, struct vmmdev_hgcm_call *call, in vbg_hgcm_do_call()
566 const struct vmmdev_hgcm_call *call, in hgcm_call_copy_back_result()
621 struct vmmdev_hgcm_call *call; in vbg_hgcm_call() local
/linux/arch/riscv/kernel/
H A Dsyscall_table.c15 #define __SYSCALL(nr, call) asmlinkage long __riscv_##call(const struct pt_regs *); argument
19 #define __SYSCALL(nr, call) [nr] = __riscv_##call, argument
H A Dcompat_syscall_table.c14 #define __SYSCALL(nr, call) asmlinkage long __riscv_##call(const struct pt_regs *); argument
18 #define __SYSCALL(nr, call) [nr] = __riscv_##call, argument
/linux/include/trace/events/
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

1234