Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dposix-timers.h214 struct hlist_node t_hash; member
/OK3568_Linux_fs/buildroot/package/pound/
H A D0002-fix-openssl-1.1.0.patch62 + if((res->sessions = lh_TABNODE_new(t_hash, t_cmp)) == NULL)
66 if((res->sessions = lh_new(LHASH_HASH_FN(t_hash), LHASH_COMP_FN(t_cmp))) == NULL)
H A D0003-Support-for-libressl-coexisting-with-openssl-1.1.x.patch41 if((res->sessions = lh_TABNODE_new(t_hash, t_cmp)) == NULL)
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-timers.c124 hlist_for_each_entry_rcu(timer, head, t_hash, in __posix_timers_find()
151 hlist_add_head_rcu(&timer->t_hash, head); in posix_timer_add()
483 hlist_del_rcu(&tmr->t_hash); in release_posix_timer()