Searched refs:rehash (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_acl_tcam.c | 160 } rehash; member 705 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() 811 INIT_DELAYED_WORK(&vregion->rehash.dw, in mlxsw_sp_acl_tcam_vregion_create() 844 if (cancel_delayed_work_sync(&vregion->rehash.dw) && in mlxsw_sp_acl_tcam_vregion_destroy() 1525 mlxsw_core_schedule_dw(&vregion->rehash.dw, 0); in mlxsw_sp_acl_tcam_region_rehash_intrvl_set() [all …]
|
| /linux-6.15/net/ipv4/ |
| H A D | datagram.c | 72 if (sk->sk_prot->rehash) in __ip4_datagram_connect() 73 sk->sk_prot->rehash(sk); in __ip4_datagram_connect()
|
| H A D | udplite.c | 60 .rehash = udp_v4_rehash,
|
| H A D | udp.c | 2173 if (sk->sk_prot->rehash && in __udp_disconnect() 2175 sk->sk_prot->rehash(sk); in __udp_disconnect() 3205 .rehash = udp_v4_rehash,
|
| /linux-6.15/net/ipv6/ |
| H A D | udplite.c | 59 .rehash = udp_v6_rehash,
|
| H A D | datagram.c | 109 if (sk->sk_prot->rehash) in ip6_datagram_dst_update() 110 sk->sk_prot->rehash(sk); in ip6_datagram_dst_update() 214 if (sk->sk_prot->rehash) in __ip6_datagram_connect() 215 sk->sk_prot->rehash(sk); in __ip6_datagram_connect()
|
| H A D | udp.c | 1918 .rehash = udp_v6_rehash,
|
| /linux-6.15/Documentation/networking/devlink/ |
| H A D | mlxsw.rst | 35 ``0`` disables periodic work entirely. The first rehash will be run
|
| /linux-6.15/fs/afs/ |
| H A D | dir.c | 1870 if (op->rename.rehash) { in afs_rename_edit_dir() 1871 d_rehash(op->rename.rehash); in afs_rename_edit_dir() 1872 op->rename.rehash = NULL; in afs_rename_edit_dir() 1936 if (op->rename.rehash) in afs_rename_put() 1937 d_rehash(op->rename.rehash); in afs_rename_put() 2017 op->rename.rehash = new_dentry; in afs_rename() 2038 op->rename.rehash = NULL; in afs_rename()
|
| H A D | internal.h | 887 struct dentry *rehash; member
|
| /linux-6.15/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_pf.c | 271 static void enetc_sync_vlan_ht_filter(struct enetc_pf *pf, bool rehash) in enetc_sync_vlan_ht_filter() argument 275 if (rehash) { in enetc_sync_vlan_ht_filter()
|
| /linux-6.15/Documentation/gpu/ |
| H A D | i915.rst | 365 allocate memory while holding these looks we get a rehash
|
| /linux-6.15/net/core/ |
| H A D | sock.c | 651 if (sk->sk_prot->rehash) in sock_bindtoindex_locked() 652 sk->sk_prot->rehash(sk); in sock_bindtoindex_locked()
|
| /linux-6.15/include/net/ |
| H A D | sock.h | 1283 void (*rehash)(struct sock *sk); member
|
| /linux-6.15/Documentation/netlink/specs/ |
| H A D | tc.yaml | 502 name: rehash-interval
|
| /linux-6.15/Documentation/networking/ |
| H A D | ip-sysctl.rst | 1167 a rehash can be performed, given there are no packets in flight. 1177 a forced rehash can be performed. Be careful when setting this
|