|
PatchworkOS
|
Map entry structure. More...
#include <map.h>
Data Fields | |
| map_key_t | key |
Map entry structure.
Place this in a structure to make it adable to a map and then use CONTAINER_OF to get the structure back.
| map_key_t map_entry_t::key |
Definition at line 58 of file map.h.
Referenced by map_entry_init(), map_find_slot(), map_get(), map_insert(), map_remove(), and map_resize().