Searched refs:DEFINE_HASHTABLE (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/scripts/
H A Dtags.sh214 --regex-c='/DEFINE_HASHTABLE\((\w*)/\1/v/'
264 --regex='/[^#]*DEFINE_HASHTABLE(\([^,)]*\)/\1/'
/linux-4.1.27/fs/btrfs/
H A Dprops.c27 static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS);
/linux-4.1.27/include/linux/
H A Dhashtable.h15 #define DEFINE_HASHTABLE(name, bits) \ macro
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c47 static DEFINE_HASHTABLE(kfd_processes_table, KFD_PROCESS_TABLE_SIZE);
/linux-4.1.27/kernel/time/
H A Dposix-timers.c68 static DEFINE_HASHTABLE(posix_timers_hashtable, 9);
/linux-4.1.27/net/rxrpc/
H A Dar-call.c61 static DEFINE_HASHTABLE(rxrpc_call_hash, 10);
/linux-4.1.27/drivers/of/
H A Dunittest.c244 static DEFINE_HASHTABLE(phandle_ht, 8); of_unittest_check_phandles()
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dauth_gss.c78 static DEFINE_HASHTABLE(gss_auth_hash_table, 4);
/linux-4.1.27/fs/
H A Dlocks.c181 static DEFINE_HASHTABLE(blocked_hash, BLOCKED_HASH_BITS);
/linux-4.1.27/mm/
H A Dhuge_memory.c73 static __read_mostly DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
H A Dksm.c195 static DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
/linux-4.1.27/kernel/
H A Dcgroup.c508 static DEFINE_HASHTABLE(css_set_table, CSS_SET_HASH_BITS);
H A Dworkqueue.c314 static DEFINE_HASHTABLE(unbound_pool_hash, UNBOUND_POOL_HASH_ORDER);
/linux-4.1.27/net/core/
H A Ddev.c184 static DEFINE_HASHTABLE(napi_hash, 8);

Completed in 760 milliseconds