Searched refs:cdev_record (Results 1 – 1 of 1) sorted by relevance
77 struct cdev_record { struct227 struct cdev_record *cdev_record; in thermal_debugfs_cdev_record_alloc() local229 cdev_record = kzalloc(sizeof(*cdev_record), GFP_KERNEL); in thermal_debugfs_cdev_record_alloc()230 if (!cdev_record) in thermal_debugfs_cdev_record_alloc()238 return cdev_record; in thermal_debugfs_cdev_record_alloc()258 struct cdev_record *cdev_record; in thermal_debugfs_cdev_record_get() local261 if (cdev_record) in thermal_debugfs_cdev_record_get()413 struct cdev_record *cdev_record; in thermal_debug_cdev_state_update() local434 if (cdev_record) { in thermal_debug_cdev_state_update()437 cdev_record->residency = ktime_add(cdev_record->residency, delta); in thermal_debug_cdev_state_update()[all …]
Completed in 7 milliseconds