Searched refs:ldesc (Results 1 – 1 of 1) sorted by relevance
2270 struct latch_descr *ldesc; in end_problem_latch() local2274 ldesc = find_latch(mask); in end_problem_latch()2275 if (ldesc->end_message && (ldesc->flags & PRL_LATCHED)) { in end_problem_latch()2277 answer = fix_problem(ctx, ldesc->end_message, &pctx); in end_problem_latch()2279 ldesc->flags &= ~(PRL_VARIABLE); in end_problem_latch()2285 struct latch_descr *ldesc; in set_latch_flags() local2287 ldesc = find_latch(mask); in set_latch_flags()2288 if (!ldesc) in set_latch_flags()2290 ldesc->flags |= setflags; in set_latch_flags()2291 ldesc->flags &= ~clearflags; in set_latch_flags()[all …]