Searched refs:ldesc (Results 1 – 1 of 1) sorted by relevance
2135 struct latch_descr *ldesc; in end_problem_latch() local2139 ldesc = find_latch(mask); in end_problem_latch()2140 if (ldesc->end_message && (ldesc->flags & PRL_LATCHED)) { in end_problem_latch()2142 answer = fix_problem(ctx, ldesc->end_message, &pctx); in end_problem_latch()2144 ldesc->flags &= ~(PRL_VARIABLE); in end_problem_latch()2150 struct latch_descr *ldesc; in set_latch_flags() local2152 ldesc = find_latch(mask); in set_latch_flags()2153 if (!ldesc) in set_latch_flags()2155 ldesc->flags |= setflags; in set_latch_flags()2156 ldesc->flags &= ~clearflags; in set_latch_flags()[all …]