Searched defs:most_c_obj (Results 1 – 1 of 1) sorted by relevance
47 struct most_c_obj { struct48 struct kobject kobj;49 struct completion cleanup;73 #define to_c_obj(d) container_of(d, struct most_c_obj, kobj) argument