Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
hashtab Struct Reference

#include <hashtab.h>

Data Fields

struct hashtab_node ** htable
 
u32 size
 
u32 nel
 
u32(* hash_value )(struct hashtab *h, const void *key)
 
int(* keycmp )(struct hashtab *h, const void *key1, const void *key2)
 

Detailed Description

Definition at line 21 of file hashtab.h.

Field Documentation

u32(* hash_value)(struct hashtab *h, const void *key)

Definition at line 25 of file hashtab.h.

Definition at line 22 of file hashtab.h.

int(* keycmp)(struct hashtab *h, const void *key1, const void *key2)

Definition at line 27 of file hashtab.h.

u32 nel

Definition at line 24 of file hashtab.h.

u32 size

Definition at line 23 of file hashtab.h.


The documentation for this struct was generated from the following file: