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

/freebsd-10-stable/usr.sbin/nscd/
H A Dcachelib.c220 struct cache_mp_entry_ *mp_entry; local
257 mp_entry = (struct cache_mp_entry_ *)entry;
259 while (!TAILQ_EMPTY(&mp_entry->ws_head)) {
260 ws = TAILQ_FIRST(&mp_entry->ws_head);
261 TAILQ_REMOVE(&mp_entry->ws_head, ws, entries);
265 while (!TAILQ_EMPTY(&mp_entry->rs_head)) {
266 rs = TAILQ_FIRST(&mp_entry->rs_head);
267 TAILQ_REMOVE(&mp_entry->rs_head, rs, entries);
271 if (mp_entry->completed_write_session != NULL)
273 mp_entry
288 struct cache_mp_entry_ *mp_entry; local
426 struct cache_mp_entry_ *mp_entry; local
927 struct cache_mp_entry_ *mp_entry; local
1055 struct cache_mp_entry_ *mp_entry; local
[all...]
H A Dquery.c124 cache_entry *start, *finish, *mp_entry; local
143 for (mp_entry = start; mp_entry != finish; ++mp_entry)
144 transform_cache_entry(*mp_entry, CTT_CLEAR);

Completed in 120 milliseconds