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
3159 bool can_destroy; member
4124 if (nh_grp->can_destroy) in mlxsw_sp_nexthop_obj_group_offload_refresh()
5321 nh_grp->can_destroy = false; in mlxsw_sp_nexthop_obj_group_create()
5336 if (!nh_grp->can_destroy) in mlxsw_sp_nexthop_obj_group_destroy()
5421 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_group_replace()
5490 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_new()
5506 nh_grp->can_destroy = true; in mlxsw_sp_nexthop_obj_del()
5863 nh_grp->can_destroy = true; in mlxsw_sp_nexthop4_group_create()
5881 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
4142 complete(&tc->can_destroy); in thin_put()
4155 wait_for_completion(&tc->can_destroy); in thin_dtr()
4292 init_completion(&tc->can_destroy); in thin_ctr()