Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDsubr_kobj.c61 static int kobj_next_id = 1; variable
68 &kobj_next_id, 0,
115 m->desc->id = kobj_next_id++; in kobj_class_compile_common()