Searched refs:lpl_leaf (Results 1 – 2 of 2) sorted by relevance
1854 lpl_rset_add(lpl_t *lpl_target, lpl_t *lpl_leaf) in lpl_rset_add() argument1861 if (lpl_target->lpl_rset[i] == lpl_leaf) { in lpl_rset_add()1866 lpl_leaf->lpl_lgrpid) { in lpl_rset_add()1887 lpl_target->lpl_rset[entry_slot] = lpl_leaf; in lpl_rset_add()1888 lpl_target->lpl_id2rset[lpl_leaf->lpl_lgrpid] = entry_slot; in lpl_rset_add()1890 lpl_target->lpl_ncpu += lpl_leaf->lpl_ncpu; in lpl_rset_add()1929 lpl_rset_del(lpl_t *lpl_target, lpl_t *lpl_leaf) in lpl_rset_del() argument1939 if (lpl_target->lpl_rset[i] == lpl_leaf) in lpl_rset_del()1944 if (lpl_target->lpl_rset[i] != lpl_leaf) in lpl_rset_del()1949 lpl_target->lpl_id2rset[lpl_leaf->lpl_lgrpid] = -1; in lpl_rset_del()[all …]
1904 lpl_t *lpl, *lpl_leaf; in disp_getwork() local1934 lpl = lpl_leaf = cp->cpu_lpl; in disp_getwork()1935 local_id = lpl_leaf->lpl_lgrpid; in disp_getwork()1945 if (lpl_leaf != cp->cpu_lpl) in disp_getwork()1946 ocp = lpl_leaf->lpl_cpus; in disp_getwork()2028 if ((lpl_leaf = lpl->lpl_rset[++leafidx]) == NULL) { in disp_getwork()2030 lpl_leaf = lpl->lpl_rset[leafidx]; in disp_getwork()2046 lpl_leaf = lpl->lpl_rset[leafidx]; in disp_getwork()2616 lpl_t *lpl_iter, *lpl_leaf; in disp_lowpri_cpu() local2633 lpl_leaf = lpl_iter->lpl_rset[i]; in disp_lowpri_cpu()[all …]