Home
last modified time | relevance | path

Searched refs:alloc_entries (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/
H A Dcore.c104 unsigned int i, alloc_entries, nhooks, old_entries; in nf_hook_entries_grow() local
110 alloc_entries = 1; in nf_hook_entries_grow()
118 alloc_entries++; in nf_hook_entries_grow()
134 if (alloc_entries > MAX_HOOK_COUNT) in nf_hook_entries_grow()
137 new = allocate_hook_entries_size(alloc_entries); in nf_hook_entries_grow()
/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c336 pgoff_t offset, bool alloc_entries) in xe_pt_new_shared() argument
366 if (alloc_entries) { in xe_pt_new_shared()