Searched refs:table (Results 1 – 3 of 3) sorted by relevance
267 thr_timer_table_t* table = __timer_table_get(); in __timer_table_start_stop() local268 thr_timer_table_start_stop(table, stop); in __timer_table_start_stop()275 thr_timer_table_t* table = __timer_table_get(); in thr_timer_from_id() local276 thr_timer_t* timer = thr_timer_table_from_id( table, id, 0 ); in thr_timer_from_id()329 thr_timer_table_t* table = __timer_table_get(); in timer_create() local330 thr_timer_t* timer = thr_timer_table_alloc( table ); in timer_create()385 thr_timer_table_t* table = __timer_table_get(); in timer_delete() local386 thr_timer_t* timer = thr_timer_table_from_id(table, id, 1); in timer_delete()
110 static HashEntry* find_entry(HashTable* table, int slot, in find_entry() argument113 HashEntry* entry = table->slots[slot]; in find_entry()
95 will quickly fill up the kernel's table of unique key_t values, and that