bh_work
if (bt->bh_work.func)
queue_work(system_bh_wq, &bt->bh_work);
if (!bt->bh_work.func)
disable_work_sync(&bt->bh_work);
struct work_struct bh_work;
struct bt878 *bt = from_work(bt, t, bh_work);
INIT_WORK(&card->bt->bh_work, dvb_bt8xx_work);
cancel_work_sync(&card->bt->bh_work);
struct work_struct bh_work;
queue_work(system_bh_wq, &mantis->bh_work);
queue_work(system_bh_wq, &mantis->bh_work);
struct work_struct bh_work;
struct mantis_pci *mantis = from_work(mantis, t, bh_work);
enable_and_queue_work(system_bh_wq, &mantis->bh_work);
disable_work_sync(&mantis->bh_work);
INIT_WORK(&mantis->bh_work, mantis_dma_xfer);
disable_work_sync(&mantis->bh_work);
cancel_work_sync(&mantis->bh_work);
cancel_work_sync(&mantis->bh_work);
struct smi_port *port = from_work(port, t, bh_work);
INIT_WORK(&port->bh_work, smi_dma_xfer);
disable_work_sync(&port->bh_work);
cancel_work_sync(&port->bh_work);
queue_work(system_bh_wq, &port->bh_work);
enable_and_queue_work(system_bh_wq, &port->bh_work);
disable_work_sync(&port->bh_work);
struct work_struct bh_work;
queue_work(system_bh_wq, &dev->bh_work);
INIT_WORK(&dev->bh_work, tw5864_handle_frame_work);
cancel_work_sync(&dev->bh_work);
cancel_work_sync(&dev->bh_work);
struct tw5864_dev *dev = from_work(dev, t, bh_work);
struct work_struct bh_work;
struct atmel_mci *host = from_work(host, t, bh_work);
queue_work(system_bh_wq, &host->bh_work);
queue_work(system_bh_wq, &host->bh_work);
queue_work(system_bh_wq, &host->bh_work);
queue_work(system_bh_wq, &host->bh_work);
INIT_WORK(&host->bh_work, atmci_work_func);
struct work_struct bh_work;
queue_work(system_bh_wq, &host->bh_work);
queue_work(system_bh_wq, &host->bh_work);
queue_work(system_bh_wq, &host->bh_work);
queue_work(system_bh_wq, &host->bh_work);
struct dw_mci *host = from_work(host, t, bh_work);
queue_work(system_bh_wq, &host->bh_work);
queue_work(system_bh_wq, &host->bh_work);
queue_work(system_bh_wq, &host->bh_work);
queue_work(system_bh_wq, &host->bh_work);
queue_work(system_bh_wq, &host->bh_work);
queue_work(system_bh_wq, &host->bh_work);
INIT_WORK(&host->bh_work, dw_mci_work_func);
queue_work(system_bh_wq, &host->bh_work);
struct work_struct bh_work;
queue_work(system_bh_wq, &dev->bh_work);
queue_work(system_bh_wq, &dev->bh_work);
queue_work(system_bh_wq, &dev->bh_work);
queue_work(system_bh_wq, &dev->bh_work);
queue_work(system_bh_wq, &dev->bh_work);
struct usbnet *dev = from_work(dev, work, bh_work);
INIT_WORK(&dev->bh_work, usbnet_bh_work);
queue_work(system_bh_wq, &dev->bh_work);
queue_work(system_bh_wq, &dev->bh_work);
queue_work(system_bh_wq, &dev->bh_work);
queue_work(system_bh_wq, &dev->bh_work);
queue_work(system_bh_wq, &dev->bh_work);
cancel_work_sync(&dev->bh_work);
cancel_work_sync(&dev->bh_work);
queue_work(system_bh_wq, &dev->bh_work);
INIT_WORK(&wdev->hif.bh, bh_work);
container_of(work, struct cw1200_common, bh_work);
INIT_WORK(&priv->bh_work, cw1200_bh_work);
err = !queue_work(priv->bh_workqueue, &priv->bh_work);
struct work_struct bh_work;
INIT_WORK_ONSTACK(&state.bh_work, kunit_irq_test_bh_work_func);
flush_work(&state.bh_work);
struct work_struct bh_work;
queue_work(system_bh_wq, &state->bh_work);
container_of(work, typeof(*state), bh_work);
struct work_struct bh_work;