Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dhash-table.h529 value_type *alloc_entries (size_t n CXX_MEM_STAT_INFO) const;
628 m_entries = alloc_entries (size PASS_MEM_STAT); in hash_table()
659 value_type *nentries = alloc_entries (size PASS_MEM_STAT); in hash_table()
703 Allocator>::alloc_entries (size_t n MEM_STAT_DECL) const in alloc_entries() function
802 value_type *nentries = alloc_entries (nsize); in expand()
867 m_entries = alloc_entries (nsize); in empty_slow()
914 m_entries = alloc_entries (size); in find_with_hash()
959 m_entries = alloc_entries (m_size); in find_slot_with_hash()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dhash-table.h529 value_type *alloc_entries (size_t n CXX_MEM_STAT_INFO) const;
628 m_entries = alloc_entries (size PASS_MEM_STAT); in hash_table()
659 value_type *nentries = alloc_entries (size PASS_MEM_STAT); in hash_table()
703 Allocator>::alloc_entries (size_t n MEM_STAT_DECL) const in alloc_entries() function
802 value_type *nentries = alloc_entries (nsize); in expand()
867 m_entries = alloc_entries (nsize); in empty_slow()
914 m_entries = alloc_entries (size); in find_with_hash()
959 m_entries = alloc_entries (m_size); in find_slot_with_hash()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dcore.c107 unsigned int i, alloc_entries, nhooks, old_entries; in nf_hook_entries_grow() local
113 alloc_entries = 1; in nf_hook_entries_grow()
121 alloc_entries++; in nf_hook_entries_grow()
125 if (alloc_entries > MAX_HOOK_COUNT) in nf_hook_entries_grow()
128 new = allocate_hook_entries_size(alloc_entries); in nf_hook_entries_grow()