Searched refs:BY_HASH (Results 1 – 1 of 1) sorted by relevance
54 #define BY_HASH(h) ((struct hashmap_entry**) ((uint8_t*) (h) + PA_ALIGN(sizeof(pa_hashmap)))) macro102 BY_HASH(h)[hash] = e->bucket_next; in remove_entry()127 for (e = BY_HASH(h)[hash]; e; e = e->bucket_next) in hash_scan()152 e->bucket_next = BY_HASH(h)[hash]; in pa_hashmap_put()154 if (BY_HASH(h)[hash]) in pa_hashmap_put()155 BY_HASH(h)[hash]->bucket_previous = e; in pa_hashmap_put()156 BY_HASH(h)[hash] = e; in pa_hashmap_put()