Searched refs:call (Results 1 - 25 of 588) sorted by last modified time

1234567891011>>

/linux-master/net/rxrpc/
H A Dtxbuf.c19 struct rxrpc_txbuf *rxrpc_alloc_data_txbuf(struct rxrpc_call *call, size_t data_size, argument
35 mutex_lock(&call->conn->tx_data_alloc_lock);
36 buf = page_frag_alloc_align(&call->conn->tx_data_alloc, total, gfp,
38 mutex_unlock(&call->conn->tx_data_alloc_lock);
50 txb->call_debug_id = call->debug_id;
55 txb->flags = call->conn->out_clientflag;
57 txb->seq = call->tx_prepared + 1;
64 whdr->epoch = htonl(call->conn->proto.epoch);
65 whdr->cid = htonl(call->cid);
66 whdr->callNumber = htonl(call
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...]
H A Drxkad.c148 static struct rxrpc_txbuf *rxkad_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp) argument
155 switch (call->conn->security_level) {
158 return rxrpc_alloc_data_txbuf(call, space, 1, gfp);
170 txb = rxrpc_alloc_data_txbuf(call, space, RXKAD_ALIGN, gfp);
230 * Allocate and prepare the crypto request on a call. For any particular call,
233 static struct skcipher_request *rxkad_get_call_crypto(struct rxrpc_call *call) argument
235 struct crypto_skcipher *tfm = &call->conn->rxkad.cipher->base;
241 * Clean up the crypto on a call.
243 static void rxkad_free_call_crypto(struct rxrpc_call *call) argument
250 rxkad_secure_packet_auth(const struct rxrpc_call *call, struct rxrpc_txbuf *txb, struct skcipher_request *req) argument
292 rxkad_secure_packet_encrypt(const struct rxrpc_call *call, struct rxrpc_txbuf *txb, struct skcipher_request *req) argument
337 rxkad_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) argument
408 rxkad_verify_packet_1(struct rxrpc_call *call, struct sk_buff *skb, rxrpc_seq_t seq, struct skcipher_request *req) argument
471 rxkad_verify_packet_2(struct rxrpc_call *call, struct sk_buff *skb, rxrpc_seq_t seq, struct skcipher_request *req) argument
552 rxkad_verify_packet(struct rxrpc_call *call, struct sk_buff *skb) argument
[all...]
H A Dinsecure.c20 static struct rxrpc_txbuf *none_alloc_txbuf(struct rxrpc_call *call, size_t remain, gfp_t gfp) argument
22 return rxrpc_alloc_data_txbuf(call, min_t(size_t, remain, RXRPC_JUMBO_DATALEN), 1, gfp);
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 Dconn_object.c90 * When searching for a service call, if we find a peer but no connection, we
91 * return that through *_peer in case we need to create a new service call.
145 * Disconnect a call and clear any channel it occupies when that call
147 * call's ref on the connection.
150 struct rxrpc_call *call)
153 &conn->channels[call->cid & RXRPC_CHANNELMASK];
155 _enter("%d,%x", conn->debug_id, call->cid);
157 if (chan->call == call) {
149 __rxrpc_disconnect_call(struct rxrpc_connection *conn, struct rxrpc_call *call) argument
189 rxrpc_disconnect_call(struct rxrpc_call *call) argument
[all...]
/linux-master/scripts/
H A DMakefile.build117 $(call if_changed_dep,cc_s_c)
123 $(call if_changed_dep,cpp_i_c)
134 cmd_cc_symtypes_c = $(call cmd_gensymtypes_c,true,$@) >/dev/null
137 $(call cmd,cc_symtypes_c)
145 $(call if_changed_dep,cc_ll_c)
176 $(call cmd_gensymtypes_$(1),$(KBUILD_SYMTYPES),$(@:.o=.symtypes)) \
180 cmd_gen_symversions_c = $(call gen_symversions,c)
226 $(call cmd_and_fixdep,cc_o_c)
227 $(call cmd,checksrc)
228 $(call cm
[all...]
/linux-master/rust/
H A DMakefile111 +$(call if_changed,rustdoc)
115 +$(call if_changed,rustdoc)
118 +$(call if_changed,rustdoc)
127 +$(call if_changed,rustdoc)
135 +$(call if_changed,rustdoc)
149 +$(call if_changed,rustc_test_library)
154 +$(call if_changed,rustc_test_library)
157 +$(call if_changed,rustc_test_library)
160 +$(call if_changed,rustc_test_library)
191 +$(call if_change
[all...]
/linux-master/
H A DMakefile32 # turn into vmlinux), we will call a sub make in that other dir, and
366 KERNELRELEASE = $(call read-file, include/config/kernel.release)
652 $(call cmd,makefile)
785 # Do not use $(call cmd,...) here. That would suppress prompts from syncconfig,
827 KBUILD_CFLAGS += $(call cc-option,--param=allow-store-data-races=0)
828 KBUILD_CFLAGS += $(call cc-option,-fno-allow-store-data-races)
882 KBUILD_CFLAGS += $(call cc-option, -fno-stack-clash-protection)
886 KBUILD_CFLAGS += -fzero-call-used-regs=used-gpr
893 ifeq ($(call cc-option-yn, -mnop-mcount),y)
912 ifeq ($(call c
[all...]
/linux-master/net/ax25/
H A Daf_ax25.c1092 ax25_address call; local
1110 call = user->call;
1116 call = addr->fsa_ax25.sax25_call;
1127 ax25->source_addr = call;
1789 case SIOCAX25ADDUID: /* Add a uid to the uid/call map table */
1790 case SIOCAX25DELUID: /* Delete a uid from the uid/call map table */
/linux-master/arch/arc/kernel/
H A Dhead.S116 ; when they resume, tail-call to entry point
H A Dentry.S164 ; Restore the sys-call args. Mere invocation of the hook abv could have
185 ; don't call ret_from_system_call as it saves r0, already done above
202 ; call the non syscall trap handler
244 st r0, [sp, PT_r0] ; sys call return value in pt_regs
276 mov blink, resume_user_mode_begin ; tail-call to U mode ret chks
296 ; tracer might call PEEKUSR(CALLEE reg)
H A Dentry-arcv2.S162 ; need to call do_page_fault().
/linux-master/arch/arc/boot/
H A DMakefile23 $(call if_changed,objcopy)
26 $(call if_changed,gzip)
29 $(call if_changed,lzma)
32 $(call if_changed,uimage,none)
35 $(call if_changed,uimage,gzip)
38 $(call if_changed,uimage,lzma)
/linux-master/fs/nfsd/
H A Dnfs4callback.c908 #define PROC(proc, call, argtype, restype) \
910 .p_proc = NFSPROC4_CB_##call, \
915 .p_statidx = NFSPROC4_CB_##call, \
1213 * TODO: cb_sequence should support referring call lists, cachethis, multiple
/linux-master/arch/x86/lib/
H A Dretpoline.S21 call .Ldo_rop_\@
181 call srso_alias_safe_ret
215 call srso_safe_ret
223 call srso_safe_ret
354 call 2f
/linux-master/arch/x86/kvm/
H A DMakefile45 $(call filechk,offsets,__KVM_ASM_OFFSETS_H__)
/linux-master/net/netfilter/
H A Dnf_tables_api.c8356 /* call under rcu_read_lock */
9196 .call = nf_tables_newtable,
9202 .call = nf_tables_gettable,
9208 .call = nf_tables_deltable,
9214 .call = nf_tables_deltable,
9220 .call = nf_tables_newchain,
9226 .call = nf_tables_getchain,
9232 .call = nf_tables_delchain,
9238 .call = nf_tables_delchain,
9244 .call
[all...]
/linux-master/kernel/trace/
H A Dtrace_events.c98 trace_find_event_field(struct trace_event_call *call, char *name) argument
103 head = trace_get_fields(call);
143 int trace_define_field(struct trace_event_call *call, const char *type, argument
149 if (WARN_ON(!call->class))
152 head = trace_get_fields(call);
158 static int trace_define_field_ext(struct trace_event_call *call, const char *type, argument
164 if (WARN_ON(!call->class))
167 head = trace_get_fields(call);
217 static void trace_destroy_fields(struct trace_event_call *call) argument
222 head = trace_get_fields(call);
233 trace_event_get_offsets(struct trace_event_call *call) argument
251 test_field(const char *fmt, struct trace_event_call *call) argument
284 test_event_printk(struct trace_event_call *call) argument
462 trace_event_raw_init(struct trace_event_call *call) argument
527 trace_event_reg(struct trace_event_call *call, enum trace_reg type, void *data) argument
612 struct trace_event_call *call = file->event_call; local
1032 struct trace_event_call *call; local
1223 struct trace_event_call *call; local
1295 struct trace_event_call *call = file->event_call; local
1455 struct trace_event_call *call; local
1543 struct trace_event_call *call = event_file_data(m->private); local
1575 struct trace_event_call *call = event_file_data(m->private); local
2442 event_define_fields(struct trace_event_call *call) argument
2483 struct trace_event_call *call = file->event_call; local
2558 struct trace_event_call *call = file->event_call; local
2640 remove_event_from_tracers(struct trace_event_call *call) argument
2660 event_remove(struct trace_event_call *call) argument
2688 event_init(struct trace_event_call *call) argument
2707 __register_event(struct trace_event_call *call, struct module *mod) argument
2746 update_event_printk(struct trace_event_call *call, struct trace_eval_map *map) argument
2843 update_event_fields(struct trace_event_call *call, struct trace_eval_map *map) argument
2894 struct trace_event_call *call, *p; local
2935 event_in_systems(struct trace_event_call *call, const char *systems) argument
2957 trace_create_new_event(struct trace_event_call *call, struct trace_array *tr) argument
3030 __trace_add_new_event(struct trace_event_call *call, struct trace_array *tr) argument
3077 __trace_early_add_new_event(struct trace_event_call *call, struct trace_array *tr) argument
3109 trace_add_event_call(struct trace_event_call *call) argument
3129 __trace_remove_event_call(struct trace_event_call *call) argument
3137 probe_remove_event_call(struct trace_event_call *call) argument
3180 trace_remove_event_call(struct trace_event_call *call) argument
3205 struct trace_event_call **call, **start, **end; local
3228 struct trace_event_call *call, *p; local
3290 struct trace_event_call *call; local
3306 struct trace_event_call *call; local
3775 struct trace_event_call *call; local
3801 __add_event_to_tracers(struct trace_event_call *call) argument
4021 struct trace_event_call **iter, *call; local
4188 struct trace_event_call *call; local
[all...]
H A Dbpf_trace.c99 * @call: tracepoint event
111 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) argument
120 * don't call into another bpf program (same or different)
125 bpf_prog_inc_misses_counters(rcu_dereference(call->prog_array));
133 * to all call sites, we did a bpf_prog_array_valid() there to check
134 * whether call->prog_array is empty or not, which is
147 ret = bpf_prog_run_array(rcu_dereference(call->prog_array),
258 * The strncpy_from_kernel_nofault() call will likely not fill the
652 * Support executing tracepoints in normal, irq, and nmi context that each call
1040 /* This helper call i
[all...]
/linux-master/arch/x86/kvm/vmx/
H A Dvmenter.S109 call vmx_update_host_rsp
267 * single call to retire, before the first unbalanced RET.
276 call vmx_spec_ctrl_restore_host
308 VMX_DO_EVENT_IRQOFF call asm_exc_nmi_kvm_vmx
318 * Save and restore volatile registers across a call to vmread_error(). Note,
341 call vmread_error_trampoline2
/linux-master/arch/x86/include/asm/
H A Dnospec-branch.h22 * right on call entry and logical shift left on return.
24 * The depth tracking variable is initialized to 0x8000.... when the call
26 * saturates after the 12th call. The shift count is 5 for both directions
130 call 772f; \
183 * This should be used immediately before an indirect jump/call. It tells
184 * objtool the subsequent indirect jump/call is vouched safe for retpoline
213 * Equivalent to -mindirect-branch-cs-prefix; emit the 5 byte jmp/call
227 * indirect jmp/call which may be susceptible to the Spectre variant 2
247 call __x86_indirect_thunk_\reg
249 call *
[all...]
H A Dalternative.h157 #define ALT_CALL_INSTR "call BUG_func"
308 /* Like alternative_io, but for replacing a direct call with another one. */
310 asm_inline volatile (ALTERNATIVE("call %P[old]", "call %P[new]", ft_flags) \
321 asm_inline volatile (ALTERNATIVE_2("call %P[old]", "call %P[new1]", ft_flags1,\
322 "call %P[new2]", ft_flags2) \
335 * alternative_{input,io,call}()
396 call BUG_func
/linux-master/arch/x86/entry/
H A Dentry_64.S9 * entry.S contains the system-call and fault low-level handling routines.
69 * rax system call number
121 call do_syscall_64 /* returns with IRQs disabled */
199 * When switching from a shallower to a deeper call stack
244 call ret_from_fork
298 ALTERNATIVE "call error_entry; movq %rax, %rsp", \
299 "call xen_error_entry", X86_FEATURE_XENPV
311 call \cfunc
350 * int3 handler to emulate a call instruction.
414 call paranoid_entr
[all...]
H A Dentry_64_compat.S3 * Compatibility mode system call entry point for x86-64.
42 * eax system call number
121 call do_SYSENTER_32
168 * eax system call number
213 call do_fast_syscall_32
253 * when the system call started, which is already known to user
283 * int 0x80 is used by 32 bit mode as a system call entry. Normally idt entries
284 * point to C routines, however since this is a system call interface the branch
/linux-master/fs/bcachefs/
H A DMakefile99 subdir-ccflags-y += $(call cc-disable-warning, psabi)
/linux-master/drivers/gpu/drm/i915/
H A DMakefile10 subdir-ccflags-y += $(call cc-option, -Wrestrict)
15 subdir-ccflags-y += $(call cc-option, -Wunused-but-set-variable)
16 subdir-ccflags-y += $(call cc-option, -Wunused-const-variable)
17 subdir-ccflags-y += $(call cc-option, -Wpacked-not-aligned)
18 subdir-ccflags-y += $(call cc-option, -Wformat-overflow)
19 subdir-ccflags-y += $(call cc-option, -Wformat-truncation)
20 subdir-ccflags-y += $(call cc-option, -Wstringop-truncation)
444 $(call if_changed_dep,hdrtest)

Completed in 394 milliseconds

1234567891011>>