Searched refs:hash_for_each_safe (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sync.c287 hash_for_each_safe(sync->fences, i, tmp, e, node) {
327 hash_for_each_safe(sync->fences, i, tmp, e, node) {
358 hash_for_each_safe(source->fences, i, tmp, e, node) {
386 hash_for_each_safe(sync->fences, i, tmp, e, node) {
409 hash_for_each_safe(sync->fences, i, tmp, e, node) {
433 hash_for_each_safe(sync->fences, i, tmp, e, node)
/linux-master/tools/include/linux/
H A Dhashtable.h111 * hash_for_each_safe - iterate over a hashtable safe against removal of
119 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ macro
/linux-master/include/linux/
H A Dhashtable.h144 * hash_for_each_safe - iterate over a hashtable safe against removal of
152 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ macro
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dvxlan.c188 hash_for_each_safe(vxlan->htable, bkt, tmp, vxlanp, hlist) {
/linux-master/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.c381 hash_for_each_safe(port->muxed_ep, bkt_ep, tmp_ep, ep, hlnode) {
399 hash_for_each_safe(port->muxed_ep, bkt_ep, tmp_ep, ep, hlnode) {
H A Drmnet_config.c235 hash_for_each_safe(port->muxed_ep, bkt_ep, tmp_ep, ep, hlnode) {
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_vmid.c322 hash_for_each_safe(vport->hash_table, bucket, tmp, cur, hnode)
/linux-master/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c1964 hash_for_each_safe(ofdpa->fdb_tbl, bkt, tmp, found, entry) {
1998 hash_for_each_safe(ofdpa->fdb_tbl, bkt, tmp, entry, entry) {
2393 hash_for_each_safe(ofdpa->flow_tbl, bkt, tmp, flow_entry, entry)
2398 hash_for_each_safe(ofdpa->group_tbl, bkt, tmp, group_entry, entry)
2403 hash_for_each_safe(ofdpa->fdb_tbl, bkt, tmp, fdb_entry, entry)
2408 hash_for_each_safe(ofdpa->internal_vlan_tbl, bkt,
2414 hash_for_each_safe(ofdpa->neigh_tbl, bkt, tmp, neigh_entry, entry)
2776 hash_for_each_safe(ofdpa->flow_tbl, bkt, tmp, flow_entry, entry) {
/linux-master/security/safesetid/
H A Dsecurityfs.c78 hash_for_each_safe(pol->rules, bucket, tmp, rule, next)
/linux-master/lib/
H A Dhashtable_test.c169 hash_for_each_safe(hash, bkt, tmp, x, node) { function
/linux-master/drivers/accel/habanalabs/common/mmu/
H A Dmmu_v2.c50 hash_for_each_safe(ctx->mmu_shadow_hash, i, tmp, pgt_info, node) {
H A Dmmu_v2_hr.c106 hash_for_each_safe(ctx->hr_mmu_phys_hash, i, tmp, pgt_info, node) {
H A Dmmu_v1.c211 hash_for_each_safe(ctx->mmu_shadow_hash, i, tmp, pgt_info, node) {
/linux-master/fs/smb/server/mgmt/
H A Duser_session.c222 hash_for_each_safe(sessions_table, bkt, tmp, sess, hlist) { function
/linux-master/drivers/accel/habanalabs/common/
H A Dstate_dump.c231 hash_for_each_safe(map->tb, i, tmp_node, entry, node) {
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_mux.c70 hash_for_each_safe(m->pid_ctx, bkt, tmp, ctx, h) {
/linux-master/drivers/soc/xilinx/
H A Dxlnx_event_manager.c700 hash_for_each_safe(reg_driver_map, i, tmp, eve_data, hentry) { function
/linux-master/drivers/s390/net/
H A Dqeth_l3_main.c238 hash_for_each_safe(card->rx_mode_addrs, i, tmp, addr, hnode) {
254 hash_for_each_safe(card->ip_htable, i, tmp, addr, hnode) {
278 hash_for_each_safe(card->ip_htable, i, tmp, addr, hnode) {
1169 hash_for_each_safe(card->rx_mode_addrs, i, tmp, addr, hnode) {
H A Dqeth_l2_main.c152 hash_for_each_safe(card->rx_mode_addrs, i, tmp, mac, hnode) {
474 hash_for_each_safe(card->rx_mode_addrs, i, tmp, mac, hnode) {
/linux-master/fs/orangefs/
H A Dsuper.c136 hash_for_each_safe(orangefs_inode->xattr_cache, i, tmp, cx, node) {
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.c112 hash_for_each_safe(isst_hash, i, tmp, sst_cmd, hnode) { function
/linux-master/kernel/
H A Dkcov.c400 hash_for_each_safe(kcov_remote_map, bkt, tmp, remote, hnode) { function
/linux-master/drivers/firmware/arm_scmi/
H A Dnotify.c1595 hash_for_each_safe(ni->pending_events_handlers, bkt, tmp, hndl, hash) {
/linux-master/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c941 hash_for_each_safe(engine->cmd_hash, i, tmp, desc_node, node) {
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_sriov.c37 hash_for_each_safe(vfs->table, bkt, tmp, vf, entry) {

Completed in 390 milliseconds

12