Home
last modified time | relevance | path

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

/Linux-v4.19/samples/kobject/
Dkset-example.c195 static struct foo_obj *bar_obj; variable
257 bar_obj = create_foo_obj("bar"); in example_init()
258 if (!bar_obj) in example_init()
268 destroy_foo_obj(bar_obj); in example_init()
279 destroy_foo_obj(bar_obj); in example_exit()