Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsmp_types.h62 atomic_t a_flags; member
/linux/arch/powerpc/kernel/vdso/
H A DMakefile116 cmd_vdso32as = $(VDSOCC) $(a_flags) $(CC32FLAGS) $(AS32FLAGS) -c -o $@ $<
123 cmd_vdso64as = $(VDSOCC) $(a_flags) $(AS64FLAGS) -c -o $@ $<
/linux/arch/riscv/kernel/compat_vdso/
H A DMakefile72 cmd_compat_vdsoas = $(COMPAT_CC) $(a_flags) $(COMPAT_CC_FLAGS) -c -o $@ $<
/linux/arch/loongarch/vdso/
H A DMakefile54 cmd_vdsoas_o_S = $(CC) $(a_flags) -c -o $@ $<
/linux/include/linux/lockd/
H A Dlockd.h142 unsigned int a_flags; /* initial RPC task flags */ member
/linux/arch/mips/vdso/
H A DMakefile75 cmd_vdsoas_o_S = $(CC) $(a_flags) -c -o $@ $<
/linux/scripts/
H A DMakefile.build415 cmd_cpp_s_S = $(CPP) $(a_flags) -o $@ $<
/linux/fs/lockd/
H A Dsvc4proc.c313 call->a_flags = RPC_TASK_ASYNC; in nlm4svc_callback()
H A Dsvcproc.c344 call->a_flags = RPC_TASK_ASYNC; in nlmsvc_callback()
H A Dclntproc.c797 req->a_flags = RPC_TASK_ASYNC; in nlmclnt_cancel()
H A Dsvclock.c264 call->a_flags = RPC_TASK_ASYNC; in nlmsvc_create_block()