Searched refs:bch_keylist_pop (Results 1 – 3 of 3) sorted by relevance
541 struct bkey *bch_keylist_pop(struct keylist *l);
1475 while ((k = bch_keylist_pop(&keylist))) in btree_gc_coalesce()2302 while ((k = bch_keylist_pop(keys))) in bch_btree_insert()
158 struct bkey *bch_keylist_pop(struct keylist *l) in bch_keylist_pop() function