Searched refs:bfhead_t (Results 1 – 1 of 1) sorted by relevance
178 } bfhead_t; typedef179 #define BFH(p) ((bfhead_t *)(p))182 bfhead_t freelist[MAX_BGET_BINS];203 bfhead_t *last_pool; /* Last pool owned by this thread (delay deallocation) */312 bfhead_t *b = BFH(((char *)p) - sizeof(bhead_t)); in __kmp_bget_dequeue()333 bfhead_t *b = BFH(((char *)buf) - sizeof(bhead_t)); in __kmp_bget_enqueue()379 static void __kmp_bget_insert_into_freelist(thr_data_t *thr, bfhead_t *b) { in __kmp_bget_insert_into_freelist()400 static void __kmp_bget_remove_from_freelist(bfhead_t *b) { in __kmp_bget_remove_from_freelist()416 bfhead_t *b, *best; in bcheck()442 bfhead_t *b; in bget()[all …]