| /linux-6.15/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 | 450 single-subdirs := $(foreach d, $(subdir-ym), $(if $(filter $d/%, $(MAKECMDGOALS)), $d)) 451 single-subdir-goals := $(filter $(addsuffix /%, $(single-subdirs)), $(MAKECMDGOALS)) 453 $(single-subdir-goals): $(single-subdirs)
|
| /linux-6.15/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-6.15/Documentation/admin-guide/sysctl/ |
| H A D | index.rst | 61 several (arch-dependent?) subdirs. Each subdir is mainly about 85 These are the subdirs I have on my system. There might be more 86 or other subdirs in another setup. If you see another dir, I'd
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | dir_repair.c | 154 uint64_t subdirs; member 781 rd->subdirs++; in xrep_dir_replay_update() 809 rd->subdirs--; in xrep_dir_replay_update() 1548 rd->subdirs + 2, in xrep_dir_set_nlink()
|
| /linux-6.15/tools/power/cpupower/ |
| H A D | README | 41 its subdirs in the kernel tree:
|
| /linux-6.15/include/linux/ |
| H A D | kernfs.h | 159 unsigned long subdirs; member
|
| /linux-6.15/fs/kernfs/ |
| H A D | inode.c | 180 set_nlink(inode, kn->dir.subdirs + 2); in kernfs_refresh_inode()
|
| H A D | dir.c | 396 kn_parent->dir.subdirs++; in kernfs_link_sibling() 426 kn_parent->dir.subdirs--; in kernfs_unlink_sibling()
|
| /linux-6.15/include/linux/ceph/ |
| H A D | ceph_fs.h | 584 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member
|
| /linux-6.15/scripts/bash-completion/ |
| H A D | make | 446 # Do not append a space for variables, subdirs, "KBUILD_", "KCONFIG_".
|
| /linux-6.15/fs/bcachefs/ |
| H A D | fsck.c | 86 u64 subdirs = 0; in bch2_count_subdirs() local 94 subdirs++; in bch2_count_subdirs() 98 return ret ?: subdirs; in bch2_count_subdirs()
|
| /linux-6.15/fs/ceph/ |
| H A D | xattr.c | 428 XATTR_NAME_CEPH(dir, subdirs, VXATTR_FLAG_DIRSTAT),
|
| H A D | inode.c | 1094 ci->i_subdirs = le64_to_cpu(info->subdirs); in ceph_fill_inode()
|
| /linux-6.15/arch/x86/kernel/cpu/resctrl/ |
| H A D | rdtgroup.c | 3128 if (kn->dir.subdirs <= 1) in mon_rmdir_one_subdir()
|
| /linux-6.15/drivers/base/ |
| H A D | core.c | 3350 return kobj->sd && kobj->sd->dir.subdirs; in kobject_has_children()
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | makefiles.rst | 227 Makefiles in these subdirs. The build system will automatically
|