Home
last modified time | relevance | path

Searched refs:c_flags (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.15/scripts/
H A DMakefile.build79 cmd_checksrc = $(CHECK) $(CHECKFLAGS) $(c_flags) $<
82 cmd_force_checksrc = $(CHECK) $(CHECKFLAGS) $(c_flags) $<
95 …cmd_cc_s_c = $(CC) $(filter-out $(DEBUG_CFLAGS) $(CC_FLAGS_LTO), $(c_flags)) -fverbose-asm -S -o $…
101 cmd_cpp_i_c = $(CPP) $(c_flags) -o $@ $<
122 cmd_gensymtypes_c = $(CPP) -D__GENKSYMS__ $(c_flags) $< | $(genksyms)
128 cmd_cc_ll_c = $(CC) $(c_flags) -emit-llvm -S -fno-discard-value-names -o $@ $<
215 cmd_cc_lst_c = $(CC) $(c_flags) -g -c -o $*.o $< && \
282 cmd_rustc_rs_rs_S = $(CPP) $(c_flags) -xc -C -P $< | sed '1,/^\/\/ Cut here.$$/d' >$@
310 $(CC) $(c_flags) -c -o $(@:.o=.gendwarfksyms.o) -xc -; \
316 $(CPP) -D__GENKSYMS__ $(c_flags) -xc - | $(genksyms)
H A DMakefile.lib238 c_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
311 cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $< \
/linux-6.15/arch/um/scripts/
H A DMakefile.rules12c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) -include $(srctree)/include/linux/kern_levels.h -inclu…
19 c_flags = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS)) $(CFLAGS_$(basetarget).o)
/linux-6.15/fs/coda/
H A Ddir.c464 if (!(cii->c_flags & (C_PURGE | C_FLUSH))) in coda_dentry_revalidate()
470 if (cii->c_flags & C_FLUSH) in coda_dentry_revalidate()
479 cii->c_flags &= ~(C_VATTR | C_PURGE | C_FLUSH); in coda_dentry_revalidate()
504 if (cii->c_flags & C_PURGE) in coda_dentry_delete()
526 if (!cii->c_flags) in coda_revalidate_inode()
529 if (cii->c_flags & (C_VATTR | C_PURGE | C_FLUSH)) { in coda_revalidate_inode()
556 cii->c_flags &= ~(C_VATTR | C_PURGE | C_FLUSH); in coda_revalidate_inode()
H A Dcoda_fs_i.h26 u_short c_flags; /* flags (see below) */ member
H A Dcoda_linux.h91 cii->c_flags |= flag; in coda_flag_inode()
H A Dinode.c52 ei->c_flags = 0; in coda_alloc_inode()
/linux-6.15/tools/build/
H A DMakefile.build53 cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $<
62 cmd_cpp_i_c = $(CC) $(c_flags) -E -o $@ $<
65 cmd_cc_s_c = $(CC) $(c_flags) -S -o $@ $<
H A DBuild.include98 c_flags = $(filter-out $(CFLAGS_REMOVE_$(obj)), $(c_flags_2))
/linux-6.15/arch/parisc/kernel/vdso64/
H A DMakefile53 cmd_vdso64ld = $(CC) $(c_flags) -Wl,-T $(filter-out FORCE, $^) -o $@
57 cmd_vdso64cc = $(CC) $(c_flags) -c -o $@ $<
/linux-6.15/arch/parisc/kernel/vdso32/
H A DMakefile54 cmd_vdso32ld = $(CROSS32CC) $(c_flags) -Wl,-T $(filter-out FORCE, $^) -o $@
58 cmd_vdso32cc = $(CROSS32CC) $(c_flags) -c -o $@ $<
/linux-6.15/usr/include/
H A DMakefile18 override c_flags = $(UAPI_CFLAGS) -Wp,-MMD,$(depfile) -I $(obj) -I $(srctree)/usr/dummy-include
83 $(CC) $(c_flags) -fsyntax-only -x c /dev/null \
/linux-6.15/include/drm/
H A DMakefile13 $(CC) $(c_flags) -fsyntax-only -x c /dev/null -include $< -include $<; \
/linux-6.15/scripts/gdb/linux/
H A DMakefile18 $(CPP) -E -x c -P $(c_flags) $< > $@ ;\
/linux-6.15/lib/test_fortify/
H A DMakefile7 $< $@ "$(NM)" $(CC) $(c_flags) -DKBUILD_EXTRA_WARN1
/linux-6.15/net/rds/
H A Drds_single_path.h20 #define c_flags c_path[0].cp_flags macro
H A Dib_send.c298 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags) || in rds_ib_send_cqe_handler()
382 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_send_grab_credits()
418 test_bit(RDS_LL_SEND_FULL, &conn->c_flags) ? ", ll_send_full" : ""); in rds_ib_send_add_credits()
421 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags)) in rds_ib_send_add_credits()
526 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_xmit()
541 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_xmit()
H A Dib_recv.c361 return test_and_set_bit(RDS_RECV_REFILL, &conn->c_flags) == 0; in acquire_refill()
366 clear_bit(RDS_RECV_REFILL, &conn->c_flags); in release_refill()
/linux-6.15/arch/x86/um/
H A DMakefile41 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \ macro
/linux-6.15/arch/csky/kernel/vdso/
H A DMakefile28 SYSCFLAGS_vdso.so.dbg = $(c_flags)
/linux-6.15/arch/s390/kernel/vdso32/
H A DMakefile56 cmd_vdso32cc = $(CC) $(c_flags) -c -o $@ $<
/linux-6.15/arch/s390/kernel/vdso64/
H A DMakefile71 cmd_vdso64cc = $(CC) $(c_flags) -c -o $@ $<
/linux-6.15/
H A DKbuild40 cmd_syscalls = $(CONFIG_SHELL) $< $(CC) $(c_flags) $(missing_syscalls_flags)
/linux-6.15/arch/powerpc/kernel/vdso/
H A DMakefile118 cmd_vdso32cc = $(VDSOCC) $(filter-out $(CC32FLAGSREMOVE), $(c_flags)) $(CC32FLAGS) -c -o $@ $<
/linux-6.15/drivers/gpu/drm/
H A DMakefile238 $(CC) $(c_flags) -fsyntax-only -x c /dev/null -include $< -include $<; \

12