Searched refs:hash_add_rcu (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | hashtable.h | 59 * hash_add_rcu - add an object to a rcu enabled hashtable 64 #define hash_add_rcu(hashtable, node, key) \ macro
|
/linux-4.1.27/net/mac802154/ |
H A D | llsec.c | 378 hash_add_rcu(sec->devices_short, &entry->bucket_s, skey); mac802154_llsec_dev_add() 382 hash_add_rcu(sec->devices_hw, &entry->bucket_hw, hwkey); mac802154_llsec_dev_add()
|
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_process.c | 283 hash_add_rcu(kfd_processes_table, &process->kfd_processes, create_process()
|
/linux-4.1.27/net/rxrpc/ |
H A D | ar-call.c | 129 hash_add_rcu(rxrpc_call_hash, &call->hash_node, key); rxrpc_call_hash_add()
|
Completed in 100 milliseconds