MCPcopy Create free account
hub / github.com/F-Stack/f-stack / kobj_init_static

Function kobj_init_static

freebsd/kern/subr_kobj.c:319–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void
320kobj_init_static(kobj_t obj, kobj_class_t cls)
321{
322
323 KASSERT(kobj_mutex_inited == 0,
324 ("%s: only supported during early cycles", __func__));
325
326 kobj_init_common(obj, cls);
327}
328
329void
330kobj_delete(kobj_t obj, struct malloc_type *mtype)

Callers 1

Calls 1

kobj_init_commonFunction · 0.85

Tested by

no test coverage detected