Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
hash.c File Reference
#include "main.h"
#include "hash.h"

Go to the source code of this file.

Functions

void batadv_hash_destroy (struct batadv_hashtable *hash)
 
struct batadv_hashtablebatadv_hash_new (uint32_t size)
 
void batadv_hash_set_lock_class (struct batadv_hashtable *hash, struct lock_class_key *key)
 

Function Documentation

void batadv_hash_destroy ( struct batadv_hashtable hash)

Definition at line 35 of file hash.c.

struct batadv_hashtable* batadv_hash_new ( uint32_t  size)
read

Definition at line 43 of file hash.c.

void batadv_hash_set_lock_class ( struct batadv_hashtable hash,
struct lock_class_key key 
)

Definition at line 71 of file hash.c.