Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c61 bool can_destroy; member
3150 bool can_destroy; member
4003 if (nh_grp->can_destroy) in mlxsw_sp_nexthop_obj_group_offload_refresh()
5189 nh_grp->can_destroy = false; in mlxsw_sp_nexthop_obj_group_create()
5204 if (!nh_grp->can_destroy) in mlxsw_sp_nexthop_obj_group_destroy()
5289 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_group_replace()
5321 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_new()
5337 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_del()
5614 nh_grp->can_destroy = true; in mlxsw_sp_nexthop4_group_create()
5632 if (!nh_grp->can_destroy) in mlxsw_sp_nexthop4_group_destroy()
[all …]
/linux-6.6.21/drivers/md/
Ddm-thin.c362 struct completion can_destroy; member
4146 complete(&tc->can_destroy); in thin_put()
4159 wait_for_completion(&tc->can_destroy); in thin_dtr()
4296 init_completion(&tc->can_destroy); in thin_ctr()