Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/disp/
H A Dcpupart.c66 cpupart_t *cp_list_head; variable
119 cp = cp_list_head; in cpupart_find_all()
124 } while (cp != cp_list_head); in cpupart_find_all()
270 cp_list_head = &cp_default; in cpupart_initialize_default()
869 pp->cp_next = cp_list_head; in cpupart_create()
870 pp->cp_prev = cp_list_head->cp_prev; in cpupart_create()
871 cp_list_head->cp_prev->cp_next = pp; in cpupart_create()
872 cp_list_head->cp_prev = pp; in cpupart_create()
1017 if (cp_list_head == pp) in cpupart_destroy()
1018 cp_list_head = pp->cp_next; in cpupart_destroy()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dcpupart.h123 extern cpupart_t *cp_list_head;
/titanic_50/usr/src/uts/common/os/
H A Dclock.c486 cpupart = cp_list_head; in clock()
497 } while ((cpupart = cpupart->cp_next) != cp_list_head); in clock()
900 cpupart = cp_list_head; in clock()
904 } while ((cpupart = cpupart->cp_next) != cp_list_head); in clock()
1139 cpupart = cp_list_head; in loadavg_update()
1151 } while ((cpupart = cpupart->cp_next) != cp_list_head); in loadavg_update()
H A Dlgrp.c2338 cp = cp_list_head; in lpl_topo_flatten()
2386 } while (cp != cp_list_head); in lpl_topo_flatten()