Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c428 pm_thresh_rec_t *pm_thresh_head; variable
5058 for (pptr = NULL, ptr = pm_thresh_head; in pm_record_thresh()
5066 pm_thresh_head = rp; in pm_record_thresh()
5077 if (pm_thresh_head) { in pm_record_thresh()
5078 rp->ptr_next = pm_thresh_head; in pm_record_thresh()
5079 pm_thresh_head = rp; in pm_record_thresh()
5082 pm_thresh_head = rp; in pm_record_thresh()
5180 for (rp = pm_thresh_head; rp; rp = rp->ptr_next) { in pm_thresh_specd()
6174 for (pptr = NULL, ptr = pm_thresh_head; ptr; ptr = ptr->ptr_next) { in pm_unrecord_threshold()
6179 ASSERT(pm_thresh_head == ptr); in pm_unrecord_threshold()
[all …]