Searched refs:call (Results 326 - 350 of 592) sorted by relevance

<<11121314151617181920>>

/linux-master/net/rxrpc/
H A Dpeer_event.c205 struct rxrpc_call *call; local
212 call = hlist_entry(error_targets.first,
214 hlist_del_init(&call->error_link);
217 rxrpc_see_call(call, rxrpc_call_see_distribute_error);
218 rxrpc_set_call_completion(call, compl, 0, -err);
219 rxrpc_input_call_event(call, skb);
/linux-master/drivers/gpu/drm/
H A DMakefile11 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)
20 #subdir-ccflags-y += $(call cc-option, -Wformat-truncation)
21 subdir-ccflags-y += $(call cc-option, -Wstringop-truncation)
/linux-master/arch/sparc/kernel/
H A Dsun4v_ivec.S48 /* Now get the cross-call arguments and handler PC, same
200 /* Disable interrupts and save register state so we can call
210 call trace_hardirqs_off
215 call sun4v_resum_error
239 call trace_hardirqs_off
242 call sun4v_resum_overflow
311 /* Disable interrupts and save register state so we can call
321 call trace_hardirqs_off
326 call sun4v_nonresum_error
350 call trace_hardirqs_of
[all...]
/linux-master/kernel/trace/
H A Dtrace_dynevent.h80 struct trace_event_call *call)
87 call->flags |= TRACE_EVENT_FL_DYNAMIC;
79 dyn_event_add(struct dyn_event *ev, struct trace_event_call *call) argument
H A Dtrace_uprobe.c316 trace_uprobe_primary_from_call(struct trace_event_call *call) argument
320 tp = trace_probe_primary_from_call(call);
981 struct trace_event_call *call = trace_probe_event_call(&tu->tp); local
983 WARN_ON(call != trace_file->event_call);
1116 static int probe_event_enable(struct trace_event_call *call, argument
1124 tp = trace_probe_primary_from_call(call);
1176 static void probe_event_disable(struct trace_event_call *call, argument
1181 tp = trace_probe_primary_from_call(call);
1293 static int uprobe_perf_close(struct trace_event_call *call, argument
1300 tp = trace_probe_primary_from_call(call);
1317 uprobe_perf_open(struct trace_event_call *call, struct perf_event *event) argument
1371 struct trace_event_call *call = trace_probe_event_call(&tu->tp); local
1572 struct trace_event_call *call = trace_probe_event_call(&tu->tp); local
[all...]
H A Dtrace_kprobe.c215 trace_kprobe_primary_from_call(struct trace_event_call *call) argument
219 tp = trace_probe_primary_from_call(call);
226 bool trace_kprobe_on_func_entry(struct trace_event_call *call) argument
228 struct trace_kprobe *tk = trace_kprobe_primary_from_call(call);
235 bool trace_kprobe_error_injectable(struct trace_event_call *call) argument
237 struct trace_kprobe *tk = trace_kprobe_primary_from_call(call);
356 static int enable_trace_kprobe(struct trace_event_call *call, argument
364 tp = trace_probe_primary_from_call(call);
406 static int disable_trace_kprobe(struct trace_event_call *call, argument
411 tp = trace_probe_primary_from_call(call);
1388 struct trace_event_call *call = trace_probe_event_call(&tk->tp); local
1454 struct trace_event_call *call = trace_probe_event_call(&tk->tp); local
1593 struct trace_event_call *call = trace_probe_event_call(&tk->tp); local
1643 struct trace_event_call *call = trace_probe_event_call(&tk->tp); local
1799 struct trace_event_call *call = trace_probe_event_call(&tk->tp); local
[all...]
/linux-master/arch/x86/math-emu/
H A Dreg_norm.S87 call arith_underflow
95 call arith_overflow
/linux-master/scripts/
H A Djobserver-exec71 rc = subprocess.call(sys.argv[1:])
/linux-master/arch/x86/boot/compressed/
H A Dhead_32.S53 * with a short local call on x86. Nothing else will tell us what
59 call 1f
160 call extract_kernel /* returns kernel entry point in %eax */
/linux-master/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c388 gcall *call; local
394 call = as_a_gcall(stmt);
395 if (!gimple_call_tail_p(call))
433 gimple assign, call; local
444 call = gimple_build_call(fndecl, 1, integer_zero_node);
445 gimple_call_set_lhs(call, frame_addr);
446 gsi_insert_before(&gsi, call, GSI_NEW_STMT);
447 update_stmt(call);
/linux-master/arch/x86/tools/
H A DMakefile26 $(call cmd,posttest)
27 $(call cmd,sanitytest)
/linux-master/tools/tracing/latency/
H A DMakefile17 # subdir is used by the ../Makefile in $(call descend,)
85 $(call QUIET_INSTALL,latency-collector)$(INSTALL) $(LATENCY-COLLECTOR) -m 755 $(DESTDIR)$(BINDIR)
89 $(call QUIET_CLEAN, latency-collector)
/linux-master/arch/x86/entry/
H A Dentry_64_compat.S3 * Compatibility mode system call entry point for x86-64.
41 * eax system call number
120 call do_SYSENTER_32
167 * eax system call number
212 call do_fast_syscall_32
252 * when the system call started, which is already known to user
282 * int 0x80 is used by 32 bit mode as a system call entry. Normally idt entries
283 * point to C routines, however since this is a system call interface the branch
/linux-master/arch/sparc/
H A DMakefile50 KBUILD_CFLAGS += $(call cc-option,-mtune=ultrasparc3)
74 $(call cmd,install)
/linux-master/fs/lockd/
H A Dsvcproc.c71 /* Obtain file pointer. Not used by FREE_ALL call. */
310 void nlmsvc_release_call(struct nlm_rqst *call) argument
312 if (!refcount_dec_and_test(&call->a_count))
314 nlmsvc_release_host(call->a_host);
315 kfree(call);
338 struct nlm_rqst *call; local
347 call = nlm_alloc_call(host);
349 if (call == NULL)
352 stat = func(rqstp, &call->a_res);
354 nlmsvc_release_call(call);
[all...]
/linux-master/tools/testing/kunit/
H A Dkunit_tool_test.py88 for call in self.print_mock.mock_calls:
89 self.assertNotIn(substr, call.args[0])
533 # ... so we should trigger a call to build_config()
655 for call in self.print_mock.call_args_list:
656 self.assertNotEqual(call, mock.call(StrContains('Testing complete.')))
657 self.assertNotEqual(call, mock.call(StrContains(' 0 tests run!')))
664 for call in self.print_mock.call_args_list:
665 self.assertNotEqual(call, moc
[all...]
/linux-master/tools/kvm/kvm_stat/
H A DMakefile11 a2x_path := $(call get-executable,$(A2X))
/linux-master/tools/testing/selftests/x86/
H A Draw_syscall_helper_32.S19 call *(6*4)(%esp) /* Do the syscall */
/linux-master/include/xen/arm/
H A Dhypercall.h44 long privcmd_call(unsigned call, unsigned long a1,
/linux-master/arch/x86/um/
H A Dsetjmp_64.S29 push %rsi # Make the call/return stack happy
H A Dsetjmp_32.S32 pushl %ecx # Make the call/return stack happy
/linux-master/arch/x86/kernel/
H A Drelocate_kernel_32.S141 call swap_pages
175 call *%edx
179 call 1f
189 call swap_pages
H A Dftrace_64.S31 * gcc -pg option adds a call to 'mcount' in most functions.
32 * When -mfentry is used, the call is to 'fentry' and not 'mcount'
38 * is enabled, the call can jump to either ftrace_caller or
112 * address of the call itself.
175 /* Account for the function call below */
180 call ftrace_stub
239 /* Account for the function call below */
244 call ftrace_stub
266 * If ORIG_RAX is anything but zero, make this a call to that.
297 * doing a tail-call withou
[all...]
/linux-master/arch/xtensa/boot/lib/
H A DMakefile32 $(call cmd,copy_zlib)
/linux-master/arch/xtensa/kernel/
H A DMakefile46 $(call if_changed_dep,_cpp_lds_S)

Completed in 235 milliseconds

<<11121314151617181920>>