Home
last modified time | relevance | path

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

/linux-2.6.39/samples/kobject/
Dkset-example.c188 static struct foo_obj *bar_obj; variable
250 bar_obj = create_foo_obj("bar"); in example_init()
251 if (!bar_obj) in example_init()
261 destroy_foo_obj(bar_obj); in example_init()
271 destroy_foo_obj(bar_obj); in example_exit()