Home
last modified time | relevance | path

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

/Linux-v4.19/samples/kobject/
Dkset-example.c196 static struct foo_obj *baz_obj; variable
261 baz_obj = create_foo_obj("baz"); in example_init()
262 if (!baz_obj) in example_init()
278 destroy_foo_obj(baz_obj); in example_exit()