Linux Kernel
3.7.1
|
#include <linux/list.h>
Go to the source code of this file.
Data Structures | |
struct | batadv_hashtable |
Typedefs | |
typedef int(* | batadv_hashdata_compare_cb )(const struct hlist_node *, const void *) |
typedef uint32_t(* | batadv_hashdata_choose_cb )(const void *, uint32_t) |
typedef void(* | batadv_hashdata_free_cb )(struct hlist_node *, void *) |
typedef void(* batadv_hashdata_free_cb)(struct hlist_node *, void *) |
void batadv_hash_destroy | ( | struct batadv_hashtable * | hash | ) |
|
read |
void batadv_hash_set_lock_class | ( | struct batadv_hashtable * | hash, |
struct lock_class_key * | key | ||
) |