Searched refs:ldesc (Results 1 – 1 of 1) sorted by relevance
1686 struct latch_descr *ldesc; in end_problem_latch() local1690 ldesc = find_latch(mask); in end_problem_latch()1691 if (ldesc->end_message && (ldesc->flags & PRL_LATCHED)) { in end_problem_latch()1693 answer = fix_problem(ctx, ldesc->end_message, &pctx); in end_problem_latch()1695 ldesc->flags &= ~(PRL_VARIABLE); in end_problem_latch()1701 struct latch_descr *ldesc; in set_latch_flags() local1703 ldesc = find_latch(mask); in set_latch_flags()1704 if (!ldesc) in set_latch_flags()1706 ldesc->flags |= setflags; in set_latch_flags()1707 ldesc->flags &= ~clearflags; in set_latch_flags()[all …]