Home
last modified time | relevance | path

Searched refs:old_entries (Results 1 – 4 of 4) sorted by relevance

/linux/net/netfilter/
H A Dcore.c104 unsigned int i, alloc_entries, nhooks, old_entries; in nf_hook_entries_grow()
111 old_entries = old ? old->num_hook_entries : 0; in nf_hook_entries_grow()
116 for (i = 0; i < old_entries; i++) { in nf_hook_entries_grow()
145 while (i < old_entries) { in nf_hook_entries_grow()
107 unsigned int i, alloc_entries, nhooks, old_entries; nf_hook_entries_grow() local
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.c1934 void *new_entries, *old_entries = table->entries; in sja1105_table_resize() local
1943 memcpy(new_entries, old_entries, min(new_count, table->entry_count) * in sja1105_table_resize()
1948 kfree(old_entries); in sja1105_table_resize()
/linux/kernel/trace/
H A Dring_buffer.c1460 unsigned long old_entries; in rb_tail_page_update() local
1473 old_entries = local_add_return(RB_WRITE_INTCNT, &next_page->entries); in rb_tail_page_update()
1489 unsigned long eval = old_entries & ~RB_WRITE_MASK; in rb_tail_page_update()
1502 (void)local_cmpxchg(&next_page->entries, old_entries, eval); in rb_tail_page_update()
/linux/fs/nfsd/
H A Dnfs4state.c1071 int entries, old_entries; member
1087 bd->entries -= bd->old_entries; in delegation_blocked()
1088 bd->old_entries = bd->entries; in delegation_blocked()