Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDsubr_kobj.c270 kobj_init1(kobj_t obj, kobj_class_t cls, int mflags) in kobj_init1() function
300 if (kobj_init1(obj, cls, mflags) != 0) { in kobj_create()
312 error = kobj_init1(obj, cls, M_NOWAIT); in kobj_init()