Searched refs:lpl_leaf (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | lgrp.c | 1831 * Add a resource named by lpl_leaf to rset of lpl_target 1845 lpl_rset_add(lpl_t *lpl_target, lpl_t *lpl_leaf) argument 1852 if (lpl_target->lpl_rset[i] == lpl_leaf) { 1857 lpl_leaf->lpl_lgrpid) { 1878 lpl_target->lpl_rset[entry_slot] = lpl_leaf; 1879 lpl_target->lpl_id2rset[lpl_leaf->lpl_lgrpid] = entry_slot; 1881 lpl_target->lpl_ncpu += lpl_leaf->lpl_ncpu; 1913 * Delete resource lpl_leaf from rset of lpl_target, assuming it's there. 1920 lpl_rset_del(lpl_t *lpl_target, lpl_t *lpl_leaf) argument 1930 if (lpl_target->lpl_rset[i] == lpl_leaf) 1959 lpl_rset_contains(lpl_t *lpl_target, lpl_t *lpl_leaf) argument 1981 lpl_t *lpl_leaf; local 2022 lpl_init(lpl_t *lpl, lpl_t *lpl_leaf, lgrp_t *lgrp) argument 2408 lpl_leaf_insert(lpl_t *lpl_leaf, cpupart_t *cpupart) argument 2500 lpl_leaf_remove(lpl_t *lpl_leaf, cpupart_t *cpupart) argument 2585 lpl_t *lpl_leaf; local [all...] |
/illumos-gate/usr/src/uts/common/disp/ |
H A D | disp.c | 1906 lpl_t *lpl, *lpl_leaf; local 1936 lpl = lpl_leaf = cp->cpu_lpl; 1937 local_id = lpl_leaf->lpl_lgrpid; 1947 if (lpl_leaf != cp->cpu_lpl) 1948 ocp = lpl_leaf->lpl_cpus; 2030 if ((lpl_leaf = lpl->lpl_rset[++leafidx]) == NULL) { 2032 lpl_leaf = lpl->lpl_rset[leafidx]; 2048 lpl_leaf = lpl->lpl_rset[leafidx]; 2597 lpl_t *lpl_iter, *lpl_leaf; local 2630 lpl_leaf [all...] |
Completed in 76 milliseconds