Searched refs:KOBJ_NS_TYPE_NONE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dkobject_ns.h27 KOBJ_NS_TYPE_NONE = 0, enumerator in enum:kobj_ns_type
/linux-master/lib/
H A Dkobject.c34 if (!ns_ops || ns_ops->type == KOBJ_NS_TYPE_NONE)
61 if ((type <= KOBJ_NS_TYPE_NONE) || (type >= KOBJ_NS_TYPES))

Completed in 139 milliseconds