Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c2981 bool can_destroy; member
3831 if (nh_grp->can_destroy) in mlxsw_sp_nexthop_obj_group_offload_refresh()
4966 nh_grp->can_destroy = false; in mlxsw_sp_nexthop_obj_group_create()
4981 if (!nh_grp->can_destroy) in mlxsw_sp_nexthop_obj_group_destroy()
5066 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_group_replace()
5098 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_new()
5114 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_del()
5391 nh_grp->can_destroy = true; in mlxsw_sp_nexthop4_group_create()
5409 if (!nh_grp->can_destroy) in mlxsw_sp_nexthop4_group_destroy()
6642 nh_grp->can_destroy = true; in mlxsw_sp_nexthop6_group_create()
[all …]
/Linux-v6.1/drivers/md/
Ddm-thin.c359 struct completion can_destroy; member
4099 complete(&tc->can_destroy); in thin_put()
4112 wait_for_completion(&tc->can_destroy); in thin_dtr()
4247 init_completion(&tc->can_destroy); in thin_ctr()