/linux-4.1.27/scripts/ |
D | Makefile.clean | 20 subdir-y += $(__subdir-y) 22 subdir-m += $(__subdir-m) 24 subdir- += $(__subdir-) 28 subdir-ym := $(sort $(subdir-y) $(subdir-m)) 29 subdir-ymn := $(sort $(subdir-ym) $(subdir-)) 33 subdir-ymn := $(addprefix $(obj)/,$(subdir-ymn)) 67 __clean: $(subdir-ymn) 84 PHONY += $(subdir-ymn) 85 $(subdir-ymn):
|
D | Makefile.modbuiltin | 29 subdir-Y += $(__subdir-Y) 30 subdir-ym := $(sort $(subdir-y) $(subdir-Y) $(subdir-m)) 31 subdir-ym := $(addprefix $(obj)/,$(subdir-ym)) 34 modbuiltin-subdirs := $(patsubst %,%/modules.builtin, $(subdir-ym)) 38 __modbuiltin: $(modbuiltin-target) $(subdir-ym) 41 $(modbuiltin-target): $(subdir-ym) FORCE 52 PHONY += $(subdir-ym) 53 $(subdir-ym):
|
D | Makefile | 35 subdir-$(CONFIG_MODVERSIONS) += genksyms 36 subdir-y += mod 37 subdir-$(CONFIG_SECURITY_SELINUX) += selinux 38 subdir-$(CONFIG_DTC) += dtc 39 subdir-$(CONFIG_GDB_SCRIPTS) += gdb 42 subdir- += basic kconfig package
|
D | Makefile.lib | 9 export KBUILD_SUBDIR_ASFLAGS := $(KBUILD_SUBDIR_ASFLAGS) $(subdir-asflags-y) 10 export KBUILD_SUBDIR_CCFLAGS := $(KBUILD_SUBDIR_CCFLAGS) $(subdir-ccflags-y) 39 subdir-y += $(__subdir-y) 41 subdir-m += $(__subdir-m) 47 subdir-ym := $(sort $(subdir-y) $(subdir-m)) 63 subdir-obj-y := $(filter %/built-in.o, $(obj-y)) 69 real-objs-y := $(foreach m, $(filter-out $(subdir-obj-y), $(obj-y)), $(if $(strip $($(m:.o=-objs)) … 81 subdir-obj-y := $(addprefix $(obj)/,$(subdir-obj-y)) 89 subdir-ym := $(addprefix $(obj)/,$(subdir-ym))
|
D | Makefile.build | 19 subdir-y := 20 subdir-m := 30 subdir-asflags-y := 31 subdir-ccflags-y := 86 ifneq ($(strip $(obj-y) $(obj-m) $(obj-) $(subdir-m) $(lib-target)),) 96 $(subdir-ym) $(always) 323 $(sort $(subdir-obj-y)): $(subdir-ym) ; 352 $(modorder-target): $(subdir-ym) FORCE 401 PHONY += $(subdir-ym) 402 $(subdir-ym):
|
D | analyze_suspend.py | 132 def initTestOutput(self, subdir): argument 142 if(subdir != "."): 143 self.testdir = subdir+"/"+testtime 3285 def runTest(subdir): argument 3293 sysvals.initTestOutput(subdir) 3325 def runSummary(subdir, output): argument 3330 for dirname, dirnames, filenames in os.walk(subdir): 3364 link = file.replace(subdir+'/', '').replace('_ftrace.txt', '.html') 3368 createHTMLSummarySimple(testruns, subdir+'/summary.html') 3579 subdir = datetime.now().strftime('suspend-'+s+'-%m%d%y-%H%M%S') variable [all …]
|
/linux-4.1.27/tools/scripts/ |
D | Makefile.include | 5 OUTPUT := $(ABSOLUTE_O)/$(if $(subdir),$(subdir)/) 56 $(MAKE) $(COMMAND_O) subdir=$(if $(subdir),$(subdir)/$(1),$(1)) $(PRINT_DIR) -C $(1) $(2) 69 QUIET_SUBDIR0 = +@subdir= 71 echo ' SUBDIR '$$subdir; \ 72 $(MAKE) $(PRINT_DIR) -C $$subdir 79 $(MAKE) $(COMMAND_O) subdir=$(if $(subdir),$(subdir)/$(1),$(1)) $(PRINT_DIR) -C $(1) $(2)
|
/linux-4.1.27/tools/build/ |
D | Makefile.build | 33 subdir-y := 35 subdir-y := 36 subdir-obj-y := 92 subdir-y := $(patsubst %/,%,$(filter %/, $(obj-y))) 94 subdir-obj-y := $(filter %/$(obj)-in.o, $(obj-y)) 99 subdir-obj-y := $(addprefix $(objprefix),$(subdir-obj-y)) 104 PHONY += $(subdir-y) 106 $(subdir-y): 109 $(sort $(subdir-obj-y)): $(subdir-y) ;
|
/linux-4.1.27/security/ |
D | Makefile | 6 subdir-$(CONFIG_SECURITY_SELINUX) += selinux 7 subdir-$(CONFIG_SECURITY_SMACK) += smack 8 subdir-$(CONFIG_SECURITY_TOMOYO) += tomoyo 9 subdir-$(CONFIG_SECURITY_APPARMOR) += apparmor 10 subdir-$(CONFIG_SECURITY_YAMA) += yama 28 subdir-$(CONFIG_INTEGRITY) += integrity
|
/linux-4.1.27/fs/cachefiles/ |
D | namei.c | 714 struct dentry *subdir; in cachefiles_get_directory() local 725 subdir = lookup_one_len(dirname, dir, strlen(dirname)); in cachefiles_get_directory() 727 if (IS_ERR(subdir)) { in cachefiles_get_directory() 728 if (PTR_ERR(subdir) == -ENOMEM) in cachefiles_get_directory() 734 subdir, d_backing_inode(subdir) ? "positive" : "negative"); in cachefiles_get_directory() 737 if (d_is_negative(subdir)) { in cachefiles_get_directory() 746 ret = security_path_mkdir(&path, subdir, 0700); in cachefiles_get_directory() 749 ret = vfs_mkdir(d_inode(dir), subdir, 0700); in cachefiles_get_directory() 753 ASSERT(d_backing_inode(subdir)); in cachefiles_get_directory() 756 subdir, in cachefiles_get_directory() [all …]
|
/linux-4.1.27/tools/testing/selftests/exec/ |
D | Makefile | 3 DEPS = execveat.symlink execveat.denatured script subdir 6 subdir: target 28 rm -rf $(BINARIES) $(DEPS) subdir.moved execveat.moved xxxxx*
|
D | .gitignore | 1 subdir*
|
/linux-4.1.27/scripts/selinux/ |
D | Makefile | 1 subdir-y := mdp genheaders 2 subdir- += mdp genheaders
|
/linux-4.1.27/security/integrity/ |
D | Makefile | 12 subdir-$(CONFIG_IMA) += ima 14 subdir-$(CONFIG_EVM) += evm
|
/linux-4.1.27/drivers/usb/gadget/ |
D | Makefile | 4 subdir-ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG 5 subdir-ccflags-$(CONFIG_USB_GADGET_VERBOSE) += -DVERBOSE_DEBUG
|
/linux-4.1.27/drivers/net/can/ |
D | Makefile | 32 subdir-ccflags-y += -D__CHECK_ENDIAN__ 33 subdir-ccflags-$(CONFIG_CAN_DEBUG_DEVICES) += -DDEBUG
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | debugfs.c | 366 d = debugfs_create_bool(name, 0600, e->subdir, \ in b43legacy_add_dynamic_debug() 408 e->subdir = debugfs_create_dir(devdir, rootdir); in b43legacy_debugfs_add_device() 409 if (!e->subdir || IS_ERR(e->subdir)) { in b43legacy_debugfs_add_device() 410 if (e->subdir == ERR_PTR(-ENODEV)) { in b43legacy_debugfs_add_device() 427 mode, e->subdir, dev, \ in b43legacy_debugfs_add_device() 463 debugfs_remove(e->subdir); in b43legacy_debugfs_remove_device()
|
D | debugfs.h | 37 struct dentry *subdir; member
|
/linux-4.1.27/arch/xtensa/boot/ |
D | Makefile | 20 subdir-y := lib 30 $(bootdir-y): $(addprefix $(obj)/,$(subdir-y)) \
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
D | rsi_91x_debugfs.c | 300 dev_dbgfs->subdir = debugfs_create_dir(devdir, NULL); in rsi_init_dbgfs() 302 if (!dev_dbgfs->subdir) { in rsi_init_dbgfs() 312 dev_dbgfs->subdir, in rsi_init_dbgfs() 334 debugfs_remove_recursive(dev_dbgfs->subdir); in rsi_remove_dbgfs()
|
D | rsi_debugfs.h | 41 struct dentry *subdir; member
|
/linux-4.1.27/fs/proc/ |
D | generic.c | 43 return rb_entry_safe(rb_first(&dir->subdir), struct proc_dir_entry, in pde_subdir_first() 57 struct rb_node *node = dir->subdir.rb_node; in pde_subdir_find() 78 struct rb_root *root = &dir->subdir; in pde_subdir_insert() 389 ent->subdir = RB_ROOT; in __proc_create() 561 rb_erase(&de->subdir_node, &parent->subdir); in remove_proc_entry() 598 rb_erase(&root->subdir_node, &parent->subdir); in remove_proc_subtree() 604 rb_erase(&next->subdir_node, &de->subdir); in remove_proc_subtree()
|
D | proc_sysctl.c | 918 struct ctl_dir *subdir, *new = NULL; in get_subdir() local 922 subdir = find_subdir(dir, name, namelen); in get_subdir() 923 if (!IS_ERR(subdir)) in get_subdir() 925 if (PTR_ERR(subdir) != -ENOENT) in get_subdir() 931 subdir = ERR_PTR(-ENOMEM); in get_subdir() 936 subdir = find_subdir(dir, name, namelen); in get_subdir() 937 if (!IS_ERR(subdir)) in get_subdir() 939 if (PTR_ERR(subdir) != -ENOENT) in get_subdir() 944 subdir = ERR_PTR(err); in get_subdir() 947 subdir = new; in get_subdir() [all …]
|
D | root.c | 258 .subdir = RB_ROOT,
|
D | internal.h | 41 struct rb_root subdir; member
|
D | proc_net.c | 195 netd->subdir = RB_ROOT; in proc_net_ns_init()
|
/linux-4.1.27/scripts/gdb/ |
D | Makefile | 1 subdir-y := linux
|
/linux-4.1.27/Documentation/networking/ |
D | Makefile | 1 subdir-y := timestamping
|
/linux-4.1.27/Documentation/mic/ |
D | Makefile | 1 subdir-y := mpssd
|
/linux-4.1.27/Documentation/misc-devices/ |
D | Makefile | 1 subdir-y := mei
|
/linux-4.1.27/Documentation/watchdog/ |
D | Makefile | 1 subdir-y := src
|
/linux-4.1.27/Documentation/filesystems/ |
D | Makefile | 1 subdir-y := configfs
|
D | ceph.txt | 71 # mount -t ceph monip[:port][,monip2[:port]...]:/[subdir] mnt
|
D | proc.txt | 682 irq subdir is one subdir for each IRQ, and two files; default_smp_affinity and
|
/linux-4.1.27/drivers/memstick/ |
D | Makefile | 5 subdir-ccflags-$(CONFIG_MEMSTICK_DEBUG) := -DDEBUG
|
/linux-4.1.27/arch/arm64/boot/dts/mediatek/ |
D | Makefile | 4 subdir-y := $(dts-dirs)
|
/linux-4.1.27/arch/arm64/boot/dts/amd/ |
D | Makefile | 4 subdir-y := $(dts-dirs)
|
/linux-4.1.27/arch/arm64/boot/dts/exynos/ |
D | Makefile | 4 subdir-y := $(dts-dirs)
|
/linux-4.1.27/arch/arm64/boot/dts/sprd/ |
D | Makefile | 4 subdir-y := $(dts-dirs)
|
/linux-4.1.27/arch/arm64/boot/dts/apm/ |
D | Makefile | 4 subdir-y := $(dts-dirs)
|
/linux-4.1.27/arch/arm64/boot/dts/cavium/ |
D | Makefile | 4 subdir-y := $(dts-dirs)
|
/linux-4.1.27/arch/arm64/boot/dts/xilinx/ |
D | Makefile | 4 subdir-y := $(dts-dirs)
|
/linux-4.1.27/drivers/net/wireless/brcm80211/ |
D | Makefile | 19 subdir-ccflags-$(CONFIG_BRCMDBG) += -DDEBUG
|
/linux-4.1.27/arch/arm64/boot/dts/freescale/ |
D | Makefile | 4 subdir-y := $(dts-dirs)
|
/linux-4.1.27/arch/arm64/boot/dts/qcom/ |
D | Makefile | 4 subdir-y := $(dts-dirs)
|
/linux-4.1.27/drivers/mmc/ |
D | Makefile | 5 subdir-ccflags-$(CONFIG_MMC_DEBUG) := -DDEBUG
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | debugfs.c | 673 d = debugfs_create_bool(name, 0600, e->subdir, \ in b43_add_dynamic_debug() 718 e->subdir = debugfs_create_dir(devdir, rootdir); in b43_debugfs_add_device() 719 if (!e->subdir || IS_ERR(e->subdir)) { in b43_debugfs_add_device() 720 if (e->subdir == ERR_PTR(-ENODEV)) { in b43_debugfs_add_device() 744 mode, e->subdir, dev, \ in b43_debugfs_add_device() 792 debugfs_remove(e->subdir); in b43_debugfs_remove_device()
|
D | debugfs.h | 41 struct dentry *subdir; member
|
/linux-4.1.27/drivers/dma/ |
D | Makefile | 1 subdir-ccflags-$(CONFIG_DMADEVICES_DEBUG) := -DDEBUG 2 subdir-ccflags-$(CONFIG_DMADEVICES_VDEBUG) += -DVERBOSE_DEBUG
|
/linux-4.1.27/arch/arm64/boot/dts/arm/ |
D | Makefile | 6 subdir-y := $(dts-dirs)
|
/linux-4.1.27/Documentation/ |
D | Makefile | 1 subdir-y := accounting auxdisplay blackfin connector \
|
/linux-4.1.27/arch/arm64/boot/dts/ |
D | Makefile | 12 subdir-y := $(dts-dirs)
|
/linux-4.1.27/arch/mips/boot/dts/ |
D | Makefile | 11 subdir-y := $(dts-dirs)
|
/linux-4.1.27/arch/m32r/boot/ |
D | Makefile | 9 subdir- := compressed
|
/linux-4.1.27/arch/x86/realmode/ |
D | Makefile | 10 subdir- := rm
|
/linux-4.1.27/arch/powerpc/sysdev/xics/ |
D | Makefile | 1 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
|
/linux-4.1.27/drivers/rapidio/ |
D | Makefile | 12 subdir-ccflags-$(CONFIG_RAPIDIO_DEBUG) := -DDEBUG
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | Makefile | 3 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | Makefile | 1 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror 71 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
|
/linux-4.1.27/arch/mn10300/boot/ |
D | Makefile | 15 subdir- := compressed
|
/linux-4.1.27/arch/unicore32/boot/ |
D | Makefile | 39 subdir- := compressed
|
/linux-4.1.27/arch/s390/boot/ |
D | Makefile | 13 subdir- := compressed
|
/linux-4.1.27/arch/cris/boot/ |
D | Makefile | 11 subdir- := compressed rescue
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | Makefile | 22 subdir-ccflags-y += -D__CHECK_ENDIAN__
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Makefile | 2 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
|
/linux-4.1.27/arch/powerpc/oprofile/ |
D | Makefile | 1 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
|
/linux-4.1.27/net/bluetooth/ |
D | Makefile | 21 subdir-ccflags-y += -D__CHECK_ENDIAN__
|
/linux-4.1.27/arch/powerpc/perf/ |
D | Makefile | 1 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
|
/linux-4.1.27/arch/mips/ |
D | Kbuild | 4 subdir-ccflags-y := -Werror
|
/linux-4.1.27/arch/powerpc/lib/ |
D | Makefile | 5 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
|
/linux-4.1.27/tools/perf/Documentation/ |
D | Makefile | 156 QUIET_SUBDIR0 = +@subdir= 158 echo ' SUBDIR ' $$subdir; \ 159 $(MAKE) $(PRINT_DIR) -C $$subdir
|
/linux-4.1.27/arch/powerpc/mm/ |
D | Makefile | 5 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
|
/linux-4.1.27/arch/arm/boot/ |
D | Makefile | 118 subdir- := bootp compressed dts
|
/linux-4.1.27/drivers/pinctrl/ |
D | Makefile | 3 subdir-ccflags-$(CONFIG_DEBUG_PINCTRL) += -DDEBUG
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | Makefile | 8 subdir- += aicasm
|
/linux-4.1.27/drivers/power/ |
D | Makefile | 1 subdir-ccflags-$(CONFIG_POWER_SUPPLY_DEBUG) := -DDEBUG
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | Makefile | 5 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
|
/linux-4.1.27/arch/sh/boot/ |
D | Makefile | 33 subdir- := compressed romimage
|
/linux-4.1.27/Documentation/sysctl/ |
D | README | 53 several (arch-dependent?) subdirs. Each subdir is mainly about
|
/linux-4.1.27/Documentation/isdn/ |
D | README.hysdn | 43 The drivers/isdn/hysdn subdir contains a driver for HYPERCOPEs active 67 subdir need to be closed and all ethernet interfaces allocated by this
|
/linux-4.1.27/arch/x86/boot/ |
D | Makefile | 23 subdir- := compressed
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | Makefile | 8 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 319 subdir-ccflags-y, subdir-asflags-y 321 The difference is that the subdir- variants have effect for the kbuild 323 Options specified using subdir-* are added to the commandline before 324 the options specified using the non-subdir variants. 327 subdir-ccflags-y := -Werror 784 subdir- := compressed/ 799 the subdir- trick to descend further down. 801 Note 1: arch/$(ARCH)/Makefile cannot use "subdir-", because that file is
|
/linux-4.1.27/tools/perf/ |
D | Makefile.perf | 161 ifneq ($(subdir),)
|
/linux-4.1.27/ |
D | Makefile | 1502 …$(Q)$(MAKE) LDFLAGS= MAKEFLAGS="$(filter --j% -j,$(MAKEFLAGS))" O=$(objtree) subdir=tools -C $(src… 1506 …$(Q)$(MAKE) LDFLAGS= MAKEFLAGS="$(filter --j% -j,$(MAKEFLAGS))" O=$(objtree) subdir=tools -C $(src…
|