Lines Matching defs:tcps
63 struct cds_lfht **tcps;
1004 mgr->tcps = isc_mem_cget(mgr->mctx, mgr->nloops, sizeof(mgr->tcps[0]));
1006 mgr->tcps[i] = cds_lfht_new(
1068 RUNTIME_CHECK(!cds_lfht_destroy(mgr->tcps[i], NULL));
1070 isc_mem_cput(mgr->mctx, mgr->tcps, mgr->nloops, sizeof(mgr->tcps[0]));
1214 cds_lfht_add(mgr->tcps[tid], dispatch_hash(&key),
1257 cds_lfht_for_each_entry_duplicate(mgr->tcps[tid], dispatch_hash(&key),
1399 (void)cds_lfht_del(mgr->tcps[tid], &disp->ht_node);