Searched refs:child_ns_type (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkobject.h112 const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj); member in struct:kobj_type
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dkobject.c900 if (parent && parent->ktype->child_ns_type)
901 ops = parent->ktype->child_ns_type(parent);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dclass.c82 .child_ns_type = class_child_ns_type,
H A Dcore.c633 .child_ns_type = class_dir_child_ns_type

Completed in 122 milliseconds