Home
last modified time | relevance | path

Searched refs:t_hash (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/time/
H A Dposix-timers.c102 hlist_for_each_entry_rcu(timer, &bucket->head, t_hash) { in posix_timer_by_id()
127 hlist_for_each_entry_rcu(timer, head, t_hash, lockdep_is_held(&bucket->lock)) { in posix_timer_hashed()
157 hlist_add_head_rcu(&timer->t_hash, &bucket->head); in posix_timer_add_at()
454 hlist_del_rcu(&tmr->t_hash); in posix_timer_unhash_and_free()
/linux/include/linux/
H A Dposix-timers.h188 struct hlist_node t_hash; member