Home
last modified time | relevance | path

Searched defs:hugepage_kobj (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/mm/
Dhuge_memory.c743 static int __init hugepage_init_sysfs(struct kobject **hugepage_kobj) in hugepage_init_sysfs()
801 static void __init hugepage_exit_sysfs(struct kobject *hugepage_kobj) in hugepage_exit_sysfs()
815 static inline int hugepage_init_sysfs(struct kobject **hugepage_kobj) in hugepage_init_sysfs()
820 static inline void hugepage_exit_sysfs(struct kobject *hugepage_kobj) in hugepage_exit_sysfs()
860 struct kobject *hugepage_kobj; in hugepage_init() local