Searched refs:DEFINE_HASHTABLE (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/include/linux/ |
D | hashtable.h | 15 #define DEFINE_HASHTABLE(name, bits) \ macro
|
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process.c | 47 static DEFINE_HASHTABLE(kfd_processes_table, KFD_PROCESS_TABLE_SIZE);
|
/linux-4.1.27/fs/btrfs/ |
D | props.c | 27 static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS);
|
/linux-4.1.27/kernel/time/ |
D | posix-timers.c | 68 static DEFINE_HASHTABLE(posix_timers_hashtable, 9);
|
/linux-4.1.27/net/rxrpc/ |
D | ar-call.c | 61 static DEFINE_HASHTABLE(rxrpc_call_hash, 10);
|
/linux-4.1.27/drivers/of/ |
D | unittest.c | 244 static DEFINE_HASHTABLE(phandle_ht, 8);
|
/linux-4.1.27/mm/ |
D | ksm.c | 195 static DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
|
D | huge_memory.c | 73 static __read_mostly DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
|
/linux-4.1.27/fs/ |
D | locks.c | 181 static DEFINE_HASHTABLE(blocked_hash, BLOCKED_HASH_BITS);
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | auth_gss.c | 78 static DEFINE_HASHTABLE(gss_auth_hash_table, 4);
|
/linux-4.1.27/kernel/ |
D | workqueue.c | 314 static DEFINE_HASHTABLE(unbound_pool_hash, UNBOUND_POOL_HASH_ORDER);
|
D | cgroup.c | 508 static DEFINE_HASHTABLE(css_set_table, CSS_SET_HASH_BITS);
|
/linux-4.1.27/net/core/ |
D | dev.c | 184 static DEFINE_HASHTABLE(napi_hash, 8);
|