Home
last modified time | relevance | path

Searched refs:can_destroy (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c62 bool can_destroy; member
3159 bool can_destroy; member
4124 if (nh_grp->can_destroy) in mlxsw_sp_nexthop_obj_group_offload_refresh()
5337 if (!nh_grp->can_destroy) in mlxsw_sp_nexthop_obj_group_destroy()
5422 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_group_replace()
5507 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_del()
5864 nh_grp->can_destroy = true; in mlxsw_sp_nexthop4_group_create()
5882 if (!nh_grp->can_destroy) in mlxsw_sp_nexthop4_group_destroy()
7137 if (!nh_grp->can_destroy) in mlxsw_sp_nexthop6_group_destroy()
8726 if (crif->can_destroy) in mlxsw_sp_rif_destroy()
[all …]
/linux-6.15/drivers/md/
H A Ddm-thin.c362 struct completion can_destroy; member
4144 complete(&tc->can_destroy); in thin_put()
4157 wait_for_completion(&tc->can_destroy); in thin_dtr()
4294 init_completion(&tc->can_destroy); in thin_ctr()