Changeset 459 for trunk/kernel/libk/htab.h
- Timestamp:
- Aug 13, 2018, 1:43:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/libk/htab.h
r457 r459 2 2 * htab.h - Generic embedded hash table definition. 3 3 * 4 * Authors Alain Greiner (2016,2017 )4 * Authors Alain Greiner (2016,2017,2018) 5 5 * 6 6 * Copyright (c) UPMC Sorbonne Universites … … 42 42 // - From the pointer on <key>, we use an item type specific htab_index() function, 43 43 // to compute an <index> value, defining a subset of registered items. 44 // - As several items can have the same <index>, we use the item type specific defined44 // - As several items can have the same <index>, we use the item type specific 45 45 // htab_scan() function for a final associative search on the subset. 46 46 // - Each registered item is a structure, that must contain an embedded list_entry_t,
Note: See TracChangeset
for help on using the changeset viewer.