Home
last modified time | relevance | path

Searched refs:hash_del (Results 1 - 25 of 107) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sync.c299 hash_del(&e->node); in amdgpu_sync_peek_fence()
339 hash_del(&e->node); in amdgpu_sync_get_fence()
373 hash_del(&e->node); in amdgpu_sync_clone()
396 hash_del(&e->node); in amdgpu_sync_wait()
418 hash_del(&e->node); in amdgpu_sync_free()
/kernel/linux/linux-6.6/lib/
H A Dhashtable_test.c108 hash_del(&b.node); in hashtable_test_hash_del()
117 hash_del(&a.node); in hashtable_test_hash_del()
176 hash_del(&x->node); in hashtable_test_hash_for_each_safe()
270 hash_del(&x->node); in hashtable_test_hash_for_each_possible_safe()
/kernel/linux/linux-6.6/fs/smb/server/mgmt/
H A Duser_session.c183 hash_del(&sess->hlist); in ksmbd_expire_session()
225 hash_del(&sess->hlist); in ksmbd_sessions_deregister()
245 hash_del(&sess->hlist); in ksmbd_sessions_deregister()
H A Dshare_config.c58 hash_del(&share->hlist); in ksmbd_share_config_del()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_vmid.c250 hash_del(&vmp->hnode); in lpfc_vmid_get_appid()
270 hash_del(&vmp->hnode); in lpfc_vmid_get_appid()
323 hash_del(&cur->hnode); in lpfc_reinit_vmid()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmapping.c69 hash_del(&mi->node); in mapping_add()
116 hash_del(&mi->node); in mapping_remove()
H A Dmod_hdr.c144 hash_del(&mh->mod_hdr_hlist); in mlx5e_mod_hdr_detach()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sync.c266 hash_del(&e->node); in amdgpu_sync_entry_free()
331 hash_del(&e->node); in amdgpu_sync_get_fence()
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c772 hash_del(&found->entry); in ofdpa_flow_tbl_add()
807 hash_del(&found->entry); in ofdpa_flow_tbl_del()
1087 hash_del(&found->entry); in ofdpa_group_tbl_add()
1119 hash_del(&found->entry); in ofdpa_group_tbl_del()
1243 hash_del(&entry->entry); in ofdpa_neigh_del()
1925 hash_del(&found->entry); in ofdpa_port_fdb()
1973 hash_del(&found->entry); in ofdpa_port_fdb_flush()
2006 hash_del(&entry->entry); in ofdpa_fdb_cleanup()
2334 hash_del(&found->entry); in ofdpa_port_internal_vlan_id_put()
2393 hash_del( in ofdpa_fini()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c772 hash_del(&found->entry); in ofdpa_flow_tbl_add()
807 hash_del(&found->entry); in ofdpa_flow_tbl_del()
1087 hash_del(&found->entry); in ofdpa_group_tbl_add()
1119 hash_del(&found->entry); in ofdpa_group_tbl_del()
1243 hash_del(&entry->entry); in ofdpa_neigh_del()
1926 hash_del(&found->entry); in ofdpa_port_fdb()
1974 hash_del(&found->entry); in ofdpa_port_fdb_flush()
2007 hash_del(&entry->entry); in ofdpa_fdb_cleanup()
2335 hash_del(&found->entry); in ofdpa_port_internal_vlan_id_put()
2394 hash_del( in ofdpa_fini()
[all...]
/kernel/linux/linux-6.6/drivers/soc/xilinx/
H A Dxlnx_event_manager.c211 hash_del(&eve_data->hentry); in xlnx_remove_cb_for_suspend()
252 hash_del(&eve_data->hentry); in xlnx_remove_cb_for_notify_event()
686 hash_del(&eve_data->hentry); in xlnx_event_manager_remove()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmapping.c77 hash_del(&mi->node); in mapping_add()
124 hash_del(&mi->node); in mapping_remove()
H A Dmod_hdr.c145 hash_del(&mh->mod_hdr_hlist); in mlx5e_mod_hdr_detach()
/kernel/linux/linux-5.10/tools/include/linux/
H A Dhashtable.h90 * hash_del - remove an object from a hashtable
93 static inline void hash_del(struct hlist_node *node) in hash_del() function
/kernel/linux/linux-5.10/include/linux/
H A Dhashtable.h102 * hash_del - remove an object from a hashtable
105 static inline void hash_del(struct hlist_node *node) in hash_del() function
/kernel/linux/linux-6.6/include/linux/
H A Dhashtable.h102 * hash_del - remove an object from a hashtable
105 static inline void hash_del(struct hlist_node *node) in hash_del() function
/kernel/linux/linux-6.6/tools/include/linux/
H A Dhashtable.h90 * hash_del - remove an object from a hashtable
93 static inline void hash_del(struct hlist_node *node) in hash_del() function
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dvporttbl.c145 hash_del(&e->hlist); in mlx5_esw_vporttbl_put()
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dqeth_l3_main.c154 hash_del(&addr->hnode); in qeth_l3_delete_ip()
215 hash_del(&addr->hnode); in qeth_l3_add_ip()
241 hash_del(&addr->hnode); in qeth_l3_drain_rx_mode_cache()
258 hash_del(&addr->hnode); in qeth_l3_clear_ip_htable()
289 hash_del(&addr->hnode); in qeth_l3_recover_ip()
1194 hash_del(&addr->hnode); in qeth_l3_rx_mode_work()
1201 hash_del(&addr->hnode); in qeth_l3_rx_mode_work()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dqeth_l3_main.c152 hash_del(&addr->hnode); in qeth_l3_delete_ip()
213 hash_del(&addr->hnode); in qeth_l3_add_ip()
239 hash_del(&addr->hnode); in qeth_l3_drain_rx_mode_cache()
256 hash_del(&addr->hnode); in qeth_l3_clear_ip_htable()
287 hash_del(&addr->hnode); in qeth_l3_recover_ip()
1174 hash_del(&addr->hnode); in qeth_l3_rx_mode_work()
1181 hash_del(&addr->hnode); in qeth_l3_rx_mode_work()
/kernel/linux/linux-6.6/io_uring/
H A Dpoll.c137 hash_del(&req->hash_node); in io_poll_req_delete()
163 hash_del(&req->hash_node); in io_poll_tw_hash_eject()
851 hash_del(&req->hash_node); in io_poll_disarm()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dpids.c172 hash_del(&refs->node); in delete_obj_refs_table()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dsample.c219 hash_del(&sampler->hlist); in sampler_put()
316 hash_del(&restore->hlist); in sample_restore_put()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads_termtbl.c167 hash_del(&tt->termtbl_hlist); in mlx5_eswitch_termtbl_put()
/kernel/linux/linux-5.10/fs/crypto/
H A Dkeysetup_v1.c166 hash_del(&dk->dk_node); in fscrypt_put_direct_key()

Completed in 24 milliseconds

12345