Searched refs:busy (Results 176 - 200 of 308) sorted by relevance

1234567891011>>

/linux-master/drivers/media/platform/ti/omap3isp/
H A Disph3a_aewb.c176 * As most of them are busy-lock registers, need to wait until AEW_BUSY = 0 to
266 .busy = h3a_aewb_busy,
H A Disph3a_af.c331 .busy = h3a_af_busy,
/linux-master/sound/soc/codecs/
H A Dhdmi-codec.c274 bool busy; member in struct:hdmi_codec_priv
440 if (hcp->busy) {
466 hcp->busy = true;
488 hcp->busy = false;
/linux-master/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c233 p->iscp->busy = 1;
239 if(p->iscp->busy) /* i82586 clears 'busy' after successful init */
267 p->iscp->busy = 1;
273 if(p->iscp->busy)
847 printk("%s: RU hasn't fetched next RFD (not busy/complete)\n",dev->name);
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.h316 bool busy; member in struct:intel_guc_tlb_wait
372 /* No sleeping with spin locks, just busy loop */
/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h125 | words of a busy frame are the same as the unimplemented frame.
329 .set BUSY_SIZE,100 | size of busy frame
330 .set BUSY_FRAME,LV-BUSY_SIZE | start of busy frame
/linux-master/fs/dlm/
H A Dlockspace.c775 int i, busy, rv; local
777 busy = lockspace_busy(ls, force);
781 if (busy) {
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_xsk.c688 goto busy;
694 goto busy;
735 busy:
/linux-master/drivers/block/
H A Dps3vram.c585 int busy; local
590 busy = !bio_list_empty(&priv->list);
594 if (busy)
/linux-master/drivers/block/xen-blkback/
H A Dxenbus.c271 bool busy = false; local
291 busy = true;
330 if (busy)
/linux-master/drivers/iio/light/
H A Drpr0521.c725 int busy; local
734 busy = iio_device_claim_direct_mode(indio_dev);
735 if (busy)
H A Drohm-bu27008.c1192 int busy, ret; local
1196 busy = iio_device_claim_direct_mode(idev);
1197 if (busy)
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dsiena_sriov.c53 * @busy: VFDI request queued to be processed or being processed. Receiving
54 * a VFDI request when @busy is set is an error condition.
95 bool busy; member in struct:siena_vf
894 vf->busy = false;
914 vf->busy = false;
1423 if (vf->busy)
1445 vf->busy = true;
/linux-master/drivers/block/rnbd/
H A Drnbd-clt.c274 * one who observes sess->busy == 0) must wake up all remaining queues.
285 } while (atomic_read(&sess->busy) == 0 && requeued);
297 * consumed before busy counter increased. This is safe,
298 * because loser will get NULL as a permit, observe 0 busy
301 atomic_inc(&sess->busy);
310 atomic_dec(&sess->busy);
786 atomic_set(&sess->busy, 0);
1042 * rnbd_clt_dev_add_to_requeue() - add device to requeue if session is busy
1047 * If session is busy, that means someone will requeue us when resources
1071 * and then observe the busy counte
[all...]
/linux-master/drivers/dma/
H A Dste_dma40.c460 * @busy: Set to true when transfer is ongoing on this channel.
489 bool busy; member in struct:d40_chan
1447 if (!d40c->busy)
1472 if (!d40c->busy)
1519 if (!d40c->busy) {
1520 d40c->busy = true;
1582 d40c->busy = false;
2057 if (d40c->busy) {
2062 d40c->busy = false;
2596 if (!d40c->busy)
[all...]
/linux-master/net/ipv4/
H A Dudp.c1475 spinlock_t *busy; local
1477 busy = udp_busylocks + hash_ptr(ptr, udp_busylocks_log);
1478 spin_lock(busy);
1479 return busy;
1482 static void busylock_release(spinlock_t *busy) argument
1484 if (busy)
1485 spin_unlock(busy);
1503 spinlock_t *busy = NULL; local
1522 busy = busylock_acquire(sk);
1554 busylock_release(busy);
[all...]
/linux-master/drivers/spi/
H A Dspi.c1865 if (!ctlr->busy)
1873 ctlr->busy = false;
1883 ctlr->busy = false;
1907 if (ctlr->busy)
1910 ctlr->busy = true;
1921 /* Prod the scheduler in case transfer_one() was busy waiting */
2052 ctlr->busy = false;
2197 if (ctlr->running || ctlr->busy) {
2221 * A wait_queue on the ctlr->busy could be used, but then the common
2225 while ((!list_empty(&ctlr->queue) || ctlr->busy)
[all...]
/linux-master/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c446 ep->busy = 0;
953 "pipe0 is busy. maybe cpu i/o bus "
1224 if (ep->busy) {
1225 ep->busy = 0;
1626 if (request && !ep->busy)
1662 ep->busy = 1;
1665 ep->busy = 0;
1697 if (list_empty(&ep->queue) && !ep->busy) {
/linux-master/drivers/media/rc/
H A Dimon.c120 bool busy; /* write in progress */ member in struct:imon_context::tx_t
639 ictx->tx.busy = true;
640 smp_rmb(); /* ensure later readers know we're busy */
644 ictx->tx.busy = false;
645 smp_rmb(); /* ensure later readers know we're not busy */
656 ictx->tx.busy = false;
1084 ictx->tx.busy = false;
1085 smp_rmb(); /* ensure later readers know we're not busy */
2519 if (ictx->tx.busy) {
/linux-master/include/trace/events/
H A Drxrpc.h1925 TP_PROTO(struct rxrpc_call *call, bool busy,
1928 TP_ARGS(call, busy, what),
1932 __field(bool, busy)
1938 __entry->busy = busy;
1945 __entry->busy ? "!" : "")
/linux-master/arch/powerpc/platforms/powernv/
H A Dvas-window.c1205 * Wait for the window to go to "not-busy" state. It should only take a
1206 * short time to queue a CRB, so window should not be busy for too long.
1211 int busy; local
1217 busy = GET_FIELD(VAS_WIN_BUSY, val);
1218 if (busy) {
1228 pr_warn_ratelimited("VAS: pid %d stuck. Window (ID=%d) is in busy state. Retries %d\n",
/linux-master/drivers/mmc/host/
H A Dbcm2835.c171 bool use_busy:1; /* Wait for busy interrupt */
701 /* No busy, so poll for completion */
1020 bool block, busy, data; local
1025 busy = host->irq_busy;
1037 if (busy)
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp6000_pcie.c388 int n, busy = 0; local
406 busy++;
409 if (WARN(!busy, "No suitable BAR found for request tgt:0x%x act:0x%x tok:0x%x off:0x%llx size:%zd width:%d\n",
/linux-master/drivers/scsi/megaraid/
H A Dmbox_defs.h146 * @busy : f/w busy, must wait to issue more commands.
166 uint8_t busy; member in struct:__anon67
/linux-master/drivers/net/fjes/
H A Dfjes_trace.h39 __entry->cs_busy = cs->bits.busy;
44 TP_printk("CR=[req=%04x, error=%u, err_info=%04x, req_start=%u], CS=[req=%04x, busy=%u, complete=%u], timeout=%d, ret=%d",

Completed in 343 milliseconds

1234567891011>>