Home
last modified time | relevance | path

Searched refs:min_heap_push (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dclock.c36 BUG_ON(!min_heap_push(&clock->timers, &timer, &callbacks, NULL)); in bch2_io_timer_add()
/linux/Documentation/core-api/
H A Dmin_heap.rst127 success = min_heap_push(heap, element, callbacks, args);
299 min_heap_push(&my_heap, &new_element, &heap_cb, NULL);
/linux/include/linux/
H A Dmin_heap.h470 #define min_heap_push(_heap, _element, _func, _args) \ macro