Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dcore.c106 unsigned int i, alloc_entries, nhooks, old_entries; in nf_hook_entries_grow() local
113 old_entries = old ? old->num_hook_entries : 0; in nf_hook_entries_grow()
118 for (i = 0; i < old_entries; i++) { in nf_hook_entries_grow()
135 while (i < old_entries) { in nf_hook_entries_grow()
/Linux-v4.19/kernel/trace/
Dring_buffer.c1042 unsigned long old_entries; in rb_tail_page_update() local
1055 old_entries = local_add_return(RB_WRITE_INTCNT, &next_page->entries); in rb_tail_page_update()
1071 unsigned long eval = old_entries & ~RB_WRITE_MASK; in rb_tail_page_update()
1084 (void)local_cmpxchg(&next_page->entries, old_entries, eval); in rb_tail_page_update()
/Linux-v4.19/fs/nfsd/
Dnfs4state.c753 int entries, old_entries; member
769 bd->entries -= bd->old_entries; in delegation_blocked()
770 bd->old_entries = bd->entries; in delegation_blocked()