Home
last modified time | relevance | path

Searched refs:subdirs (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/scripts/
H A DMakefile.headersinst25 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 DMakefile.build450 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 Dmemcg_shrinker.py13 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 Dindex.rst61 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 Ddir_repair.c154 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 DREADME41 its subdirs in the kernel tree:
/linux-6.15/include/linux/
H A Dkernfs.h159 unsigned long subdirs; member
/linux-6.15/fs/kernfs/
H A Dinode.c180 set_nlink(inode, kn->dir.subdirs + 2); in kernfs_refresh_inode()
H A Ddir.c396 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 Dceph_fs.h584 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member
/linux-6.15/scripts/bash-completion/
H A Dmake446 # Do not append a space for variables, subdirs, "KBUILD_", "KCONFIG_".
/linux-6.15/fs/bcachefs/
H A Dfsck.c86 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 Dxattr.c428 XATTR_NAME_CEPH(dir, subdirs, VXATTR_FLAG_DIRSTAT),
H A Dinode.c1094 ci->i_subdirs = le64_to_cpu(info->subdirs); in ceph_fill_inode()
/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c3128 if (kn->dir.subdirs <= 1) in mon_rmdir_one_subdir()
/linux-6.15/drivers/base/
H A Dcore.c3350 return kobj->sd && kobj->sd->dir.subdirs; in kobject_has_children()
/linux-6.15/Documentation/kbuild/
H A Dmakefiles.rst227 Makefiles in these subdirs. The build system will automatically