Lines Matching refs:tx_work
80 * write_msgs and psock is reserved. Schedule tx_work
86 queue_work(kcm_wq, &psock->tx_kcm->tx_work);
435 queue_work(kcm_wq, &kcm->tx_work);
521 queue_work(kcm_wq, &kcm->tx_work);
715 struct kcm_sock *kcm = container_of(w, struct kcm_sock, tx_work);
1229 INIT_WORK(&kcm->tx_work, kcm_tx_work);
1448 queue_work(kcm_wq, &psock->tx_kcm->tx_work);
1697 /* Purge queue under lock to avoid race condition with tx_work trying
1698 * to act when queue is nonempty. If tx_work runs after this point
1718 disable_work_sync(&kcm->tx_work);