Searched refs:subdirs (Results 1 – 6 of 6) sorted by relevance
| /linux/scripts/ |
| H A D | Makefile.headersinst | 25 src-subdirs := $(patsubst $(src)/%/,%,$(filter %/, $(wildcard $(src)/*/))) 26 gen-subdirs := $(patsubst $(gen)/%/,%,$(filter %/, $(wildcard $(gen)/*/))) 27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs)) 29 src-headers := $(if $(src-subdirs), $(shell cd $(src) && find $(src-subdirs) -name '*.h')) 31 gen-headers := $(if $(gen-subdirs), $(shell cd $(gen) && find $(gen-subdirs) -name '*.h')) 42 all-subdirs := $(addprefix $(dst)/, $(all-subdirs)) 48 old-subdirs := $(wildcard $(all-subdirs)) 49 old-headers := $(if $(old-subdirs),$(shell find $(old-subdirs) -name '*.h'))
|
| H A D | Makefile.build | 61 # Handle objects in subdirs: 67 # information about ordering between -y and -m subdirs. Just put -y's first. 463 # To build objects in subdirs, we need to descend into the directories 539 single-subdirs := $(foreach d, $(subdir-ym), $(if $(filter $d/%, $(MAKECMDGOALS)), $d)) 540 single-subdir-goals := $(filter $(addsuffix /%, $(single-subdirs)), $(MAKECMDGOALS)) 542 $(single-subdir-goals): $(single-subdirs)
|
| /linux/tools/cgroup/ |
| H A D | memcg_shrinker.py | 13 for root, subdirs, _ in os.walk(cgroup_root): 14 for cgroup in subdirs: 26 for root, subdirs, _ in os.walk(shrinker_debugfs): 27 for shrinker in subdirs:
|
| /linux/tools/power/cpupower/ |
| H A D | README | 41 its subdirs in the kernel tree:
|
| /linux/include/linux/ceph/ |
| H A D | ceph_fs.h | 591 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member
|
| /linux/fs/resctrl/ |
| H A D | rdtgroup.c | 3444 if (kn->dir.subdirs <= 1) in mon_rmdir_one_subdir()
|