Home
last modified time | relevance | path

Searched refs:min_heapify_all (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/core-api/
H A Dmin_heap.rst196 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 Dmin_heap.h461 #define min_heapify_all(_heap, _func, _args) \ macro
/linux/fs/bcachefs/
H A Dbtree_node_scan.c441 min_heapify_all(&nodes_heap, &found_btree_node_heap_cbs, NULL); in bch2_scan_for_btree_nodes()
/linux/drivers/md/dm-vdo/
H A Drepair.c1125 min_heapify_all(&repair->replay_heap, &repair_min_heap, NULL); in recover_block_map()
H A Dslab-depot.c3596 min_heapify_all(&heap, &slab_status_min_heap, NULL); in vdo_prepare_slabs_for_allocation()