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