Searched refs:bucket_t (Results 1 – 6 of 6) sorted by relevance
43 static bucket_t **Buckethead;47 static bucket_t *Bp;49 static void start_new_list(const bucket_t *);51 static bucket_t *new_bucket(const char *, int);54 static int add_to_hashmap(const char *, const bucket_t *);55 static bucket_t *find_in_hashmap(const char *);69 if ((Buckethead = calloc(sizeof (bucket_t *), NLISTS)) == NULL) { in create_lists()104 bucket_t *new, *child; in add_parent()147 bucket_t *new, *child; in add_uncle()193 bucket_t *v; in set_weak()[all …]
50 } bucket_t; typedef56 extern void print_bucket(const bucket_t *);70 extern bucket_t *first_list(void);71 extern bucket_t *next_list(void);72 extern bucket_t *first_from_list(const bucket_t *);73 extern bucket_t *next_from_list(void);76 extern char **parents_of(const bucket_t *);83 bucket_t *h_bucket;
855 bucket_t *l; /* List of buckets. */ in writemapfile()856 bucket_t *b; /* Bucket within list. */ in writemapfile()
97 initial_allocation(bucket_t *bp) /* &__uberdata.bucket[0] */ in initial_allocation()186 bucket_t *bp; in lmalloc()275 bucket_t *bp; in lfree()
48 typedef struct bucket_t { struct
851 } bucket_t; typedef950 bucket_t bucket[NBUCKETS];