Home
last modified time | relevance | path

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

/openbmc/linux/samples/kobject/
H A Dkset-example.c196 static struct foo_obj *bar_obj; variable
258 bar_obj = create_foo_obj("bar"); in example_init()
259 if (!bar_obj) in example_init()
269 destroy_foo_obj(bar_obj); in example_init()
280 destroy_foo_obj(bar_obj); in example_exit()