Home
last modified time | relevance | path

Searched refs:cache_dir (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/powerpc/kernel/
H A Dcacheinfo.c30 struct cache_dir { struct
530 struct cache_dir *cache_dir; in cacheinfo_create_cache_dir() local
543 cache_dir = kzalloc(sizeof(*cache_dir), GFP_KERNEL); in cacheinfo_create_cache_dir()
544 if (!cache_dir) in cacheinfo_create_cache_dir()
786 struct cache_dir *cache_dir) in cacheinfo_create_index_dir() argument
813 struct cache_dir *cache_dir; in cacheinfo_sysfs_populate() local
818 if (!cache_dir) in cacheinfo_sysfs_populate()
863 static void remove_index_dirs(struct cache_dir *cache_dir) in remove_index_dirs() argument
878 static void remove_cache_dir(struct cache_dir *cache_dir) in remove_cache_dir() argument
913 struct cache_dir *cache_dir; in cacheinfo_cpu_offline() local
[all …]
/linux-6.15/tools/testing/selftests/nolibc/
H A Drun-tests.sh13 cache_dir="${XDG_CACHE_HOME:-"$HOME"/.cache}"
14 download_location="${cache_dir}/crosstools/"
15 build_location="$(realpath "${cache_dir}"/nolibc-tests/)"
/linux-6.15/scripts/kconfig/
H A DMakefile124 -o cache_dir=$(abspath $(obj)/tests/.cache) \