Home
last modified time | relevance | path

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

/linux-4.4.14/net/irda/
Dirqueue.c205 #define GET_HASHBIN(x) ( x & HASHBIN_MASK ) macro
461 bin = GET_HASHBIN( hashv ); in hashbin_insert()
516 bin = GET_HASHBIN( hashv ); in hashbin_remove_first()
572 bin = GET_HASHBIN( hashv ); in hashbin_remove()
674 bin = GET_HASHBIN( hashv ); in hashbin_remove_this()
724 bin = GET_HASHBIN( hashv ); in hashbin_find()
881 bin = GET_HASHBIN( entry->q_hash); in hashbin_get_next()