#ifndef _MAP_H_ /* -*- linux-c -*- */ #define _MAP_H_ /** @file map.h * @brief Header file for maps and lists */ /** @addtogroup maps * @todo Needs to be made SMP-safe for when the big lock is removed from kprobes. * @{ */ #ifndef HASH_TABLE_BITS #define HASH_TABLE_BITS 8 #define HASH_TABLE_SIZE (1<