Searched refs:rehash (Results 1 – 7 of 7) sorted by relevance
160 } rehash; member705 mlxsw_core_schedule_dw(&vregion->rehash.dw, in mlxsw_sp_acl_tcam_vregion_rehash_work_schedule()718 rehash.dw.work); in mlxsw_sp_acl_tcam_vregion_rehash_work()728 mlxsw_core_schedule_dw(&vregion->rehash.dw, 0); in mlxsw_sp_acl_tcam_vregion_rehash_work()753 if (vregion->rehash.ctx.current_vchunk == vchunk) { in mlxsw_sp_acl_tcam_rehash_ctx_vchunk_changed()754 vregion->rehash.ctx.start_ventry = NULL; in mlxsw_sp_acl_tcam_rehash_ctx_vchunk_changed()755 vregion->rehash.ctx.stop_ventry = NULL; in mlxsw_sp_acl_tcam_rehash_ctx_vchunk_changed()766 mlxsw_sp_acl_tcam_rehash_ctx_vchunk_reset(&vregion->rehash.ctx); in mlxsw_sp_acl_tcam_rehash_ctx_vregion_changed()811 INIT_DELAYED_WORK(&vregion->rehash.dw, in mlxsw_sp_acl_tcam_vregion_create()839 struct mlxsw_sp_acl_tcam_rehash_ctx *ctx = &vregion->rehash.ctx; in mlxsw_sp_acl_tcam_vregion_destroy()[all …]
72 if (sk->sk_prot->rehash) in __ip4_datagram_connect() 73 sk->sk_prot->rehash(sk); in __ip4_datagram_connect()
2165 if (sk->sk_prot->rehash && in __udp_disconnect()2167 sk->sk_prot->rehash(sk); in __udp_disconnect()3120 .rehash = udp_v4_rehash,
35 ``0`` disables periodic work entirely. The first rehash will be run
110 if (sk->sk_prot->rehash) in ip6_datagram_dst_update()111 sk->sk_prot->rehash(sk); in ip6_datagram_dst_update()215 if (sk->sk_prot->rehash) in __ip6_datagram_connect()216 sk->sk_prot->rehash(sk); in __ip6_datagram_connect()
1947 bool rehash = false; in __cifs_unlink() local1958 rehash = true; in __cifs_unlink()2084 if (rehash) in __cifs_unlink()2504 bool rehash = false; local2527 rehash = true;2574 rehash = false;2666 rehash = false;2674 if (rehash)
1341 void (*rehash)(struct sock *sk); member