Lines Matching refs:entries
309 int entries; in neigh_alloc() local
311 entries = atomic_inc_return(&tbl->entries) - 1; in neigh_alloc()
312 if (entries >= tbl->gc_thresh3 || in neigh_alloc()
313 (entries >= tbl->gc_thresh2 && in neigh_alloc()
316 entries >= tbl->gc_thresh3) { in neigh_alloc()
346 atomic_dec(&tbl->entries); in neigh_alloc()
538 if (atomic_read(&tbl->entries) > (1 << nht->hash_shift)) in __neigh_create()
761 atomic_dec(&neigh->tbl->entries); in neigh_destroy()
816 if (atomic_read(&tbl->entries) < tbl->gc_thresh1) in neigh_periodic_work()
1614 if (atomic_read(&tbl->entries)) in neigh_table_clear()
1886 .ndtc_entries = atomic_read(&tbl->entries), in neightbl_fill_info()
2859 atomic_read(&tbl->entries), in neigh_stat_seq_show()