Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c62 bool can_destroy; member
3156 bool can_destroy; member
4121 if (nh_grp->can_destroy) in mlxsw_sp_nexthop_obj_group_offload_refresh()
5319 nh_grp->can_destroy = false; in mlxsw_sp_nexthop_obj_group_create()
5334 if (!nh_grp->can_destroy) in mlxsw_sp_nexthop_obj_group_destroy()
5419 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_group_replace()
5488 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_new()
5504 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_del()
5861 nh_grp->can_destroy = true; in mlxsw_sp_nexthop4_group_create()
5879 if (!nh_grp->can_destroy) in mlxsw_sp_nexthop4_group_destroy()
[all …]
/linux/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()