Searched refs:link_cleanup (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/ntb/
H A Dntb_transport.c215 struct task link_cleanup; member in struct:ntb_transport_ctx
495 TASK_INIT(&nt->link_cleanup, 0, ntb_transport_link_cleanup_work, nt);
542 taskqueue_drain(taskqueue_swi, &nt->link_cleanup);
1127 taskqueue_enqueue(taskqueue_swi, &nt->link_cleanup);

Completed in 97 milliseconds