Home
last modified time | relevance | path

Searched refs:a_flags (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/scripts/
DMakefile.build346 $(CPP) $(a_flags) $< | \
366 cmd_cpp_s_S = $(CPP) $(a_flags) -o $@ $<
374 cmd_as_o_S = $(CC) $(a_flags) -c -o $@ $<
381 cmd_as_o_S = $(CC) $(a_flags) -c -o $@ $<
388 cmd_as_o_S = $(CC) $(a_flags) -c -o $(@D)/.tmp_$(@F) $<
487 echo | $(CC) $(a_flags) -c -o $(dummy-object) -x assembler -;\
DMakefile.lib159 a_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
DKbuild.include289 $(CPP) $(call flags_nodeps,a_flags) -D__KSYM_DEPS__ $< ;; \
/Linux-v4.19/arch/powerpc/kernel/vdso32/
DMakefile57 cmd_vdso32as = $(VDSOCC) $(a_flags) $(CC32FLAGS) -c -o $@ $<
/Linux-v4.19/arch/arm64/kernel/vdso/
DMakefile60 cmd_vdsoas = $(CC) $(a_flags) -c -o $@ $<
/Linux-v4.19/arch/s390/kernel/vdso32/
DMakefile55 cmd_vdso32as = $(CC) $(a_flags) -c -o $@ $<
/Linux-v4.19/arch/s390/kernel/vdso64/
DMakefile55 cmd_vdso64as = $(CC) $(a_flags) -c -o $@ $<
/Linux-v4.19/arch/nds32/kernel/vdso/
DMakefile70 cmd_vdsoas = $(CC) $(a_flags) -c -o $@ $<
/Linux-v4.19/include/linux/lockd/
Dlockd.h141 unsigned int a_flags; /* initial RPC task flags */ member
/Linux-v4.19/arch/mips/vdso/
DMakefile63 cmd_vdsoas_o_S = $(CC) $(a_flags) -c -o $@ $<
/Linux-v4.19/fs/lockd/
Dsvc4proc.c303 call->a_flags = RPC_TASK_ASYNC; in nlm4svc_callback()
Dsvcproc.c344 call->a_flags = RPC_TASK_ASYNC; in nlmsvc_callback()
Dclntproc.c767 req->a_flags = RPC_TASK_ASYNC; in nlmclnt_cancel()
Dsvclock.c256 call->a_flags = RPC_TASK_ASYNC; in nlmsvc_create_block()