Home
last modified time | relevance | path

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

123456

/linux-6.12.1/fs/afs/
Drxrpc.c141 struct afs_call *call; in afs_alloc_call() local
164 static void afs_free_call(struct afs_call *call) in afs_free_call()
197 void afs_put_call(struct afs_call *call) in afs_put_call()
214 struct afs_call *call = container_of(work, struct afs_call, free_work); in afs_deferred_free_worker() local
223 void afs_deferred_put_call(struct afs_call *call) in afs_deferred_put_call()
238 static struct afs_call *afs_get_call(struct afs_call *call, in afs_get_call()
254 static void afs_queue_call_work(struct afs_call *call) in afs_queue_call_work()
272 struct afs_call *call; in afs_alloc_flat_call() local
306 void afs_flat_call_destructor(struct afs_call *call) in afs_flat_call_destructor()
323 struct afs_call *call = (struct afs_call *)call_user_ID; in afs_notify_end_request_tx() local
[all …]
Dfsclient.c55 struct afs_call *call, in xdr_decode_AFSFetchStatus()
132 static time64_t xdr_decode_expiry(struct afs_call *call, u32 expiry) in xdr_decode_expiry()
138 struct afs_call *call, in xdr_decode_AFSCallBack()
238 static int afs_deliver_fs_fetch_status(struct afs_call *call) in afs_deliver_fs_fetch_status()
275 struct afs_call *call; in afs_fs_fetch_status() local
301 static int afs_deliver_fs_fetch_data(struct afs_call *call) in afs_deliver_fs_fetch_data()
431 struct afs_call *call; in afs_fs_fetch_data64() local
462 struct afs_call *call; in afs_fs_fetch_data() local
494 static int afs_deliver_fs_create_vnode(struct afs_call *call) in afs_deliver_fs_create_vnode()
535 struct afs_call *call; in afs_fs_create_file() local
[all …]
Dcmservice.c108 bool afs_cm_incoming_call(struct afs_call *call) in afs_cm_incoming_call()
145 static int afs_find_cm_server_by_peer(struct afs_call *call) in afs_find_cm_server_by_peer()
167 static int afs_find_cm_server_by_uuid(struct afs_call *call, in afs_find_cm_server_by_uuid()
187 static void afs_cm_destructor(struct afs_call *call) in afs_cm_destructor()
196 static void afs_abort_service_call(struct afs_call *call, u32 abort_code, int error, in afs_abort_service_call()
209 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_CallBack() local
233 static int afs_deliver_cb_callback(struct afs_call *call) in afs_deliver_cb_callback()
336 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_InitCallBackState() local
350 static int afs_deliver_cb_init_call_back_state(struct afs_call *call) in afs_deliver_cb_init_call_back_state()
369 static int afs_deliver_cb_init_call_back_state3(struct afs_call *call) in afs_deliver_cb_init_call_back_state3()
[all …]
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()
473 struct afs_call *call; in yfs_fs_fetch_data() local
509 static int yfs_deliver_fs_create_vnode(struct afs_call *call) in yfs_deliver_fs_create_vnode()
552 struct afs_call *call; in yfs_fs_create_file() local
603 struct afs_call *call; in yfs_fs_make_dir() local
641 static int yfs_deliver_fs_remove_file2(struct afs_call *call) in yfs_deliver_fs_remove_file2()
[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()
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()
391 struct afs_call *call; in afs_vl_get_capabilities() local
430 static int afs_deliver_yfsvl_get_endpoints(struct afs_call *call) in afs_deliver_yfsvl_get_endpoints()
637 struct afs_call *call; in afs_yfsvl_get_endpoints() local
679 static int afs_deliver_yfsvl_get_cell_name(struct afs_call *call) in afs_deliver_yfsvl_get_cell_name()
[all …]
/linux-6.12.1/net/rxrpc/
Dcall_object.c46 void rxrpc_poke_call(struct rxrpc_call *call, enum rxrpc_call_poke_trace what) in rxrpc_poke_call()
68 struct rxrpc_call *call = from_timer(call, t, timer); in rxrpc_call_timer_expired() local
89 struct rxrpc_call *call; in rxrpc_find_call_by_user_ID() local
125 struct rxrpc_call *call; in rxrpc_alloc_call() local
195 struct rxrpc_call *call; in rxrpc_alloc_client_call() local
248 void rxrpc_start_call_timer(struct rxrpc_call *call) in rxrpc_start_call_timer()
278 static void rxrpc_put_call_slot(struct rxrpc_call *call) in rxrpc_put_call_slot()
292 static int rxrpc_connect_call(struct rxrpc_call *call, gfp_t gfp) in rxrpc_connect_call()
329 struct rxrpc_call *call, *xcall; in rxrpc_new_client_call() local
440 struct rxrpc_call *call, in rxrpc_incoming_call()
[all …]
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()
190 void rxrpc_congestion_degrade(struct rxrpc_call *call) in rxrpc_congestion_degrade()
217 static bool rxrpc_rotate_tx_window(struct rxrpc_call *call, rxrpc_seq_t to, in rxrpc_rotate_tx_window()
261 static void rxrpc_end_tx_phase(struct rxrpc_call *call, bool reply_begun, in rxrpc_end_tx_phase()
302 static bool rxrpc_receiving_reply(struct rxrpc_call *call) in rxrpc_receiving_reply()
326 static void rxrpc_end_rx_phase(struct rxrpc_call *call, rxrpc_serial_t serial) in rxrpc_end_rx_phase()
351 static void rxrpc_input_update_ack_window(struct rxrpc_call *call, in rxrpc_input_update_ack_window()
361 static void rxrpc_input_queue_data(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_input_queue_data()
378 static void rxrpc_input_data_one(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_input_data_one()
[all …]
Dsendmsg.c23 bool rxrpc_propose_abort(struct rxrpc_call *call, s32 abort_code, int error, in rxrpc_propose_abort()
45 static int rxrpc_wait_to_be_connected(struct rxrpc_call *call, long *timeo) in rxrpc_wait_to_be_connected()
94 static bool rxrpc_check_tx_space(struct rxrpc_call *call, rxrpc_seq_t *_tx_win) in rxrpc_check_tx_space()
105 struct rxrpc_call *call, in rxrpc_wait_for_tx_window_intr()
129 struct rxrpc_call *call) in rxrpc_wait_for_tx_window_waitall()
169 struct rxrpc_call *call, in rxrpc_wait_for_tx_window_nonintr()
190 struct rxrpc_call *call, in rxrpc_wait_for_tx_window()
226 static void rxrpc_notify_end_tx(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_notify_end_tx()
238 static void rxrpc_queue_packet(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_queue_packet()
278 struct rxrpc_call *call, in rxrpc_send_data()
[all …]
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 void rxrpc_congestion_timeout(struct rxrpc_call *call) in rxrpc_congestion_timeout()
68 void rxrpc_resend(struct rxrpc_call *call, struct sk_buff *ack_skb) in rxrpc_resend()
205 static void rxrpc_begin_service_reply(struct rxrpc_call *call) in rxrpc_begin_service_reply()
218 static void rxrpc_close_tx_phase(struct rxrpc_call *call) in rxrpc_close_tx_phase()
234 static bool rxrpc_tx_window_has_space(struct rxrpc_call *call) in rxrpc_tx_window_has_space()
249 static void rxrpc_decant_prepared_tx(struct rxrpc_call *call) in rxrpc_decant_prepared_tx()
278 static void rxrpc_transmit_some_data(struct rxrpc_call *call) in rxrpc_transmit_some_data()
306 static void rxrpc_send_initial_ping(struct rxrpc_call *call) in rxrpc_send_initial_ping()
[all …]
Doutput.c48 static void rxrpc_tx_backoff(struct rxrpc_call *call, int ret) in rxrpc_tx_backoff()
66 static void rxrpc_set_keepalive(struct rxrpc_call *call, ktime_t now) in rxrpc_set_keepalive()
77 static void rxrpc_fill_out_ack(struct rxrpc_call *call, in rxrpc_fill_out_ack()
150 static void rxrpc_begin_rtt_probe(struct rxrpc_call *call, rxrpc_serial_t serial, in rxrpc_begin_rtt_probe()
178 static void rxrpc_send_ack_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxrpc_send_ack_packet()
232 void rxrpc_send_ACK(struct rxrpc_call *call, u8 ack_reason, in rxrpc_send_ACK()
263 int rxrpc_send_abort_packet(struct rxrpc_call *call) in rxrpc_send_abort_packet()
327 static void rxrpc_prepare_data_subpacket(struct rxrpc_call *call, struct rxrpc_txbuf *txb, in rxrpc_prepare_data_subpacket()
384 static size_t rxrpc_prepare_data_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxrpc_prepare_data_packet()
399 static void rxrpc_tstamp_data_packets(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxrpc_tstamp_data_packets()
[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()
106 static void rxrpc_rotate_rx_window(struct rxrpc_call *call) in rxrpc_rotate_rx_window()
148 static int rxrpc_verify_data(struct rxrpc_call *call, struct sk_buff *skb) in rxrpc_verify_data()
163 static int rxrpc_recvmsg_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_recvmsg_data()
281 struct rxrpc_call *call; in rxrpc_recvmsg() local
489 int rxrpc_kernel_recv_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_recv_data()
Drxperf.c82 static inline void rxperf_set_call_state(struct rxperf_call *call, in rxperf_set_call_state()
88 static inline void rxperf_set_call_complete(struct rxperf_call *call, in rxperf_set_call_complete()
110 static void rxperf_queue_call_work(struct rxperf_call *call) in rxperf_queue_call_work()
118 struct rxperf_call *call = (struct rxperf_call *)call_user_ID; in rxperf_notify_rx() local
126 struct rxperf_call *call = (struct rxperf_call *)user_call_ID; in rxperf_rx_attach() local
144 struct rxperf_call *call; in rxperf_charge_preallocation() local
245 static void rxperf_log_error(struct rxperf_call *call, s32 remote_abort) in rxperf_log_error()
277 struct rxperf_call *call = container_of(work, struct rxperf_call, work); in rxperf_deliver_to_call() local
354 static int rxperf_extract_data(struct rxperf_call *call, bool want_more) in rxperf_extract_data()
388 static int rxperf_deliver_param_block(struct rxperf_call *call) in rxperf_deliver_param_block()
[all …]
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()
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()
30 static int none_verify_packet(struct rxrpc_call *call, struct sk_buff *skb) in none_verify_packet()
38 static void none_free_call_crypto(struct rxrpc_call *call) in none_free_call_crypto()
Dcall_accept.c25 static void rxrpc_dummy_notify(struct sock *sk, struct rxrpc_call *call, in rxrpc_dummy_notify()
41 struct rxrpc_call *call, *xcall; in rxrpc_service_prealloc_one() local
220 struct rxrpc_call *call = b->call_backlog[tail]; in rxrpc_discard_prealloc() local
251 struct rxrpc_call *call; in rxrpc_alloc_incoming_call() local
337 struct rxrpc_call *call = NULL; in rxrpc_new_incoming_call() local
Drxkad.c148 static struct rxrpc_txbuf *rxkad_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp) in rxkad_alloc_txbuf()
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()
292 static int rxkad_secure_packet_encrypt(const struct rxrpc_call *call, in rxkad_secure_packet_encrypt()
337 static int rxkad_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in rxkad_secure_packet()
408 static int rxkad_verify_packet_1(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_verify_packet_1()
471 static int rxkad_verify_packet_2(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_verify_packet_2()
552 static int rxkad_verify_packet(struct rxrpc_call *call, struct sk_buff *skb) in rxkad_verify_packet()
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
531 void rxrpc_expose_client_call(struct rxrpc_call *call) in rxrpc_expose_client_call()
571 void rxrpc_disconnect_client_call(struct rxrpc_bundle *bundle, struct rxrpc_call *call) in rxrpc_disconnect_client_call()
/linux-6.12.1/include/trace/
Dtrace_events.h115 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
187 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
212 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
242 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
255 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
363 #define _TRACE_PERF_PROTO(call, proto) \ argument
367 #define _TRACE_PERF_INIT(call) \ argument
371 #define _TRACE_PERF_PROTO(call, proto) argument
372 #define _TRACE_PERF_INIT(call) argument
378 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
[all …]
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
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-6.12.1/kernel/trace/
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()
369 struct trace_event_call *call) in reg_event_syscall_enter()
390 struct trace_event_call *call) in unreg_event_syscall_enter()
407 struct trace_event_call *call) in reg_event_syscall_exit()
428 struct trace_event_call *call) in unreg_event_syscall_exit()
444 static int __init init_syscall_trace(struct trace_event_call *call) in init_syscall_trace()
553 static int perf_call_bpf_enter(struct trace_event_call *call, struct pt_regs *regs, in perf_call_bpf_enter()
[all …]
Dtrace_events.c98 trace_find_event_field(struct trace_event_call *call, char *name) in trace_find_event_field()
143 int trace_define_field(struct trace_event_call *call, const char *type, in trace_define_field()
158 static int trace_define_field_ext(struct trace_event_call *call, const char *type, in trace_define_field_ext()
217 static void trace_destroy_fields(struct trace_event_call *call) in trace_destroy_fields()
233 int trace_event_get_offsets(struct trace_event_call *call) in trace_event_get_offsets()
251 static bool test_field(const char *fmt, struct trace_event_call *call) in test_field()
284 static void test_event_printk(struct trace_event_call *call) in test_event_printk()
462 int trace_event_raw_init(struct trace_event_call *call) in trace_event_raw_init()
527 int trace_event_reg(struct trace_event_call *call, in trace_event_reg()
612 struct trace_event_call *call = file->event_call; in __ftrace_event_enable_disable() local
[all …]
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-6.12.1/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-6.12.1/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

123456