Searched refs:ldesc (Results 1 – 1 of 1) sorted by relevance
2319 struct latch_descr *ldesc; in end_problem_latch() local2323 ldesc = find_latch(mask); in end_problem_latch()2324 if (!ldesc) in end_problem_latch()2326 if (ldesc->end_message && (ldesc->flags & PRL_LATCHED)) { in end_problem_latch()2328 answer = fix_problem(ctx, ldesc->end_message, &pctx); in end_problem_latch()2330 ldesc->flags &= ~(PRL_VARIABLE); in end_problem_latch()2336 struct latch_descr *ldesc; in set_latch_flags() local2338 ldesc = find_latch(mask); in set_latch_flags()2339 if (!ldesc) in set_latch_flags()2341 ldesc->flags |= setflags; in set_latch_flags()[all …]