Searched refs:min_heapify_all (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/core-api/ |
H A D | min_heap.rst | 196 min_heapify_all(heap, callbacks, args); 284 /* Build the heap using min_heapify_all */ 286 min_heapify_all(&my_heap, &heap_cb, NULL);
|
/linux/include/linux/ |
H A D | min_heap.h | 461 #define min_heapify_all(_heap, _func, _args) \ macro
|
/linux/fs/bcachefs/ |
H A D | btree_node_scan.c | 441 min_heapify_all(&nodes_heap, &found_btree_node_heap_cbs, NULL); in bch2_scan_for_btree_nodes()
|
/linux/drivers/md/dm-vdo/ |
H A D | repair.c | 1125 min_heapify_all(&repair->replay_heap, &repair_min_heap, NULL); in recover_block_map()
|
H A D | slab-depot.c | 3596 min_heapify_all(&heap, &slab_status_min_heap, NULL); in vdo_prepare_slabs_for_allocation()
|