Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_kobj.c272 kobj_init1(kobj_t obj, kobj_class_t cls, int mflags) in kobj_init1() function
302 if (kobj_init1(obj, cls, mflags) != 0) { in kobj_create()
314 error = kobj_init1(obj, cls, M_NOWAIT); in kobj_init()