Searched refs:bfhead_t (Results 1 – 1 of 1) sorted by relevance
164 } bfhead_t; typedef165 #define BFH(p) ((bfhead_t *)(p))168 bfhead_t freelist[MAX_BGET_BINS];189 bfhead_t *last_pool; /* Last pool owned by this thread (delay deallocation) */298 bfhead_t *b = BFH(((char *)p) - sizeof(bhead_t)); in __kmp_bget_dequeue()319 bfhead_t *b = BFH(((char *)buf) - sizeof(bhead_t)); in __kmp_bget_enqueue()365 static void __kmp_bget_insert_into_freelist(thr_data_t *thr, bfhead_t *b) { in __kmp_bget_insert_into_freelist()386 static void __kmp_bget_remove_from_freelist(bfhead_t *b) { in __kmp_bget_remove_from_freelist()402 bfhead_t *b, *best; in bcheck()428 bfhead_t *b; in bget()[all …]