Home
last modified time | relevance | path

Searched refs:kobject_has_children (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dkobject.h131 static inline bool kobject_has_children(struct kobject *kobj) in kobject_has_children() function
/kernel/linux/linux-5.10/drivers/base/
Dcore.c2663 if (!kobject_has_children(glue_dir) && !--ref) in cleanup_glue_dir()