Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/irda/
Dirqueue.c152 void hashbin_insert(hashbin_t* hashbin, irda_queue_t* entry, __u32 hashv, char* name) in hashbin_insert()
213 void* hashbin_find( hashbin_t* hashbin, __u32 hashv, char* name ) in hashbin_find()
305 void* hashbin_remove( hashbin_t* hashbin, __u32 hashv, char* name) in hashbin_remove()
408 __u32 hashv; in hashbin_remove_this() local