Searched refs:min_heap_push (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/lib/ |
D | test_min_heap.c | 113 min_heap_push(&heap, &data[i], &funcs); in test_heap_push() 120 min_heap_push(&heap, &temp, &funcs); in test_heap_push() 147 min_heap_push(&heap, &temp, &funcs); in test_heap_pop_push() 157 min_heap_push(&heap, &temp, &funcs); in test_heap_pop_push()
|
/Linux-v6.6/include/linux/ |
D | min_heap.h | 109 void min_heap_push(struct min_heap *heap, const void *element, in min_heap_push() function
|