Home
last modified time | relevance | path

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

/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()
4870 nh_grp->can_destroy = false; in mlxsw_sp_nexthop_obj_group_create()
4885 if (!nh_grp->can_destroy) in mlxsw_sp_nexthop_obj_group_destroy()
4970 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_group_replace()
5002 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_new()
5018 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_del()
5289 nh_grp->can_destroy = true; in mlxsw_sp_nexthop4_group_create()
5307 if (!nh_grp->can_destroy) in mlxsw_sp_nexthop4_group_destroy()
6716 nh_grp->can_destroy = true; in mlxsw_sp_nexthop6_group_create()
[all …]
/drivers/md/
Ddm-thin.c361 struct completion can_destroy; member
4140 complete(&tc->can_destroy); in thin_put()
4153 wait_for_completion(&tc->can_destroy); in thin_dtr()
4288 init_completion(&tc->can_destroy); in thin_ctr()