Searched refs:call (Results 176 - 200 of 588) sorted by relevance

1234567891011>>

/linux-master/arch/alpha/lib/
H A DMakefile46 $(call if_changed_rule,as_o_S)
56 $(call if_changed,ld)
60 $(call if_changed,ld)
/linux-master/include/net/
H A Daf_rxrpc.h63 void rxrpc_kernel_shutdown_call(struct socket *sock, struct rxrpc_call *call);
64 void rxrpc_kernel_put_call(struct socket *sock, struct rxrpc_call *call);
69 struct rxrpc_peer *rxrpc_kernel_get_call_peer(struct socket *sock, struct rxrpc_call *call);
/linux-master/drivers/eisa/
H A DMakefile22 $(call cmd,eisaid)
/linux-master/kernel/debug/kdb/
H A DMakefile24 $(call cmd,gen-kdb)
/linux-master/include/trace/events/
H A Dnbd.h85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \
86 DEFINE_EVENT_WRITABLE(template, call, PARAMS(proto), \
90 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \
91 DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args))
/linux-master/drivers/zorro/
H A DMakefile22 $(call cmd,devlist)
/linux-master/tools/testing/selftests/timers/
H A DMakefile24 $(call RUN_TESTS, $(DESTRUCTIVE_TESTS))
/linux-master/tools/testing/selftests/x86/
H A Dthunks_32.S16 // 4(%esp): function to call
32 call *%rax
/linux-master/kernel/sched/
H A DMakefile5 ccflags-y += $(call cc-disable-warning, unused-but-set-variable)
/linux-master/arch/arm/tools/
H A DMakefile38 $(call if_changed,gen_mach)
51 $(call if_changed,syshdr)
54 $(call if_changed,sysnr)
57 $(call if_changed,systbl)
/linux-master/arch/x86/realmode/rm/
H A DMakefile48 $(call if_changed,pasyms)
58 $(call if_changed,ld)
64 $(call if_changed,objcopy)
71 $(call if_changed,relocs)
/linux-master/tools/perf/tests/shell/coresight/asm_pure_loop/
H A DMakefile25 $(call QUIET_INSTALL, tests) \
/linux-master/tools/perf/tests/shell/coresight/memcpy_thread/
H A DMakefile24 $(call QUIET_INSTALL, tests) \
/linux-master/tools/perf/tests/shell/coresight/thread_loop/
H A DMakefile24 $(call QUIET_INSTALL, tests) \
/linux-master/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A DMakefile24 $(call QUIET_INSTALL, tests) \
/linux-master/security/apparmor/
H A DMakefile106 $(call cmd,make-caps)
109 $(call cmd,make-rlim)
113 $(call cmd,make-af)
114 $(call cmd,make-sock)
/linux-master/arch/powerpc/purgatory/
H A DMakefile16 $(call if_changed,ld)
/linux-master/kernel/bpf/preload/iterators/
H A DMakefile43 $(call msg,CLEAN)
47 $(call msg,GEN-SKEL,$@)
51 $(call msg,BPF,$@)
58 $(call msg,MKDIR,$@)
/linux-master/scripts/
H A DMakefile.vmlinux18 $(call if_changed_dep,cc_o_c)
37 +$(call if_changed_dep,link_vmlinux)
/linux-master/arch/csky/kernel/vdso/
H A DMakefile35 $(call if_changed,vdsold)
40 $(call if_changed,so2s)
45 $(call if_changed,objcopy)
51 cmd_vdsold = $(CC) $(KBUILD_CFLAGS) $(call cc-option, -no-pie) -nostdlib -nostartfiles $(SYSCFLAGS_$(@F)) \
/linux-master/tools/testing/selftests/sgx/
H A DMakefile31 $(OUTPUT)/call.o \
44 $(OUTPUT)/call.o: call.S
56 $(OUTPUT)/call.o \
/linux-master/arch/s390/kernel/vdso32/
H A DMakefile48 $(call if_changed,vdso_and_check)
53 $(call if_changed,objcopy)
56 $(call if_changed_dep,vdso32as)
70 $(call if_changed,vdsosym)
/linux-master/arch/x86/purgatory/
H A DMakefile10 $(call if_changed_rule,cc_o_c)
13 $(call if_changed_rule,cc_o_c)
84 $(call if_changed,ld)
87 $(call if_changed,ld)
/linux-master/tools/perf/arch/mips/
H A DMakefile20 $(call QUIET_CLEAN, mips) $(RM) $(header)
/linux-master/tools/perf/arch/x86/
H A DMakefile26 $(call QUIET_CLEAN, x86) $(RM) -r $(header) $(generated)

Completed in 233 milliseconds

1234567891011>>