Searched refs:call (Results 251 - 275 of 588) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/riscv/kernel/vdso/
H A DMakefile38 # Disable -pg to prevent insert call site
53 $(call if_changed,vdsold)
60 $(call if_changed,objcopy)
68 $(call if_changed,vdsosym)
/linux-master/arch/sparc/kernel/
H A Dhead_64.S125 .asciz "call-method"
180 call %l7
209 call %l7
228 call %l7
252 call %l7
261 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "call-method"
277 call %l7
294 /* Leave service as-is, "call-method" */
318 call %l7
355 call
[all...]
H A Dutrap.S13 call bad_trap
/linux-master/fs/lockd/
H A Dclntproc.c164 struct nlm_rqst *call; local
168 call = nlm_alloc_call(host);
169 if (call == NULL)
178 nlmclnt_release_call(call);
182 nlmclnt_setlockargs(call, fl);
183 call->a_callback_data = data;
187 call->a_args.block = IS_SETLKW(cmd) ? 1 : 0;
188 status = nlmclnt_lock(call, fl);
190 status = nlmclnt_unlock(call, fl);
192 status = nlmclnt_test(call, f
208 struct nlm_rqst *call; local
227 nlmclnt_release_call(struct nlm_rqst *call) argument
[all...]
/linux-master/drivers/misc/cxl/
H A DMakefile2 ccflags-y := $(call cc-disable-warning, unused-const-variable)
/linux-master/arch/sh/lib/
H A Dmemmove.S17 ! if dest > src, call memcpy (it copies in decreasing order)
/linux-master/net/ax25/
H A Dax25_uid.c80 if (ax25cmp(&sax->sax25_call, &ax25_uid->call) == 0) {
109 ax25_uid->call = sax->sax25_call;
124 if (ax25cmp(&sax->sax25_call, &ax25_uid->call) == 0)
176 ax2asc(buf, &pt->call));
/linux-master/tools/lib/perf/Documentation/
H A DMakefile118 $(call QUIET_INSTALL, man) \
125 $(call QUIET_INSTALL, html) \
130 $(call QUIET_INSTALL, examples) \
140 $(call QUIET_CLEAN, Documentation) $(RM) $(CLEAN_FILES)
/linux-master/tools/testing/selftests/x86/
H A Dthunks.S16 // esi: function to call
39 call *%esi
/linux-master/arch/mips/crypto/
H A DMakefile22 $(call if_changed,perlasm)
/linux-master/scripts/genksyms/
H A DMakefile21 $(call if_changed,bison_no_warn)
/linux-master/tools/testing/selftests/sgx/
H A Dcall.S30 call *vdso_sgx_enter_enclave(%rip)
/linux-master/drivers/base/firmware_loader/builtin/
H A DMakefile36 $(call filechk,fwbin)
/linux-master/tools/perf/tests/shell/coresight/
H A DMakefile27 $(call QUIET_CLEAN, test-$(@:clean-%=%)) $(Q)$(MAKE) -C $(@:clean-%=%) clean >/dev/null
/linux-master/scripts/
H A DMakefile.asm-generic46 $(if $(unwanted),$(call cmd,remove))
50 $(call cmd,wrap)
/linux-master/net/rxrpc/
H A Dsecurity.c66 * Initialise the security on a client call.
68 int rxrpc_init_client_call_security(struct rxrpc_call *call) argument
72 struct key *key = call->key;
90 call->security = sec;
91 call->security_ix = sec->security_index;
/linux-master/tools/bpf/resolve_btfids/
H A DMakefile54 $(call msg,MKDIR,,$@)
86 $(call msg,LINK,$@)
100 $(call msg,CLEAN,$(BINARY))
107 $(call msg,GEN,,tags)
/linux-master/kernel/trace/
H A Dtrace_functions_graph.c107 struct trace_event_call *call = &event_funcgraph_entry; local
118 if (!call_filter_check_discard(call, entry, buffer, event))
226 struct trace_event_call *call = &event_funcgraph_exit; local
237 if (!call_filter_check_discard(call, entry, buffer, event))
678 /* Case of a leaf function on its call entry */
688 struct ftrace_graph_ent *call; local
694 call = &entry->graph_ent;
707 cpu_data->depth = call->depth - 1;
710 if (call->depth < FTRACE_RETFUNC_DEPTH &&
711 !WARN_ON_ONCE(call
743 struct ftrace_graph_ent *call = &entry->graph_ent; local
931 struct ftrace_graph_ent *call = &field->graph_ent; local
[all...]
/linux-master/arch/sparc/lib/
H A Dmcount.S14 * automatically instruments every C function with a call to this.
91 call ftrace_stub
96 call ftrace_stub
113 call prepare_ftrace_return
121 call ftrace_return_to_handler
/linux-master/drivers/gpu/drm/ci/
H A Dcheck-patch.py22 subprocess.call(["git", "remote", "remove", "check-patch"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
/linux-master/arch/x86/kernel/
H A Dftrace_32.S66 call ftrace_stub
97 * The purpose of this function is to call out in an emulated INT3
140 call ftrace_stub
181 call prepare_ftrace_return
194 call ftrace_return_to_handler
/linux-master/fs/afs/
H A Dfs_probe.c112 * call struct.
138 void afs_fileserver_probe_result(struct afs_call *call) argument
140 struct afs_endpoint_state *estate = call->probe;
142 struct afs_address *addr = &alist->addrs[call->probe_index];
143 struct afs_server *server = call->server;
144 unsigned int index = call->probe_index;
146 int ret = call->error;
160 estate->abort_code = call->abort_code;
168 trace_afs_io_error(call->debug_id, ret, afs_io_error_fs_probe_fail);
170 case -ECONNRESET: /* Responded, but call expire
[all...]
/linux-master/tools/perf/tests/shell/
H A Dtest_arm_callgraph_fp.sh31 perf record -o "$PERF_DATA" --call-graph fp -e cycles//u -D 1000 --user-callchains -- $TEST_PROGRAM 2> /dev/null &
/linux-master/tools/perf/arch/arm64/
H A DMakefile27 $(call QUIET_CLEAN, arm64) $(RM) $(header)
/linux-master/tools/perf/arch/powerpc/
H A DMakefile31 $(call QUIET_CLEAN, powerpc) $(RM) $(header32) $(header64)

Completed in 211 milliseconds

<<11121314151617181920>>