Home
last modified time | relevance | path

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

/openbmc/linux/samples/kobject/
H A Dkset-example.c197 static struct foo_obj *baz_obj; variable
262 baz_obj = create_foo_obj("baz"); in example_init()
263 if (!baz_obj) in example_init()
279 destroy_foo_obj(baz_obj); in example_exit()