Searched refs:call (Results 226 - 250 of 588) sorted by relevance

1234567891011>>

/linux-master/arch/um/
H A DMakefile119 LINK-$(call gcc-min-version, 60100)$(CONFIG_CC_IS_CLANG) += -no-pie
123 CFLAGS_NO_HARDENING := $(call cc-option, -fno-PIC,) $(call cc-option, -fno-pic,) \
124 -fno-stack-protector $(call cc-option, -fno-stack-protector-all)
138 LDFLAGS_EXECSTACK += $(call ld-option,--no-warn-rwx-segments)
/linux-master/arch/s390/kernel/vdso64/
H A DMakefile54 $(call if_changed,vdso_and_check)
59 $(call if_changed,objcopy)
63 $(call if_changed_dep,vdso64as)
66 $(call if_changed_dep,vdso64cc)
80 $(call if_changed,vdsosym)
/linux-master/net/rxrpc/
H A Dproc.c52 struct rxrpc_call *call; local
68 call = list_entry(v, struct rxrpc_call, link);
70 local = call->local;
76 sprintf(rbuff, "%pISpc", &call->dest_srx.transport);
78 state = rxrpc_call_state(call);
80 timeout = ktime_ms_delta(READ_ONCE(call->expect_rx_by), ktime_get_real());
82 acks_hard_ack = READ_ONCE(call->acks_hard_ack);
88 call->dest_srx.srx_service,
89 call->cid,
90 call
[all...]
H A Dio_thread.c333 struct rxrpc_call *call = NULL; local
357 /* It's a connection-level packet if the call number is 0. */
370 if (chan->call ||
374 /* For the previous service call, if completed successfully, we
393 call = rxrpc_try_get_call(chan->call, rxrpc_call_get_input);
397 rxrpc_put_call(call, rxrpc_call_put_input);
402 if (call) {
403 rxrpc_implicit_end_call(call, skb);
404 rxrpc_put_call(call, rxrpc_call_put_inpu
429 struct rxrpc_call *call; local
[all...]
H A Drtt.c147 void rxrpc_peer_add_rtt(struct rxrpc_call *call, enum rxrpc_rtt_rx_trace why, argument
152 struct rxrpc_peer *peer = call->peer;
165 trace_rxrpc_rtt_rx(call, why, rtt_slot, send_serial, resp_serial,
/linux-master/arch/loongarch/vdso/
H A DMakefile28 $(call cc-option, -fno-asynchronous-unwind-tables) \
29 $(call cc-option, -fno-stack-protector)
60 $(call if_changed,vdsosym)
79 $(call if_changed,vdsold_and_vdso_check)
83 $(call if_changed,objcopy)
/linux-master/include/linux/
H A Dtrace_events.h409 bool trace_event_dyn_try_get_ref(struct trace_event_call *call);
410 void trace_event_dyn_put_ref(struct trace_event_call *call);
411 bool trace_event_dyn_busy(struct trace_event_call *call);
413 static inline bool trace_event_dyn_try_get_ref(struct trace_event_call *call) argument
418 static inline void trace_event_dyn_put_ref(struct trace_event_call *call) argument
421 static inline bool trace_event_dyn_busy(struct trace_event_call *call) argument
423 /* Nothing should call this without DYNAIMIC_EVENTS configured. */
428 static inline bool trace_event_try_get_ref(struct trace_event_call *call) argument
430 if (call->flags & TRACE_EVENT_FL_DYNAMIC)
431 return trace_event_dyn_try_get_ref(call);
436 trace_event_put_ref(struct trace_event_call *call) argument
445 bpf_prog_array_valid(struct trace_event_call *call) argument
469 trace_event_name(struct trace_event_call *call) argument
779 trace_call_bpf(struct trace_event_call *call, void *ctx) argument
[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/kernel/trace/
H A Dtrace_dynevent.c24 struct trace_event_call *call; local
31 list_for_each_entry(call, &ftrace_events, list) {
32 if (call == dyn_call) {
41 void trace_event_dyn_put_ref(struct trace_event_call *call) argument
43 if (WARN_ON_ONCE(!(call->flags & TRACE_EVENT_FL_DYNAMIC)))
46 if (WARN_ON_ONCE(atomic_read(&call->refcnt) <= 0)) {
47 atomic_set(&call->refcnt, 0);
51 atomic_dec(&call->refcnt);
54 bool trace_event_dyn_busy(struct trace_event_call *call) argument
56 return atomic_read(&call
[all...]
H A Dtrace_probe.h212 bool trace_kprobe_on_func_entry(struct trace_event_call *call);
213 bool trace_kprobe_error_injectable(struct trace_event_call *call);
215 static inline bool trace_kprobe_on_func_entry(struct trace_event_call *call) argument
220 static inline bool trace_kprobe_error_injectable(struct trace_event_call *call) argument
248 /* Event call and class holder */
252 struct trace_event_call call; member in struct:trace_probe_event
297 return trace_event_name(&tp->event->call);
302 return tp->event->call.class->system;
308 return &tp->event->call;
314 return container_of(event_call, struct trace_probe_event, call);
318 trace_probe_primary_from_call(struct trace_event_call *call) argument
[all...]
/linux-master/tools/bpf/bpftool/
H A DMakefile50 $(call QUIET_INSTALL, $@)
59 $(call QUIET_INSTALL, $@)
63 $(call QUIET_CLEAN, libbpf)
67 $(call QUIET_CLEAN, libbpf-bootstrap)
253 $(call QUIET_CLEAN, feature-detect)
257 $(call QUIET_CLEAN, bpftool)
261 $(call QUIET_CLEAN, core-gen)
266 $(call QUIET_INSTALL, bpftool)
275 $(call QUIET_UNINST, bpftool)
280 $(call descen
[all...]
/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...]
/linux-master/arch/sparc/kernel/
H A Dtrampoline_32.S77 call %g5
81 call smp_callin
90 call cpu_panic
138 call %g5
142 call smp_callin
194 call %g5
198 call smp_callin
H A Dftrace.c17 u32 call; local
21 call = 0x40000000 | ((u32)off >> 2);
23 return call;
/linux-master/tools/lib/thermal/
H A DMakefile123 $(call QUIET_CLEAN, libthermal) $(RM) $(LIBTHERMAL_A) \
146 $(call QUIET_INSTALL, $(LIBTHERMAL_ALL)) \
147 $(call do_install_mkdir,$(libdir_SQ)); \
151 $(call QUIET_INSTALL, headers) \
152 $(call do_install,include/thermal.h,$(prefix)/include/thermal,644); \
155 $(call QUIET_INSTALL, $(LIBTHERMAL_PC)) \
156 $(call do_install,$(LIBTHERMAL_PC),$(libdir_SQ)/pkgconfig,644)
/linux-master/lib/raid6/
H A DMakefile17 altivec_flags := -maltivec $(call cc-option,-mabi=altivec)
60 $(call if_changed,unroll)
68 $(call if_changed,unroll)
76 $(call if_changed,unroll)
84 $(call if_changed,unroll)
88 $(call if_changed,unroll)
95 $(call if_changed,mktable)
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.seq113 call start_selection;
120 call unexpected_nonpkt_phase_find_ctxt;
123 call unexpected_nonpkt_phase_find_ctxt;
138 call idle_loop_gsfifo_in_scsi_mode;
139 call idle_loop_service_fifos;
140 call idle_loop_cchan;
188 call complete;
196 call longjmp;
239 call qoutfifo_updated;
591 call idle_loop_service_fifo
[all...]
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_32.S76 call save_processor_state
77 call save_registers
79 call x86_acpi_enter_sleep_state
87 call restore_registers
88 call restore_processor_state
/linux-master/arch/arm64/kvm/
H A DMakefile30 $(call filechk,offsets,__HYP_CONSTANTS_H__)
35 $(call if_changed_dep,cc_s_c)
38 $(call if_changed_rule,gen_hyp_constants)
/linux-master/arch/um/kernel/
H A DMakefile40 $(call if_changed,quote1)
47 $(call if_changed,quote2)
56 $(call if_changed,mkcapflags)
/linux-master/arch/arm/vdso/
H A DMakefile50 $(call if_changed,vdsold_and_vdso_check)
53 $(call if_changed,vdsomunge)
58 $(call if_changed,objcopy)
/linux-master/arch/arm64/kernel/vdso/
H A DMakefile63 $(call if_changed,vdsold_and_vdso_check)
68 $(call if_changed,objcopy)
76 $(call if_changed,vdsosym)
/linux-master/drivers/net/wan/
H A DMakefile51 $(call if_changed,build_wanxlfw)
57 $(call if_changed,m68kld_bin_o)
63 $(call if_changed_dep,m68kas_o_S)
/linux-master/arch/arm/
H A DMakefile23 KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm)
26 KBUILD_CFLAGS += $(call cc-option,-mno-fdpic)
34 KBUILD_CFLAGS += $(call cc-option,-mno-unaligned-access)
60 KBUILD_CFLAGS += $(call cc-option,-fno-ipa-sra)
115 CFLAGS_ABI :=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) $(call cc-option,-mno-thumb-interwork,)
131 AFLAGS_NOWARN :=$(call as-option,-Wa$(comma)-mno-warn-deprecated,-Wa$(comma)-W)
138 CFLAGS_ISA :=$(call cc-option,-marm,) $(AFLAGS_NOWARN)
144 KBUILD_CFLAGS +=$(CFLAGS_ABI) $(CFLAGS_ISA) $(arch-y) $(tune-y) $(call cc-option,-mshort-load-bytes,$(call c
[all...]
/linux-master/arch/x86/xen/
H A Dxen-head.S67 call xen_start_kernel
77 call cpu_bringup_and_idle
84 call cpu_bringup_and_idle

Completed in 492 milliseconds

1234567891011>>