Lines Matching refs:expected_m
545 TEST_MT_ENTRY *expected_m = NULL; in do_mt_hash_work() local
566 expected_m = &test_mt_entries[index]; in do_mt_hash_work()
578 if (m != NULL && m != expected_m) { in do_mt_hash_work()
581 giter, (void *)m, (void *)expected_m); in do_mt_hash_work()
594 expected_rc = !expected_m->in_table; in do_mt_hash_work()
600 expected_m, r)) { in do_mt_hash_work()
604 expected_m->in_table ? "in table" : "not in table"); in do_mt_hash_work()
608 expected_m->in_table = 1; in do_mt_hash_work()
615 expected_rc = expected_m->in_table; in do_mt_hash_work()
619 expected_m->in_table ? "in table" : "not in table"); in do_mt_hash_work()
623 expected_m->in_table = 0; in do_mt_hash_work()
624 CRYPTO_atomic_add(&expected_m->pending_delete, 1, &ret, worker_lock); in do_mt_hash_work()