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
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()
6179 ASSERT(pm_thresh_head == ptr); in pm_unrecord_threshold()
6180 pm_thresh_head = ptr->ptr_next; in pm_unrecord_threshold()
6198 while (pm_thresh_head) { in pm_discard_thresholds()
6199 rp = pm_thresh_head; in pm_discard_thresholds()
[all …]