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

/freebsd-10-stable/usr.sbin/nscd/
H A Dcachelib.h198 * committed write session is stored in the pending_write_session.
200 * pending_write_session as soon as it won't be used by any of
204 struct cache_mp_write_session_ *pending_write_session; member in struct:cache_mp_entry_
H A Dcachelib.c275 if (mp_entry->pending_write_session != NULL)
277 mp_entry->pending_write_session);
1039 if (ws->parent_entry->pending_write_session != NULL)
1041 ws->parent_entry->pending_write_session);
1043 ws->parent_entry->pending_write_session = ws;
1149 (rs->parent_entry->pending_write_session != NULL)) {
1153 rs->parent_entry->pending_write_session;
1154 rs->parent_entry->pending_write_session = NULL;

Completed in 113 milliseconds