Home
last modified time | relevance | path

Searched refs:busy (Results 201 – 225 of 506) sorted by relevance

12345678910>>...21

/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.h145 u8 busy; /* Entry status (free/busy) */ member
/openbmc/linux/drivers/nvdimm/
H A Dnd-core.h36 atomic_t busy; member
/openbmc/linux/drivers/scsi/
H A Dwd33c93.h225 volatile uchar busy[8]; /* index = target, bit = lun */ member
H A Dscsi_lib.c281 unsigned int busy = scsi_host_busy(shost); in scsi_dec_host_busy() local
285 scsi_eh_wakeup(shost, busy); in scsi_dec_host_busy()
1286 unsigned int busy; in scsi_target_queue_ready() local
1302 busy = atomic_inc_return(&starget->target_busy) - 1; in scsi_target_queue_ready()
1304 if (busy) in scsi_target_queue_ready()
1317 if (busy >= starget->can_queue) in scsi_target_queue_ready()
1925 .busy = scsi_mq_lld_busy,
1954 .busy = scsi_mq_lld_busy,
H A DNCR5380.h221 unsigned char busy[8]; /* Index = target, bit = lun */ member
/openbmc/linux/sound/oss/dmasound/
H A Ddmasound.h234 int busy, syncing, xruns, died; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmpc.h195 uint32_t busy; member
/openbmc/linux/drivers/spi/
H A Dspi-cavium.c25 } while (mpi_sts.s.busy); in octeon_spi_wait_ready()
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dprotocols.h134 atomic_t busy; member
/openbmc/qemu/hw/scsi/
H A Dtrace-events53 megasas_qf_busy(unsigned long pa) "all frames busy for frame 0x%lx"
54 …d, uint32_t tail, unsigned int busy) "frame 0x%x count %d context 0x%" PRIx64 " head 0x%" PRIx32 "…
55 …f_update(uint32_t head, uint32_t tail, unsigned int busy) "head 0x%" PRIx32 " tail 0x%" PRIx32 " b…
58 …ntext, uint32_t head, uint32_t tail, int busy) "context 0x%" PRIx64 " head 0x%" PRIx32 " tail 0x%"…
59 megasas_frame_busy(uint64_t addr) "frame 0x%" PRIx64 " busy"
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_ioc.c3344 if (ablk->busy) { in bfa_ablk_notify()
3395 if (ablk->busy) { in bfa_ablk_query()
3427 if (ablk->busy) { in bfa_ablk_pf_create()
3460 if (ablk->busy) { in bfa_ablk_pf_delete()
3489 if (ablk->busy) { in bfa_ablk_adapter_config()
3520 if (ablk->busy) { in bfa_ablk_port_config()
3552 if (ablk->busy) { in bfa_ablk_pf_update()
3582 if (ablk->busy) { in bfa_ablk_optrom_en()
3609 if (ablk->busy) { in bfa_ablk_optrom_dis()
6694 u32 busy:1; member
[all …]
/openbmc/linux/fs/afs/
H A Drotate.c208 goto busy; in afs_select_fileserver()
224 busy: in afs_select_fileserver()
/openbmc/linux/drivers/md/
H A Ddm-rq.c506 if (ti->type->busy && ti->type->busy(ti)) in dm_mq_queue_rq()
H A Ddm-mpath.c2115 bool busy = false, has_active = false; in multipath_busy() local
2150 return busy; in multipath_busy()
2157 busy = true; in multipath_busy()
2162 busy = false; in multipath_busy()
2174 busy = false; in multipath_busy()
2177 return busy; in multipath_busy()
2205 .busy = multipath_busy,
/openbmc/linux/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
/openbmc/linux/fs/dlm/
H A Dlockspace.c775 int i, busy, rv; in release_lockspace() local
777 busy = lockspace_busy(ls, force); in release_lockspace()
781 if (busy) { in release_lockspace()
/openbmc/linux/drivers/iio/light/
H A Drpr0521.c725 int busy; in rpr0521_read_raw() local
734 busy = iio_device_claim_direct_mode(indio_dev); in rpr0521_read_raw()
735 if (busy) in rpr0521_read_raw()
/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c219 bool busy = __this_cpu_xchg(fpsimd_context_busy, true); in __get_cpu_fpsimd_context() local
221 WARN_ON(busy); in __get_cpu_fpsimd_context()
250 bool busy = __this_cpu_xchg(fpsimd_context_busy, false); in __put_cpu_fpsimd_context() local
252 WARN_ON(!busy); /* No matching get_cpu_fpsimd_context()? */ in __put_cpu_fpsimd_context()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.c1147 u32 active, val, busy; in mt76x02_edcca_check() local
1155 busy = (val * 100) / active; in mt76x02_edcca_check()
1156 busy = min_t(u32, busy, 100); in mt76x02_edcca_check()
1158 if (busy > MT_EDCCA_TH) { in mt76x02_edcca_check()
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dnet.rst182 Low latency busy poll timeout for socket reads. (needs CONFIG_NET_RX_BUSY_POLL)
183 Approximate time in us to busy loop waiting for packets on the device queue.
195 Low latency busy poll timeout for poll and select. (needs CONFIG_NET_RX_BUSY_POLL)
196 Approximate time in us to busy loop waiting for events.
200 Note that only sockets with SO_BUSY_POLL set will be busy polled,
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-bus-xen-backend47 busy processing previous requests.
/openbmc/qemu/include/qemu/
H A Djob.h119 bool busy; member
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dingenic,nand.yaml46 description: GPIO specifier for the busy pin.
/openbmc/linux/drivers/clk/imx/
H A DMakefile4 mxc-clk-objs += clk-busy.o
/openbmc/qemu/hw/sd/
H A Domap_mmc.c116 sd_cmd_type_t type, int busy, sd_rsp_type_t resptype, int init) in omap_mmc_command() argument
128 if (resptype == sd_r1 && busy) in omap_mmc_command()

12345678910>>...21