Home
last modified time | relevance | path

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

/linux-4.1.27/net/irda/
Dirqueue.c471 entry->q_hash = hashv; in hashbin_insert()
515 hashv = entry->q_hash; in hashbin_remove_first()
588 if ( entry->q_hash == hashv ) { in hashbin_remove()
673 hashv = entry->q_hash; in hashbin_remove_this()
735 if ( entry->q_hash == hashv ) { in hashbin_find()
881 bin = GET_HASHBIN( entry->q_hash); in hashbin_get_next()
/linux-4.1.27/include/net/irda/
Dirqueue.h64 long q_hash; /* Must be able to cast a (void *) */ member