Searched refs:evicted (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_fragment.c164 int work, evicted = 0; local
186 evicted++;
189 return evicted;
H A Dip_fragment.c157 int evicted; local
159 evicted = inet_frag_evictor(&net->ipv4.frags, &ip4_frags);
160 if (evicted)
161 IP_ADD_STATS_BH(net, IPSTATS_MIB_REASMFAILS, evicted);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/ttm/
H A Dttm_bo_api.h162 * @evicted: Whether the object was evicted without user-space knowing.
224 bool evicted; member in struct:ttm_buffer_object
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddircache.c99 * entries are evicted in chunks of DIRCACHE_FREE.
128 unsigned long long evicted; member in struct:dircache_stat
279 dircache_stat.evicted += DIRCACHE_FREE_QUANTUM;
637 "entries: %lu, lookups: %llu, hits: %llu, misses: %llu, added: %llu, removed: %llu, expunged: %llu, evicted: %llu",
645 dircache_stat.evicted);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dreassembly.c181 int evicted; local
183 evicted = inet_frag_evictor(&net->ipv6.frags, &ip6_frags);
184 if (evicted)
185 IP6_ADD_STATS_BH(net, idev, IPSTATS_MIB_REASMFAILS, evicted);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_actlog.c279 const unsigned int evicted = aw->old_enr; local
295 if (mdev->state.conn < C_CONNECTED && evicted != LC_FREE)
296 drbd_bm_write_sect(mdev, evicted/AL_EXT_PER_BM_SECT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_bo.c415 if (bo->evicted) {
419 bo->evicted = false;
737 bo->evicted = true;
833 * space, or we've evicted everything and there isn't enough space.

Completed in 79 milliseconds