Home
last modified time | relevance | path

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

/linux-4.4.14/net/irda/
Dirqueue.c447 void hashbin_insert(hashbin_t* hashbin, irda_queue_t* entry, long hashv, in hashbin_insert() argument
460 hashv = hash( name ); in hashbin_insert()
461 bin = GET_HASHBIN( hashv ); in hashbin_insert()
471 entry->q_hash = hashv; in hashbin_insert()
511 long hashv; in hashbin_remove_first() local
515 hashv = entry->q_hash; in hashbin_remove_first()
516 bin = GET_HASHBIN( hashv ); in hashbin_remove_first()
558 void* hashbin_remove( hashbin_t* hashbin, long hashv, const char* name) in hashbin_remove() argument
571 hashv = hash( name ); in hashbin_remove()
572 bin = GET_HASHBIN( hashv ); in hashbin_remove()
[all …]
/linux-4.4.14/include/net/irda/
Dirqueue.h82 void hashbin_insert(hashbin_t* hashbin, irda_queue_t* entry, long hashv,
84 void* hashbin_remove(hashbin_t* hashbin, long hashv, const char* name);
87 void* hashbin_find(hashbin_t* hashbin, long hashv, const char* name);
88 void* hashbin_lock_find(hashbin_t* hashbin, long hashv, const char* name);
89 void* hashbin_find_next(hashbin_t* hashbin, long hashv, const char* name,