Searched defs:hashbin (Results 1 – 2 of 2) sorted by relevance
/net/irda/ |
D | irqueue.c | 353 hashbin_t* hashbin; in hashbin_new() local 386 int hashbin_delete( hashbin_t* hashbin, FREE_FUNC free_func) in hashbin_delete() 445 void hashbin_insert(hashbin_t* hashbin, irda_queue_t* entry, long hashv, in hashbin_insert() 496 void *hashbin_remove_first( hashbin_t *hashbin) in hashbin_remove_first() 556 void* hashbin_remove( hashbin_t* hashbin, long hashv, const char* name) in hashbin_remove() 647 void* hashbin_remove_this( hashbin_t* hashbin, irda_queue_t* entry) in hashbin_remove_this() 707 void* hashbin_find( hashbin_t* hashbin, long hashv, const char* name ) in hashbin_find() 762 void* hashbin_lock_find( hashbin_t* hashbin, long hashv, const char* name ) in hashbin_lock_find() 792 void* hashbin_find_next( hashbin_t* hashbin, long hashv, const char* name, in hashbin_find_next() 830 irda_queue_t *hashbin_get_first( hashbin_t* hashbin) in hashbin_get_first() [all …]
|
D | irlmp.c | 1828 hashbin_t *hashbin; member
|