Home
last modified time | relevance | path

Searched refs:DEFINE_HASHTABLE (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/include/linux/
Dhashtable.h15 #define DEFINE_HASHTABLE(name, bits) \ macro
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c48 static DEFINE_HASHTABLE(kfd_processes_table, KFD_PROCESS_TABLE_SIZE);
/linux-4.4.14/fs/btrfs/
Dprops.c27 static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS);
/linux-4.4.14/kernel/time/
Dposix-timers.c68 static DEFINE_HASHTABLE(posix_timers_hashtable, 9);
/linux-4.4.14/net/rxrpc/
Dar-call.c61 static DEFINE_HASHTABLE(rxrpc_call_hash, 10);
/linux-4.4.14/drivers/of/
Dunittest.c248 static DEFINE_HASHTABLE(phandle_ht, 8);
/linux-4.4.14/mm/
Dksm.c195 static DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
Dhuge_memory.c76 static __read_mostly DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
/linux-4.4.14/fs/
Dlocks.c181 static DEFINE_HASHTABLE(blocked_hash, BLOCKED_HASH_BITS);
/linux-4.4.14/net/sunrpc/auth_gss/
Dauth_gss.c78 static DEFINE_HASHTABLE(gss_auth_hash_table, 4);
/linux-4.4.14/kernel/
Dworkqueue.c311 static DEFINE_HASHTABLE(unbound_pool_hash, UNBOUND_POOL_HASH_ORDER);
Dcgroup.c737 static DEFINE_HASHTABLE(css_set_table, CSS_SET_HASH_BITS);
/linux-4.4.14/net/core/
Ddev.c186 static DEFINE_HASHTABLE(napi_hash, 8);