Searched defs:hashbin (Results 1 – 2 of 2) sorted by relevance
/net/irda/ |
D | irqueue.c | 355 hashbin_t* hashbin; in hashbin_new() local 391 int hashbin_delete( hashbin_t* hashbin, FREE_FUNC free_func) in hashbin_delete() 449 void hashbin_insert(hashbin_t* hashbin, irda_queue_t* entry, long hashv, in hashbin_insert() 502 void *hashbin_remove_first( hashbin_t *hashbin) in hashbin_remove_first() 562 void* hashbin_remove( hashbin_t* hashbin, long hashv, const char* name) in hashbin_remove() 655 void* hashbin_remove_this( hashbin_t* hashbin, irda_queue_t* entry) in hashbin_remove_this() 717 void* hashbin_find( hashbin_t* hashbin, long hashv, const char* name ) in hashbin_find() 772 void* hashbin_lock_find( hashbin_t* hashbin, long hashv, const char* name ) in hashbin_lock_find() 802 void* hashbin_find_next( hashbin_t* hashbin, long hashv, const char* name, in hashbin_find_next() 840 irda_queue_t *hashbin_get_first( hashbin_t* hashbin) in hashbin_get_first() [all …]
|
D | irlmp.c | 1865 hashbin_t *hashbin; member
|