Searched refs:kobj_to_state_obj (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/cpuidle/
H A Dsysfs.c333 #define kobj_to_state_obj(k) container_of(k, struct cpuidle_state_kobj, kobj) macro
334 #define kobj_to_state(k) (kobj_to_state_obj(k)->state)
335 #define kobj_to_state_usage(k) (kobj_to_state_obj(k)->state_usage)
373 struct cpuidle_state_kobj *state_obj = kobj_to_state_obj(kobj); cpuidle_state_sysfs_release()

Completed in 93 milliseconds