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

Data Fields

u16 max_bucket
 
u16 val_size
 
struct element ** buckets
 
u16(* hash )(void *, u16)
 
bool(* match )(void *, void *)
 
void(* delete )(void *)
 

Detailed Description

Definition at line 27 of file gh.c.

Field Documentation

struct element** buckets

Definition at line 30 of file gh.c.

void(* delete)(void *)

Definition at line 33 of file gh.c.

u16(* hash)(void *, u16)

Definition at line 31 of file gh.c.

bool(* match)(void *, void *)

Definition at line 32 of file gh.c.

u16 max_bucket

Definition at line 28 of file gh.c.

u16 val_size

Definition at line 29 of file gh.c.


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