Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/irda/
Dirqueue.c52 hashbin_t* hashbin; in hashbin_new() local
82 int hashbin_clear( hashbin_t* hashbin, FREE_FUNC free_func) in hashbin_clear()
115 int hashbin_delete( hashbin_t* hashbin, FREE_FUNC free_func) in hashbin_delete()
152 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()
281 void *hashbin_remove_first( hashbin_t *hashbin) in hashbin_remove_first()
305 void* hashbin_remove( hashbin_t* hashbin, __u32 hashv, char* name) in hashbin_remove()
404 void* hashbin_remove_this( hashbin_t* hashbin, irda_queue_t* entry) in hashbin_remove_this()
469 irda_queue_t *hashbin_get_first( hashbin_t* hashbin) in hashbin_get_first()
501 irda_queue_t *hashbin_get_next( hashbin_t *hashbin) in hashbin_get_next()
/linux-2.4.37.9/include/net/irda/
Dirqueue.h100 #define HASHBIN_GET_SIZE(hashbin) hashbin->hb_size argument