Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/libie/
H A Dcontrolq.c739 bool can_destroy; in libie_ctlq_xn_push_free() local
742 can_destroy = __libie_ctlq_xn_push_free(xnm, xn); in libie_ctlq_xn_push_free()
744 if (can_destroy) in libie_ctlq_xn_push_free()
745 complete(&xnm->can_destroy); in libie_ctlq_xn_push_free()
1223 wait_for_completion(&xnm->can_destroy); in libie_ctlq_xn_shutdown()
1269 init_completion(&xnm->can_destroy); in libie_ctlq_xn_init()
/linux/include/linux/net/intel/libie/
H A Dcontrolq.h354 struct completion can_destroy; member
/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()