Searched defs:call (Results 1 - 25 of 99) sorted by relevance

1234

/linux-master/include/linux/
H A Ddelayed_call.h18 static inline void set_delayed_call(struct delayed_call *call, argument
25 static inline void do_delayed_call(struct delayed_call *call) argument
31 static inline void clear_delayed_call(struct delayed_call *call) argument
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_probe_user.c34 int BPF_KSYSCALL(handle_sys_socketcall, int call, unsigned long *args) argument
/linux-master/net/rxrpc/
H A Dcall_state.c13 bool rxrpc_set_call_completion(struct rxrpc_call *call, argument
35 rxrpc_call_completed(struct rxrpc_call *call) argument
43 rxrpc_abort_call(struct rxrpc_call *call, rxrpc_seq_t seq, u32 abort_code, int error, enum rxrpc_abort_reason why) argument
60 rxrpc_prefail_call(struct rxrpc_call *call, enum rxrpc_call_completion compl, int error) argument
[all...]
H A Dinsecure.c20 static struct rxrpc_txbuf *none_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp) argument
25 static int none_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) argument
30 static int none_verify_packet(struct rxrpc_call *call, struct sk_buff *skb) argument
38 static void none_free_call_crypto(struct rxrpc_call *call) argument
H A Dsecurity.c68 int rxrpc_init_client_call_security(struct rxrpc_call *call) argument
H A Drtt.c147 void rxrpc_peer_add_rtt(struct rxrpc_call *call, enum rxrpc_rtt_rx_trace why, argument
H A Dpeer_event.c205 struct rxrpc_call *call; local
H A Dproc.c52 struct rxrpc_call *call; local
[all...]
H A Dio_thread.c333 struct rxrpc_call *call = NULL; local
429 struct rxrpc_call *call; local
[all...]
H A Dtxbuf.c19 struct rxrpc_txbuf *rxrpc_alloc_data_txbuf(struct rxrpc_call *call, size_t data_size, argument
85 rxrpc_alloc_ack_txbuf(struct rxrpc_call *call, size_t sack_size) argument
209 rxrpc_shrink_call_tx_buffer(struct rxrpc_call *call) argument
[all...]
/linux-master/ipc/
H A Dsyscall.c20 int ksys_ipc(unsigned int call, int first, unsigned long second, argument
130 int compat_ksys_ipc(u32 call, int first, int second, argument
[all...]
/linux-master/kernel/trace/
H A Dtrace_dynevent.h79 dyn_event_add(struct dyn_event *ev, struct trace_event_call *call) argument
H A Dtrace_synth.h34 struct trace_event_call call; member in struct:synth_event
H A Dtrace_export.c18 static int ftrace_event_register(struct trace_event_call *call, argument
196 ftrace_event_is_function(struct trace_event_call *call) argument
[all...]
H A Dtrace_branch.c33 struct trace_event_call *call = &event_branch; local
H A Dtrace_mmiotrace.c297 struct trace_event_call *call = &event_mmiotrace_rw; local
328 struct trace_event_call *call = &event_mmiotrace_map; local
H A Dtrace_dynevent.c24 struct trace_event_call *call; local
41 void trace_event_dyn_put_ref(struct trace_event_call *call) argument
54 bool trace_event_dyn_busy(struct trace_event_call *call) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dftrace.c17 u32 call; local
/linux-master/drivers/watchdog/
H A Darm_smc_wdt.c34 static int smcwd_call(struct watchdog_device *wdd, enum smcwd_call call, argument
/linux-master/fs/afs/
H A Dvl_probe.c47 void afs_vlserver_probe_result(struct afs_call *call) argument
153 struct afs_call *call; local
[all...]
/linux-master/arch/riscv/kernel/
H A Dftrace.c69 unsigned int call[2]; local
87 unsigned int call[2]; local
143 unsigned int call[2]; local
[all...]
H A Dalternative.c75 u32 call[2] = { auipc_insn, jalr_insn }; local
/linux-master/arch/mips/sgi-ip27/
H A Dip27-irq.c257 int resched, call; local
/linux-master/tools/virtio/ringtest/
H A Dmain.c66 void call(void) function
/linux-master/arch/csky/kernel/
H A Dftrace.c41 make_jbsr(unsigned long callee, unsigned long pc, uint16_t *call, bool nolr) argument
94 uint16_t call[7]; local
[all...]

Completed in 439 milliseconds

1234