HomeSort by: relevance | last modified time | path
    Searched refs:hash_bucket (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/dhcp/dist/includes/omapip/
hash.h 52 struct hash_bucket { struct
53 struct hash_bucket *next;
69 struct hash_bucket *buckets [1];
141 struct hash_bucket *new_hash_bucket (const char *, int);
142 void free_hash_bucket (struct hash_bucket *, const char *, int);
  /src/external/mpl/dhcp/dist/omapip/
hash.c 95 (extra * sizeof(struct hash_bucket *)), file, line);
113 struct hash_bucket *hbc, *hbn = (struct hash_bucket *)0;
125 ptr -> buckets [i] = (struct hash_bucket *)0;
133 struct hash_bucket *free_hash_buckets;
136 struct hash_bucket *hash_bucket_hunks;
140 struct hash_bucket *c, *n, **p;
169 struct hash_bucket *new_hash_bucket (file, line)
173 struct hash_bucket *rval;
176 rval = dmalloc (127 * sizeof (struct hash_bucket),
    [all...]
  /src/external/bsd/top/dist/
hash.c 491 pos->hash_bucket = ht->buckets;
496 while(pos->hash_bucket->list.count == 0)
498 pos->hash_bucket++;
506 pos->ll_item = LL_FIRST(&(pos->hash_bucket->list));
535 li = LL_FIRST(&(pos->hash_bucket->list));
540 li = LL_NEXT(&(pos->hash_bucket->list), pos->ll_item);
550 pos->hash_bucket++;
559 li = LL_FIRST(&(pos->hash_bucket->list));
593 ll_extract(&(pos->hash_bucket->list), li, pos->ll_last);
825 pos->hash_bucket = ht->buckets
    [all...]
hash.m4h 71 bucket_t *hash_bucket;
hash.h 71 bucket_t *hash_bucket; member in struct:hash_pos
  /src/external/mpl/dhcp/dist/common/
print.c 353 struct hash_bucket *bp;
  /src/external/mpl/dhcp/dist/server/
mdb.c 2442 struct hash_bucket *hb;

Completed in 28 milliseconds