Lines Matching refs:nlmc
109 Lm_cntl *nlmc; in analyze_lmc() local
120 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in analyze_lmc()
121 if (nlmc->lc_flags & LMC_FLG_ANALYZING) in analyze_lmc()
133 nlmc->lc_flags |= LMC_FLG_ANALYZING; in analyze_lmc()
211 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in analyze_lmc()
212 if (nlmc->lc_flags & LMC_FLG_REANALYZE) { in analyze_lmc()
213 nlmc->lc_flags &= ~LMC_FLG_REANALYZE; in analyze_lmc()
214 lmp = nlmc->lc_head; in analyze_lmc()
219 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in analyze_lmc()
220 nlmc->lc_flags &= ~LMC_FLG_ANALYZING; in analyze_lmc()
471 Lm_cntl *plmc, *nlmc; in relocate_lmc() local
482 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in relocate_lmc()
484 if (nlmc->lc_flags & LMC_FLG_RELOCATING) in relocate_lmc()
487 nlmc->lc_flags |= LMC_FLG_RELOCATING; in relocate_lmc()
541 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in relocate_lmc()
544 plmc = nlmc; in relocate_lmc()
559 if (lret && (nlmco != ALIST_OFF_DATA) && nlmc->lc_head) in relocate_lmc()
560 lm_move(lml, nlmco, plmco, nlmc, plmc); in relocate_lmc()
618 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in relocate_lmc()
621 if ((nlmco != ALIST_OFF_DATA) && nlmc->lc_head) in relocate_lmc()
622 lm_move(lml, nlmco, plmco, nlmc, plmc); in relocate_lmc()
634 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in relocate_lmc()
635 nlmc->lc_flags &= ~LMC_FLG_RELOCATING; in relocate_lmc()