Searched refs:__heap_add (Results 1 - 2 of 2) sorted by last modified time

/linux-master/fs/bcachefs/
H A Dutil.h128 #define __heap_add(h, d, cmp, set_backpointer) \ macro
142 __heap_add(h, d, cmp, set_backpointer); \
/linux-master/kernel/events/
H A Dcore.c3707 static void __heap_add(struct min_heap *heap, struct perf_event *event) function
3769 __heap_add(&event_heap, perf_event_groups_first(groups, -1, pmu, NULL));
3773 __heap_add(&event_heap, perf_event_groups_first(groups, cpu, pmu, NULL));
3777 __heap_add(&event_heap, perf_event_groups_first(groups, cpu, pmu, css->cgroup));

Completed in 196 milliseconds