Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c2951 bool can_destroy; member
3801 if (nh_grp->can_destroy) in mlxsw_sp_nexthop_obj_group_offload_refresh()
4868 nh_grp->can_destroy = false; in mlxsw_sp_nexthop_obj_group_create()
4883 if (!nh_grp->can_destroy) in mlxsw_sp_nexthop_obj_group_destroy()
4968 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_group_replace()
5000 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_new()
5016 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_del()
5287 nh_grp->can_destroy = true; in mlxsw_sp_nexthop4_group_create()
5305 if (!nh_grp->can_destroy) in mlxsw_sp_nexthop4_group_destroy()
6704 nh_grp->can_destroy = true; in mlxsw_sp_nexthop6_group_create()
[all …]
/Linux-v5.15/drivers/md/
Ddm-thin.c361 struct completion can_destroy; member
4125 complete(&tc->can_destroy); in thin_put()
4138 wait_for_completion(&tc->can_destroy); in thin_dtr()
4272 init_completion(&tc->can_destroy); in thin_ctr()