Home
last modified time | relevance | path

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

/linux-4.4.14/net/irda/
Dirqueue.c353 hashbin_t* hashbin; in hashbin_new() local
389 int hashbin_delete( hashbin_t* hashbin, FREE_FUNC free_func) in hashbin_delete()
447 void hashbin_insert(hashbin_t* hashbin, irda_queue_t* entry, long hashv, in hashbin_insert()
498 void *hashbin_remove_first( hashbin_t *hashbin) in hashbin_remove_first()
558 void* hashbin_remove( hashbin_t* hashbin, long hashv, const char* name) in hashbin_remove()
649 void* hashbin_remove_this( hashbin_t* hashbin, irda_queue_t* entry) in hashbin_remove_this()
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()
832 irda_queue_t *hashbin_get_first( hashbin_t* hashbin) in hashbin_get_first()
[all …]
Dirlmp.c1828 hashbin_t *hashbin; member
/linux-4.4.14/include/net/irda/
Dirqueue.h94 #define HASHBIN_GET_SIZE(hashbin) hashbin->hb_size argument