Home
last modified time | relevance | path

Searched refs:subdir (Results 1 – 85 of 85) sorted by relevance

/linux-4.1.27/scripts/
DMakefile.clean20 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):
DMakefile.modbuiltin29 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):
DMakefile35 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
DMakefile.lib9 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))
DMakefile.build19 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):
Danalyze_suspend.py132 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/
DMakefile.include5 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/
DMakefile.build33 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/
DMakefile6 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/
Dnamei.c714 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/
DMakefile3 DEPS = execveat.symlink execveat.denatured script subdir
6 subdir: target
28 rm -rf $(BINARIES) $(DEPS) subdir.moved execveat.moved xxxxx*
D.gitignore1 subdir*
/linux-4.1.27/scripts/selinux/
DMakefile1 subdir-y := mdp genheaders
2 subdir- += mdp genheaders
/linux-4.1.27/security/integrity/
DMakefile12 subdir-$(CONFIG_IMA) += ima
14 subdir-$(CONFIG_EVM) += evm
/linux-4.1.27/drivers/usb/gadget/
DMakefile4 subdir-ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG
5 subdir-ccflags-$(CONFIG_USB_GADGET_VERBOSE) += -DVERBOSE_DEBUG
/linux-4.1.27/drivers/net/can/
DMakefile32 subdir-ccflags-y += -D__CHECK_ENDIAN__
33 subdir-ccflags-$(CONFIG_CAN_DEBUG_DEVICES) += -DDEBUG
/linux-4.1.27/drivers/net/wireless/b43legacy/
Ddebugfs.c366 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()
Ddebugfs.h37 struct dentry *subdir; member
/linux-4.1.27/arch/xtensa/boot/
DMakefile20 subdir-y := lib
30 $(bootdir-y): $(addprefix $(obj)/,$(subdir-y)) \
/linux-4.1.27/drivers/net/wireless/rsi/
Drsi_91x_debugfs.c300 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()
Drsi_debugfs.h41 struct dentry *subdir; member
/linux-4.1.27/fs/proc/
Dgeneric.c43 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()
Dproc_sysctl.c918 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 …]
Droot.c258 .subdir = RB_ROOT,
Dinternal.h41 struct rb_root subdir; member
Dproc_net.c195 netd->subdir = RB_ROOT; in proc_net_ns_init()
/linux-4.1.27/scripts/gdb/
DMakefile1 subdir-y := linux
/linux-4.1.27/Documentation/networking/
DMakefile1 subdir-y := timestamping
/linux-4.1.27/Documentation/mic/
DMakefile1 subdir-y := mpssd
/linux-4.1.27/Documentation/misc-devices/
DMakefile1 subdir-y := mei
/linux-4.1.27/Documentation/watchdog/
DMakefile1 subdir-y := src
/linux-4.1.27/Documentation/filesystems/
DMakefile1 subdir-y := configfs
Dceph.txt71 # mount -t ceph monip[:port][,monip2[:port]...]:/[subdir] mnt
Dproc.txt682 irq subdir is one subdir for each IRQ, and two files; default_smp_affinity and
/linux-4.1.27/drivers/memstick/
DMakefile5 subdir-ccflags-$(CONFIG_MEMSTICK_DEBUG) := -DDEBUG
/linux-4.1.27/arch/arm64/boot/dts/mediatek/
DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/arm64/boot/dts/amd/
DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/arm64/boot/dts/exynos/
DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/arm64/boot/dts/sprd/
DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/arm64/boot/dts/apm/
DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/arm64/boot/dts/cavium/
DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/arm64/boot/dts/xilinx/
DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/drivers/net/wireless/brcm80211/
DMakefile19 subdir-ccflags-$(CONFIG_BRCMDBG) += -DDEBUG
/linux-4.1.27/arch/arm64/boot/dts/freescale/
DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/arm64/boot/dts/qcom/
DMakefile4 subdir-y := $(dts-dirs)
/linux-4.1.27/drivers/mmc/
DMakefile5 subdir-ccflags-$(CONFIG_MMC_DEBUG) := -DDEBUG
/linux-4.1.27/drivers/net/wireless/b43/
Ddebugfs.c673 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()
Ddebugfs.h41 struct dentry *subdir; member
/linux-4.1.27/drivers/dma/
DMakefile1 subdir-ccflags-$(CONFIG_DMADEVICES_DEBUG) := -DDEBUG
2 subdir-ccflags-$(CONFIG_DMADEVICES_VDEBUG) += -DVERBOSE_DEBUG
/linux-4.1.27/arch/arm64/boot/dts/arm/
DMakefile6 subdir-y := $(dts-dirs)
/linux-4.1.27/Documentation/
DMakefile1 subdir-y := accounting auxdisplay blackfin connector \
/linux-4.1.27/arch/arm64/boot/dts/
DMakefile12 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/mips/boot/dts/
DMakefile11 subdir-y := $(dts-dirs)
/linux-4.1.27/arch/m32r/boot/
DMakefile9 subdir- := compressed
/linux-4.1.27/arch/x86/realmode/
DMakefile10 subdir- := rm
/linux-4.1.27/arch/powerpc/sysdev/xics/
DMakefile1 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
/linux-4.1.27/drivers/rapidio/
DMakefile12 subdir-ccflags-$(CONFIG_RAPIDIO_DEBUG) := -DDEBUG
/linux-4.1.27/arch/powerpc/xmon/
DMakefile3 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
/linux-4.1.27/arch/powerpc/sysdev/
DMakefile1 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
71 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
/linux-4.1.27/arch/mn10300/boot/
DMakefile15 subdir- := compressed
/linux-4.1.27/arch/unicore32/boot/
DMakefile39 subdir- := compressed
/linux-4.1.27/arch/s390/boot/
DMakefile13 subdir- := compressed
/linux-4.1.27/arch/cris/boot/
DMakefile11 subdir- := compressed rescue
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
DMakefile22 subdir-ccflags-y += -D__CHECK_ENDIAN__
/linux-4.1.27/arch/powerpc/platforms/
DMakefile2 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
/linux-4.1.27/arch/powerpc/oprofile/
DMakefile1 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
/linux-4.1.27/net/bluetooth/
DMakefile21 subdir-ccflags-y += -D__CHECK_ENDIAN__
/linux-4.1.27/arch/powerpc/perf/
DMakefile1 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
/linux-4.1.27/arch/mips/
DKbuild4 subdir-ccflags-y := -Werror
/linux-4.1.27/arch/powerpc/lib/
DMakefile5 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
/linux-4.1.27/tools/perf/Documentation/
DMakefile156 QUIET_SUBDIR0 = +@subdir=
158 echo ' SUBDIR ' $$subdir; \
159 $(MAKE) $(PRINT_DIR) -C $$subdir
/linux-4.1.27/arch/powerpc/mm/
DMakefile5 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
/linux-4.1.27/arch/arm/boot/
DMakefile118 subdir- := bootp compressed dts
/linux-4.1.27/drivers/pinctrl/
DMakefile3 subdir-ccflags-$(CONFIG_DEBUG_PINCTRL) += -DDEBUG
/linux-4.1.27/drivers/scsi/aic7xxx/
DMakefile8 subdir- += aicasm
/linux-4.1.27/drivers/power/
DMakefile1 subdir-ccflags-$(CONFIG_POWER_SUPPLY_DEBUG) := -DDEBUG
/linux-4.1.27/arch/powerpc/kvm/
DMakefile5 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
/linux-4.1.27/arch/sh/boot/
DMakefile33 subdir- := compressed romimage
/linux-4.1.27/Documentation/sysctl/
DREADME53 several (arch-dependent?) subdirs. Each subdir is mainly about
/linux-4.1.27/Documentation/isdn/
DREADME.hysdn43 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/
DMakefile23 subdir- := compressed
/linux-4.1.27/arch/powerpc/kernel/
DMakefile8 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt319 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/
DMakefile.perf161 ifneq ($(subdir),)
/linux-4.1.27/
DMakefile1502 …$(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…