| /linux-6.15/scripts/ |
| H A D | Makefile.build | 79 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 D | Makefile.lib | 238 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 D | Makefile.rules | 12 …c_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 D | dir.c | 464 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 D | coda_fs_i.h | 26 u_short c_flags; /* flags (see below) */ member
|
| H A D | coda_linux.h | 91 cii->c_flags |= flag; in coda_flag_inode()
|
| H A D | inode.c | 52 ei->c_flags = 0; in coda_alloc_inode()
|
| /linux-6.15/tools/build/ |
| H A D | Makefile.build | 53 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 D | Build.include | 98 c_flags = $(filter-out $(CFLAGS_REMOVE_$(obj)), $(c_flags_2))
|
| /linux-6.15/arch/parisc/kernel/vdso64/ |
| H A D | Makefile | 53 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 D | Makefile | 54 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 D | Makefile | 18 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 D | Makefile | 13 $(CC) $(c_flags) -fsyntax-only -x c /dev/null -include $< -include $<; \
|
| /linux-6.15/scripts/gdb/linux/ |
| H A D | Makefile | 18 $(CPP) -E -x c -P $(c_flags) $< > $@ ;\
|
| /linux-6.15/lib/test_fortify/ |
| H A D | Makefile | 7 $< $@ "$(NM)" $(CC) $(c_flags) -DKBUILD_EXTRA_WARN1
|
| /linux-6.15/net/rds/ |
| H A D | rds_single_path.h | 20 #define c_flags c_path[0].cp_flags macro
|
| H A D | ib_send.c | 298 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 D | ib_recv.c | 361 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 D | Makefile | 41 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \ macro
|
| /linux-6.15/arch/csky/kernel/vdso/ |
| H A D | Makefile | 28 SYSCFLAGS_vdso.so.dbg = $(c_flags)
|
| /linux-6.15/arch/s390/kernel/vdso32/ |
| H A D | Makefile | 56 cmd_vdso32cc = $(CC) $(c_flags) -c -o $@ $<
|
| /linux-6.15/arch/s390/kernel/vdso64/ |
| H A D | Makefile | 71 cmd_vdso64cc = $(CC) $(c_flags) -c -o $@ $<
|
| /linux-6.15/ |
| H A D | Kbuild | 40 cmd_syscalls = $(CONFIG_SHELL) $< $(CC) $(c_flags) $(missing_syscalls_flags)
|
| /linux-6.15/arch/powerpc/kernel/vdso/ |
| H A D | Makefile | 118 cmd_vdso32cc = $(VDSOCC) $(filter-out $(CC32FLAGSREMOVE), $(c_flags)) $(CC32FLAGS) -c -o $@ $<
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | Makefile | 238 $(CC) $(c_flags) -fsyntax-only -x c /dev/null -include $< -include $<; \
|