Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_debugfs.c37 #define CDEVSTATS_HASH_SIZE 16 macro
60 struct list_head transitions[CDEVSTATS_HASH_SIZE];
61 struct list_head durations[CDEVSTATS_HASH_SIZE];
236 &lists[cdev_record->id % CDEVSTATS_HASH_SIZE]); in thermal_debugfs_cdev_record_alloc()
247 list_for_each_entry(entry, &lists[id % CDEVSTATS_HASH_SIZE], node) in thermal_debugfs_cdev_record_find()
272 for (i = 0; i < CDEVSTATS_HASH_SIZE; i++) { in thermal_debugfs_cdev_clear()
296 return (*pos < CDEVSTATS_HASH_SIZE) ? pos : NULL; in cdev_seq_start()
303 return (*pos < CDEVSTATS_HASH_SIZE) ? pos : NULL; in cdev_seq_next()
489 for (i = 0; i < CDEVSTATS_HASH_SIZE; i++) { in thermal_debug_cdev_add()