Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dcpupart.c69 cpupart_t *cp_list_head; variable
122 cp = cp_list_head; in cpupart_find_all()
127 } while (cp != cp_list_head); in cpupart_find_all()
273 cp_list_head = &cp_default; in cpupart_initialize_default()
867 pp->cp_next = cp_list_head; in cpupart_create()
870 cp_list_head->cp_prev = pp; in cpupart_create()
1016 if (cp_list_head == pp) in cpupart_destroy()
1017 cp_list_head = pp->cp_next; in cpupart_destroy()
1134 cpp = cp_list_head; in cpupart_kpqalloc()
1138 } while (cpp != cp_list_head); in cpupart_kpqalloc()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dcpupart.h124 extern cpupart_t *cp_list_head;
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c490 cpupart = cp_list_head; in clock()
501 } while ((cpupart = cpupart->cp_next) != cp_list_head); in clock()
904 cpupart = cp_list_head; in clock()
908 } while ((cpupart = cpupart->cp_next) != cp_list_head); in clock()
1143 cpupart = cp_list_head; in loadavg_update()
1155 } while ((cpupart = cpupart->cp_next) != cp_list_head); in loadavg_update()
H A Dlgrp.c2347 cp = cp_list_head; in lpl_topo_flatten()
2395 } while (cp != cp_list_head); in lpl_topo_flatten()