Searched refs:lpl_leaf (Results 1 – 2 of 2) sorted by relevance
1845 lpl_rset_add(lpl_t *lpl_target, lpl_t *lpl_leaf) in lpl_rset_add() argument1852 if (lpl_target->lpl_rset[i] == lpl_leaf) { in lpl_rset_add()1857 lpl_leaf->lpl_lgrpid) { in lpl_rset_add()1878 lpl_target->lpl_rset[entry_slot] = lpl_leaf; in lpl_rset_add()1879 lpl_target->lpl_id2rset[lpl_leaf->lpl_lgrpid] = entry_slot; in lpl_rset_add()1881 lpl_target->lpl_ncpu += lpl_leaf->lpl_ncpu; in lpl_rset_add()1920 lpl_rset_del(lpl_t *lpl_target, lpl_t *lpl_leaf) in lpl_rset_del() argument1930 if (lpl_target->lpl_rset[i] == lpl_leaf) in lpl_rset_del()1935 if (lpl_target->lpl_rset[i] != lpl_leaf) in lpl_rset_del()1940 lpl_target->lpl_id2rset[lpl_leaf->lpl_lgrpid] = -1; in lpl_rset_del()[all …]
1922 lpl_t *lpl, *lpl_leaf; in disp_getwork() local1952 lpl = lpl_leaf = cp->cpu_lpl; in disp_getwork()1953 local_id = lpl_leaf->lpl_lgrpid; in disp_getwork()1963 if (lpl_leaf != cp->cpu_lpl) in disp_getwork()1964 ocp = lpl_leaf->lpl_cpus; in disp_getwork()2046 if ((lpl_leaf = lpl->lpl_rset[++leafidx]) == NULL) { in disp_getwork()2048 lpl_leaf = lpl->lpl_rset[leafidx]; in disp_getwork()2064 lpl_leaf = lpl->lpl_rset[leafidx]; in disp_getwork()2613 lpl_t *lpl_iter, *lpl_leaf; in disp_lowpri_cpu() local2646 lpl_leaf = lpl_iter->lpl_rset[i]; in disp_lowpri_cpu()[all …]