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

/freebsd-current/usr.sbin/nscd/
H A Dcachelib.c218 struct cache_mp_entry_ *mp_entry; local
255 mp_entry = (struct cache_mp_entry_ *)entry;
257 while (!TAILQ_EMPTY(&mp_entry->ws_head)) {
258 ws = TAILQ_FIRST(&mp_entry->ws_head);
259 TAILQ_REMOVE(&mp_entry->ws_head, ws, entries);
263 while (!TAILQ_EMPTY(&mp_entry->rs_head)) {
264 rs = TAILQ_FIRST(&mp_entry->rs_head);
265 TAILQ_REMOVE(&mp_entry->rs_head, rs, entries);
269 if (mp_entry->completed_write_session != NULL)
271 mp_entry
286 struct cache_mp_entry_ *mp_entry; local
424 struct cache_mp_entry_ *mp_entry; local
925 struct cache_mp_entry_ *mp_entry; local
1053 struct cache_mp_entry_ *mp_entry; local
[all...]
H A Dquery.c121 cache_entry *start, *finish, *mp_entry; local
140 for (mp_entry = start; mp_entry != finish; ++mp_entry)
141 transform_cache_entry(*mp_entry, CTT_CLEAR);

Completed in 206 milliseconds