link_cleanup
schedule_work(&nt->link_cleanup);
INIT_WORK(&qp->link_cleanup, ntb_qp_link_cleanup_work);
INIT_WORK(&nt->link_cleanup, ntb_transport_link_cleanup_work);
cancel_work_sync(&nt->link_cleanup);
struct work_struct link_cleanup;
struct work_struct link_cleanup;
link_cleanup);
schedule_work(&qp->link_cleanup);
cancel_work_sync(&qp->link_cleanup);
container_of(work, struct ntb_transport_ctx, link_cleanup);
link_cleanup(skeletons);
link_cleanup(skeletons);