Searched refs:ph_create (Results 1 – 3 of 3) sorted by relevance
86 pheap_t *ph_create(uint max_nodes, pheap_comparator comparator, void *user_data);
182 pool->heap = ph_create(max_timers, timer_pool_entry_comparator, pool); in alarm_pool_create()192 pool->heap = ph_create(max_timers, timer_pool_entry_comparator, pool); in alarm_pool_create_with_unused_hardware_alarm()
11 pheap_t *ph_create(uint max_nodes, pheap_comparator comparator, void *user_data) { in ph_create() function
Completed in 5 milliseconds