Lines Matching defs:emap
202 thmap_t *emap = encap_map[0];
227 while ((ep = thmap_get(emap, &key, sizeof(key))) != NULL) {
364 thmap_t *emap = encap_map[1];
389 while ((ep = thmap_get(emap, &key, sizeof(key))) != NULL) {
644 thmap_t *emap;
658 emap = encap_map[0];
663 emap
698 while ((retep = thmap_put(emap, &ep->key, sizeof(ep->key), ep)) != ep)
808 thmap_t *emap;
819 emap = encap_map[0];
823 emap = encap_map[1];
830 retep = thmap_del(emap, &ep->key, sizeof(ep->key));
841 while ((retep = thmap_del(emap, &key, sizeof(key))) != NULL) {
845 pp = thmap_put(emap, &retep->key, sizeof(retep->key), retep);
851 thgc = thmap_stage_gc(emap);
853 thmap_gc(emap, thgc);