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

Function kobj_init_common

freebsd/kern/subr_kobj.c:263–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263static void
264kobj_init_common(kobj_t obj, kobj_class_t cls)
265{
266
267 obj->ops = cls->ops;
268 cls->refs++;
269}
270
271static int
272kobj_init1(kobj_t obj, kobj_class_t cls, int mflags)

Callers 2

kobj_init1Function · 0.85
kobj_init_staticFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected