Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dkobject.h50 extern const struct kobj_type linux_kfree_type;
118 kobject_init(kobj, &linux_kfree_type); in kobject_create()
/freebsd-12.1/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c251 const struct kobj_type linux_kfree_type = { variable