Home | History | Annotate | Download | only in libdrm

Lines Matching refs:buckets

120     for (i = 0; i < HASH_SIZE; i++) table->buckets[i] = NULL;
134 for (bucket = table->buckets[i]; bucket;) {
156 for (bucket = table->buckets[hash]; bucket; bucket = bucket->next) {
161 bucket->next = table->buckets[hash];
162 table->buckets[hash] = bucket;
202 bucket->next = table->buckets[hash];
203 table->buckets[hash] = bucket;
222 table->buckets[hash] = bucket->next;
238 table->p1 = table->buckets[table->p0];
251 table->p1 = table->buckets[0];