Searched refs:completed_write_session (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.sbin/nscd/
H A Dcachelib.h195 * completed_write_session is the committed write sessions. All read
196 * sessions use data from it. If the completed_write_session is out of
199 * In such a case, completed_write_session will be substituted with
203 struct cache_mp_write_session_ *completed_write_session; member in struct:cache_mp_entry_
H A Dcachelib.c271 if (mp_entry->completed_write_session != NULL)
273 mp_entry->completed_write_session);
329 if (mp_entry->completed_write_session != NULL) {
331 mp_entry->completed_write_session);
332 mp_entry->completed_write_session = NULL;
1026 if (ws->parent_entry->completed_write_session == NULL) {
1032 ws->parent_entry->completed_write_session = ws;
1063 if (mp_entry->completed_write_session == NULL) {
1085 &mp_entry->completed_write_session->items);
1135 * completed_write_session wil
[all...]

Completed in 112 milliseconds