Searched refs:busy (Results 276 - 300 of 308) sorted by relevance

<<111213

/linux-master/include/uapi/drm/
H A Di915_drm.h1586 /** Handle of the buffer to check for busy */
1589 /** Return busy status
1598 * as busy may become idle before the ioctl is completed.
1600 * Furthermore, if the object is busy, which engine is busy is only
1603 * conditions which prevent the report of which engines are busy from
1631 * the object is idle or busy. The report of which engines are busy
1634 __u32 busy; member in struct:drm_i915_gem_busy
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h539 u16 busy; member in struct:hns_roce_cmd_context
/linux-master/drivers/usb/gadget/udc/
H A Dtegra-xudc.c1427 bool busy, kick_queue = false; local
1455 busy = (trb_read_cycle(deq_trb) == ep_ctx_read_dcs(ep->context));
1457 if (trb_in_request(ep, req, deq_trb) && busy) {
1491 } else if (trb_before_request(ep, req, deq_trb) && busy) {
/linux-master/tools/include/uapi/drm/
H A Di915_drm.h1586 /** Handle of the buffer to check for busy */
1589 /** Return busy status
1598 * as busy may become idle before the ioctl is completed.
1600 * Furthermore, if the object is busy, which engine is busy is only
1603 * conditions which prevent the report of which engines are busy from
1631 * the object is idle or busy. The report of which engines are busy
1634 __u32 busy; member in struct:drm_i915_gem_busy
/linux-master/fs/ext4/
H A Dmballoc.c1861 * Left neighbour [0] is free, so mark it busy,
1864 * Right neighbour [7] is busy. It can't be coaleasced with [6], so
5396 ext4_group_t group, int *busy)
5436 *busy = 1;
6005 int freed = 0, busy = 0; local
6014 ret = ext4_mb_discard_group_preallocations(sb, i, &busy);
6020 if (needed > 0 && busy && ++retry < 3) {
6021 busy = 0;
5395 ext4_mb_discard_group_preallocations(struct super_block *sb, ext4_group_t group, int *busy) argument
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.c1427 BFA_FLASH_BUSY = -4, /*!< flash busy */
1463 u32 busy:1; member in struct:bfa_flash_dev_status_reg::__anon248
1473 u32 busy:1;
2647 * Waits if mailbox is busy. Responsibility of caller to serialize
2668 * If mailbox is busy, queue command for poll timer
/linux-master/drivers/nvdimm/
H A Dnamespace_devs.c2091 atomic_dec(&nvdimm->busy);
2126 atomic_inc(&nvdimm->busy);
H A Dbus.c1018 if (atomic_read(&nvdimm->busy))
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_main.c2300 static void enic_set_api_busy(struct enic *enic, bool busy) argument
2303 enic->enic_api_busy = busy;
/linux-master/drivers/scsi/bfa/
H A Dbfa_ioc.h432 bfa_boolean_t busy; member in struct:bfa_ablk_s
504 u32 op_busy; /* operation busy flag */
695 u8 op_busy; /* operation busy flag */
744 u8 op_busy; /* operation busy flag */
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c206 * we return work_done == budget_rem to give 'busy' napi indication.
898 bool busy = false; local
936 busy = true;
944 return busy;
1138 * 2. Otherwise, busy poll by rescheduling the NAPI poll.
/linux-master/block/
H A Dbfq-iosched.c151 BFQ_BFQQ_FNS(busy); variable
1137 bool busy = bfq_already_existing && bfq_bfqq_busy(bfqq); local
1190 if (likely(!busy))
1482 * idle to busy, updates the budget of bfqq. The function also tells
1973 * (2) this switch of bfqq to busy changes the scenario.
2063 * Must be busy for at least about 80% of the time to be
2310 if (!bfq_bfqq_busy(bfqq)) /* switching to busy ... */
2350 * restarted on idle-to-busy transitions for these queues, but
3110 * bfqq may be left busy, i.e., queued for service, even if
3845 * queue busy bu
[all...]
/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c1534 goto busy;
1543 goto busy;
1553 busy:
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c628 * aborted the send due to the channel being busy.
2079 if (wait && wait->busy)
2080 guc_err(guc, "Unexpected busy item in tlb_lookup on fini\n");
4912 !READ_ONCE(wq->busy),
4915 * Update wq->busy under lock to ensure only one waiter can
4920 wq->busy = true;
/linux-master/kernel/
H A Dworkqueue.c110 MAX_IDLE_WORKERS_RATIO = 4, /* 1/4 of busy can be idle */
213 /* L: hash of busy workers */
946 /* Can I start working? Called from busy but !running workers. */
1425 * This function is called from schedule() when a busy worker is
2069 * -EAGAIN if PENDING couldn't be grabbed at the moment, safe to busy-retry
2221 * longer busy, try_to_grab_pending() will return -ENOENT as @work is
2323 * steal the PENDING will busy-loop waiting for it to either get
3106 * already become busy.
5711 pr_warn("%s: %s has the following busy pwq\n",
6228 * Called from a sysrq handler and prints out all busy workqueue
6657 bool busy = false; local
[all...]
/linux-master/drivers/net/ethernet/cavium/octeon/
H A Docteon_mgmt.c527 } while (mix_ctl.s.busy);
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dwmi.c6263 u64 busy, total, tx, rx, rx_bss; local
6271 busy = (u64)(le32_to_cpu(bss_ch_info_ev.rx_clear_count_high)) << 32 |
6287 "pdev bss chan info:\n pdev_id: %d freq: %d noise: %d cycle: busy %llu total %llu tx %llu rx %llu rx_bss %llu\n",
6289 bss_ch_info_ev.noise_floor, busy, total,
6314 survey->time_busy = div_u64(busy, cc_freq_hz);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mpc.c1470 MPCC_BUSY, &s->busy);
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c1964 DECLARE_BITMAP(busy, MV88E6XXX_N_SID) = { 0 };
1967 __set_bit(0, busy);
1970 __set_bit(mst->stu.sid, busy);
1972 *sid = find_first_zero_bit(busy, MV88E6XXX_N_SID);
/linux-master/drivers/comedi/drivers/
H A Dcb_pcidas64.c2445 if (dev->write_subdev && dev->write_subdev->busy) {
3255 if (!dev->read_subdev->busy)
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dpci.c475 rtw89_warn(rtwdev, "No busy txwd pages available\n");
2576 rtw89_err(rtwdev, "txdma ch busy\n");
2582 rtw89_err(rtwdev, "rxdma ch busy\n");
2754 rtw89_warn(rtwdev, "reset bdram busy\n");
3875 u32 busy = B_AX_PCIEIO_BUSY | B_AX_PCIEIO_TX_BUSY | B_AX_PCIEIO_RX_BUSY; local
3877 ret = read_poll_timeout_atomic(rtw89_read32, sts, (sts & busy) == 0x0,
/linux-master/kernel/trace/
H A Dtrace_events.c3155 goto busy;
3171 busy:
/linux-master/drivers/scsi/qedf/
H A Dqedf_io.c1264 qedf->busy++;
2132 /* Set bit to return all queuecommand requests as busy */
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwmi.c7917 u64 busy, total, tx, rx, rx_bss; local
7925 busy = (u64)(bss_ch_info_ev.rx_clear_count_high) << 32 |
7941 "event pdev bss chan info:\n pdev_id: %d freq: %d noise: %d cycle: busy %llu total %llu tx %llu rx %llu rx_bss %llu\n",
7943 bss_ch_info_ev.noise_floor, busy, total,
7968 survey->time_busy = div_u64(busy, cc_freq_hz);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi.c5785 u64 busy, total, tx, rx, rx_bss; local
5796 busy = __le64_to_cpu(ev->cycle_busy);
5803 "wmi event pdev bss chan info:\n freq: %d noise: %d cycle: busy %llu total %llu tx %llu rx %llu rx_bss %llu\n",
5804 freq, noise_floor, busy, total, tx, rx, rx_bss);
5818 survey->time_busy = div_u64(busy, cc_freq_hz);

Completed in 625 milliseconds

<<111213