Searched refs:pm_thresh_head (Results 1 – 1 of 1) sorted by relevance
427 pm_thresh_rec_t *pm_thresh_head; variable5065 for (pptr = NULL, ptr = pm_thresh_head; in pm_record_thresh()5073 pm_thresh_head = rp; in pm_record_thresh()5084 if (pm_thresh_head) { in pm_record_thresh()5085 rp->ptr_next = pm_thresh_head; in pm_record_thresh()5086 pm_thresh_head = rp; in pm_record_thresh()5089 pm_thresh_head = rp; in pm_record_thresh()5187 for (rp = pm_thresh_head; rp; rp = rp->ptr_next) { in pm_thresh_specd()6184 for (pptr = NULL, ptr = pm_thresh_head; ptr; ptr = ptr->ptr_next) { in pm_unrecord_threshold()6189 ASSERT(pm_thresh_head == ptr); in pm_unrecord_threshold()[all …]