Searched refs:DEFINE_HASHTABLE (Results 1 - 14 of 14) sorted by relevance
/linux-4.1.27/scripts/ |
H A D | tags.sh | 214 --regex-c='/DEFINE_HASHTABLE\((\w*)/\1/v/' 264 --regex='/[^#]*DEFINE_HASHTABLE(\([^,)]*\)/\1/'
|
/linux-4.1.27/fs/btrfs/ |
H A D | props.c | 27 static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS);
|
/linux-4.1.27/include/linux/ |
H A D | hashtable.h | 15 #define DEFINE_HASHTABLE(name, bits) \ macro
|
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_process.c | 47 static DEFINE_HASHTABLE(kfd_processes_table, KFD_PROCESS_TABLE_SIZE);
|
/linux-4.1.27/kernel/time/ |
H A D | posix-timers.c | 68 static DEFINE_HASHTABLE(posix_timers_hashtable, 9);
|
/linux-4.1.27/net/rxrpc/ |
H A D | ar-call.c | 61 static DEFINE_HASHTABLE(rxrpc_call_hash, 10);
|
/linux-4.1.27/drivers/of/ |
H A D | unittest.c | 244 static DEFINE_HASHTABLE(phandle_ht, 8); of_unittest_check_phandles()
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 78 static DEFINE_HASHTABLE(gss_auth_hash_table, 4);
|
/linux-4.1.27/fs/ |
H A D | locks.c | 181 static DEFINE_HASHTABLE(blocked_hash, BLOCKED_HASH_BITS);
|
/linux-4.1.27/mm/ |
H A D | huge_memory.c | 73 static __read_mostly DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
|
H A D | ksm.c | 195 static DEFINE_HASHTABLE(mm_slots_hash, MM_SLOTS_HASH_BITS);
|
/linux-4.1.27/kernel/ |
H A D | cgroup.c | 508 static DEFINE_HASHTABLE(css_set_table, CSS_SET_HASH_BITS);
|
H A D | workqueue.c | 314 static DEFINE_HASHTABLE(unbound_pool_hash, UNBOUND_POOL_HASH_ORDER);
|
/linux-4.1.27/net/core/ |
H A D | dev.c | 184 static DEFINE_HASHTABLE(napi_hash, 8);
|
Completed in 760 milliseconds