Home
last modified time | relevance | path

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

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