Lines Matching refs:entries
274 int entries; in neigh_alloc() local
276 entries = atomic_inc_return(&tbl->entries) - 1; in neigh_alloc()
277 if (entries >= tbl->gc_thresh3 || in neigh_alloc()
278 (entries >= tbl->gc_thresh2 && in neigh_alloc()
281 entries >= tbl->gc_thresh3) in neigh_alloc()
307 atomic_dec(&tbl->entries); in neigh_alloc()
506 if (atomic_read(&tbl->entries) > (1 << nht->hash_shift)) in __neigh_create()
722 atomic_dec(&neigh->tbl->entries); in neigh_destroy()
765 if (atomic_read(&tbl->entries) < tbl->gc_thresh1) in neigh_periodic_work()
1583 if (atomic_read(&tbl->entries)) in neigh_table_clear()
1840 .ndtc_entries = atomic_read(&tbl->entries), in neightbl_fill_info()
2676 atomic_read(&tbl->entries), in neigh_stat_seq_show()