Searched refs:entries (Results 1 – 2 of 2) sorted by relevance
28 alarm_pool_entry_t *entries; member46 .entries = default_alarm_pool_entries,61 return pool->entries + id - 1; in get_entry()183 pool->entries = (alarm_pool_entry_t *)calloc(max_timers, sizeof(alarm_pool_entry_t)); in alarm_pool_create()193 pool->entries = (alarm_pool_entry_t *)calloc(max_timers, sizeof(alarm_pool_entry_t)); in alarm_pool_create_with_unused_hardware_alarm()222 free(pool->entries); in alarm_pool_destroy()
1241 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries1243 # and collapse entries dynamically later on. Doxygen will expand the tree to1244 # such a level that at most the specified number of entries are visible (unless1246 # entries 1 will produce a full collapsed tree by default. 0 is a special value1247 # representing an infinite number of entries and will result in a full expanded
Completed in 7 milliseconds