Lines Matching defs:data
54 * None of the data inside the slabhash may be altered.
78 * @param deldatafunc: deletes data.
101 * If key is already present data pointer in that entry is updated.
107 * But entry->data is set to NULL before deletion, and put into
108 * the existing entry. The data is then freed.
109 * @param data: the data.
113 struct lruhash_entry* entry, void* data, void* cb_override);
124 * with a writelock you can update the data part.
239 /** test structure contains test data */
241 /** data value */
242 int data;