Searched defs:hashv (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/irda/ |
D | irqueue.c | 447 void hashbin_insert(hashbin_t* hashbin, irda_queue_t* entry, long hashv, in hashbin_insert() 511 long hashv; in hashbin_remove_first() local 558 void* hashbin_remove( hashbin_t* hashbin, long hashv, const char* name) in hashbin_remove() 653 long hashv; in hashbin_remove_this() local 709 void* hashbin_find( hashbin_t* hashbin, long hashv, const char* name ) in hashbin_find() 764 void* hashbin_lock_find( hashbin_t* hashbin, long hashv, const char* name ) in hashbin_lock_find() 794 void* hashbin_find_next( hashbin_t* hashbin, long hashv, const char* name, in hashbin_find_next()
|