Searched refs:busy (Results 226 - 250 of 308) sorted by relevance

1234567891011>>

/linux-master/kernel/trace/
H A Dtrace_events_user.c2710 int i, active = 0, busy = 0; local
2733 busy++;
2744 seq_printf(m, "Busy: %d\n", busy);
/linux-master/drivers/i2c/busses/
H A Di2c-i801.c369 pci_err(priv->pci_dev, "SMBus is busy, can't use it!\n");
398 * If the SMBus is still busy, we give up
457 int status, busy; local
462 busy = status & SMBHSTSTS_HOST_BUSY;
464 if (!busy && status)
H A Di2c-stm32f7.c1423 int i, busy; local
1425 busy = 0;
1428 busy++;
1431 return i == busy;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c2475 } else if (wl->status.map.busy) { /* only busy */
2664 if (!wl->status.map.busy) {/* wl idle -> freerun */
3700 case BTC_WBUSY_BNOSCAN: /*wl-busy + bt idle*/
3709 case BTC_WBUSY_BSCAN: /*wl-busy + bt-inq */
3806 case BTC_WBUSY_BNOSCAN: /* wl-busy + bt-A2DP */
3817 case BTC_WBUSY_BSCAN: /* wl-busy + bt-inq + bt-A2DP */
3848 case BTC_WBUSY_BNOSCAN: /* wl-busy + bt-A2dp_Sink */
3851 case BTC_WBUSY_BSCAN: /* wl-busy + bt-inq + bt-A2dp_Sink */
3876 case BTC_WBUSY_BNOSCAN: /* wl-busy
6393 u8 busy = 0; local
[all...]
/linux-master/drivers/usb/gadget/udc/
H A Dm66592-udc.h122 #define M66592_SBUSY 0x2000 /* b13: SIE_FIFO busy */
446 unsigned busy:1; member in struct:m66592_ep
/linux-master/drivers/usb/musb/
H A Dmusb_gadget_ep0.c284 if (!musb_ep->busy && request) {
/linux-master/drivers/scsi/
H A Dmegaraid.h102 /* 0xF */ volatile u8 busy; member in struct:mbox_in
/linux-master/sound/soc/fsl/
H A Dfsl_easrc.h577 bool busy; member in struct:fsl_easrc_slot
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_mpc.c473 MPCC_BUSY, &s->busy);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c829 new->busy = vma->busy;
1013 vma->busy ? 'B' : '-',
1586 vma->busy = false;
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_reqmgr.h90 u8 busy; /* Entry status (free/busy) */ member in struct:otx2_cpt_pending_entry
/linux-master/drivers/spi/
H A Dspi-zynq-qspi.c383 if (ctlr->busy)
/linux-master/drivers/mmc/core/
H A Dmmc_test.c256 * Wait for the card to finish the busy state
260 int ret, busy; local
263 busy = 0;
275 if (!busy && mmc_test_busy(&cmd)) {
276 busy = 1;
278 pr_info("%s: Warning: Host did not wait for busy state to end.\n",
H A Dsd.c1065 * Note that, the SD card is allowed to signal busy on DAT0 up to 1s
1638 static int sd_busy_poweroff_notify_cb(void *cb_data, bool *busy) argument
1657 *busy = !(data->reg_buf[0] & BIT(0));
/linux-master/drivers/media/pci/ivtv/
H A Divtv-driver.h216 unsigned long busy; member in struct:ivtv_mailbox_data
/linux-master/include/linux/
H A Dblk-mq.h358 * decide if the hw_queue is busy using Exponential Weighted Moving
628 * @busy: If set, returns whether or not this queue currently is busy.
630 bool (*busy)(struct request_queue *); member in struct:blk_mq_ops
/linux-master/arch/arm/mach-imx/
H A Dmmdc.c87 PMU_EVENT_ATTR_STRING(busy-cycles, mmdc_pmu_busy_cycles, "event=0x01")
/linux-master/net/netfilter/
H A Dnf_conntrack_core.c2526 int busy; local
2535 busy = 0;
2542 busy = 1;
2544 if (busy) {
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_mpc.c560 MPCC_BUSY, &s->busy);
/linux-master/include/linux/spi/
H A Dspi.h457 * @busy: message pump is busy
706 bool busy; member in struct:spi_controller
/linux-master/drivers/scsi/bfa/
H A Dbfa.h215 bfa_boolean_t busy; member in struct:bfa_faa_args_s
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c1029 desc = "busy";
1601 while (atomic_read(&ioc->io_uring_poll_queues[qid].busy)) {
1701 if (!atomic_add_unless(&reply_q->busy, 1, 1))
1708 atomic_dec(&reply_q->busy);
1805 atomic_dec(&reply_q->busy);
1819 atomic_dec(&reply_q->busy);
1826 atomic_dec(&reply_q->busy);
1853 atomic_dec(&reply_q->busy);
1873 !atomic_add_unless(&ioc->io_uring_poll_queues[qid].busy, 1, 1))
1879 atomic_dec(&ioc->io_uring_poll_queues[qid].busy);
[all...]
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c1134 static bool v2_chk_mbox_is_avail(struct hns_roce_dev *hr_dev, bool *busy) argument
1144 *busy = (status == CMD_RST_PRC_EBUSY);
1348 bool busy; local
1354 if (!v2_chk_mbox_is_avail(hr_dev, &busy))
1355 return busy ? -EBUSY : 0;
1359 if (!v2_chk_mbox_is_avail(hr_dev, &busy))
1360 return busy ? -EBUSY : 0;
2982 bool busy; local
2986 while (v2_chk_mbox_is_avail(hr_dev, &busy)) {
2999 } else if (!v2_chk_mbox_is_avail(hr_dev, &busy)) {
[all...]
/linux-master/drivers/media/pci/pt1/
H A Dpt1.c1035 static void pt1_i2c_emit(struct pt1 *pt1, int addr, int busy, int read_enable, argument
1038 pt1_write_reg(pt1, 4, addr << 18 | busy << 13 | read_enable << 12 |
/linux-master/drivers/dma/
H A Dmv_xor.c267 int busy = mv_chan_is_busy(mv_chan); local
305 if ((busy == 0) && !list_empty(&mv_chan->chain)) {
413 /* if the channel is not busy */

Completed in 603 milliseconds

1234567891011>>