Searched refs:hash_add (Results 1 - 17 of 17) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | hashtable.h | 50 * hash_add - add an object to a hashtable 55 #define hash_add(hashtable, node, key) \ macro
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_mn.c | 212 hash_add(rdev->mn_hash, &rmn->node, (unsigned long)mm); radeon_mn_get()
|
/linux-4.1.27/fs/btrfs/ |
H A D | props.c | 66 hash_add(prop_handlers_ht, &p->node, h); btrfs_props_init()
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
H A D | davinci_emac.c | 729 * hash_add - Hash function to add mac addr from hash table 736 static int hash_add(struct emac_priv *priv, u8 *mac_addr) hash_add() function 745 dev_err(emac_dev, "DaVinci EMAC: hash_add(): Invalid "\ hash_add() 828 update = hash_add(priv, mac_addr); emac_add_mcast()
|
/linux-4.1.27/drivers/net/ |
H A D | macvlan.c | 572 goto hash_add; macvlan_open() 608 hash_add: macvlan_open()
|
/linux-4.1.27/block/ |
H A D | elevator.c | 262 hash_add(e->hash, &rq->hash, rq_hash_key(rq)); elv_rqhash_add()
|
/linux-4.1.27/drivers/net/ethernet/rocker/ |
H A D | rocker.c | 2337 hash_add(rocker->flow_tbl, &found->entry, found->key_crc32); rocker_flow_tbl_add() 2658 hash_add(rocker->group_tbl, &found->entry, found->group_id); rocker_group_tbl_add() 2801 hash_add(rocker->neigh_tbl, &entry->entry, _rocker_neigh_add() 3485 hash_add(rocker->fdb_tbl, &fdb->entry, fdb->key_crc32); rocker_port_fdb() 3718 hash_add(rocker->internal_vlan_tbl, &found->entry, found->ifindex); rocker_port_internal_vlan_id_get()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | i915_cmd_parser.c | 623 hash_add(ring->cmd_hash, &desc_node->node, init_hash_table()
|
H A D | i915_gem_userptr.c | 455 hash_add(dev_priv->mm_structs, i915_gem_userptr_init__mm_struct()
|
/linux-4.1.27/drivers/of/ |
H A D | unittest.c | 270 hash_add(phandle_ht, &nh->node, np->phandle); for_each_of_allnodes()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 135 hash_add(htt->rx_ring.skb_table, __ath10k_htt_rx_ring_fill_n()
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 1154 hash_add(gss_auth_hash_table, &new->hash, hashval);
|
/linux-4.1.27/fs/ |
H A D | locks.c | 592 hash_add(blocked_hash, &waiter->fl_link, posix_owner_key(waiter)); locks_insert_global_blocked()
|
/linux-4.1.27/mm/ |
H A D | huge_memory.c | 2013 hash_add(mm_slots_hash, &mm_slot->hash, (long)mm); insert_to_mm_slots_hash()
|
H A D | ksm.c | 336 hash_add(mm_slots_hash, &mm_slot->link, (unsigned long)mm); insert_to_mm_slots_hash()
|
/linux-4.1.27/kernel/ |
H A D | cgroup.c | 840 hash_add(css_set_table, &cset->hlist, key); find_css_set() 5010 hash_add(css_set_table, &init_css_set.hlist, key); cgroup_init()
|
H A D | workqueue.c | 2036 hash_add(pool->busy_hash, &worker->hentry, (unsigned long)work); 3322 hash_add(unbound_pool_hash, &pool->hash_node, hash);
|
Completed in 731 milliseconds