Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/irda/
Dirqueue.c167 bin = GET_HASHBIN( hashv ); in hashbin_insert()
229 bin = GET_HASHBIN( hashv ); in hashbin_find()
321 bin = GET_HASHBIN( hashv ); in hashbin_remove()
424 bin = GET_HASHBIN( hashv ); in hashbin_remove_this()
515 bin = GET_HASHBIN( entry->q_hash); in hashbin_get_next()
/linux-2.4.37.9/include/net/irda/
Dirqueue.h63 #define GET_HASHBIN(x) ( x & HASHBIN_MASK ) macro