Home
last modified time | relevance | path

Searched refs:issued (Results 1 – 23 of 23) sorted by relevance

/drivers/md/
Ddm-cache-background-tracker.c25 struct list_head issued; member
46 INIT_LIST_HEAD(&b->issued); in btracker_create()
203 list_add(&w->list, &b->issued); in btracker_queue()
223 list_move(&w->list, &b->issued); in btracker_issue()
DKconfig268 Unstripes I/O so it is issued solely on a single drive in a HW
/drivers/dma/ioat/
Ddma.c174 ioat_chan->issued = ioat_chan->head; in __ioat_issue_pending()
180 ioat_chan->issued, ioat_chan->dmacount); in __ioat_issue_pending()
220 __func__, ioat_chan->head, ioat_chan->tail, ioat_chan->issued); in __ioat_start_null_desc()
252 ioat_chan->issued = ioat_chan->tail; in __ioat_restart_chan()
259 ioat_chan->issued, ioat_chan->dmacount); in __ioat_restart_chan()
474 ioat_chan->tail, ioat_chan->issued); in ioat_check_space_lock()
483 ioat_chan->tail, ioat_chan->issued); in ioat_check_space_lock()
600 __func__, ioat_chan->head, ioat_chan->tail, ioat_chan->issued); in __cleanup()
Ddma.h127 u16 issued; member
323 return CIRC_CNT(ioat_chan->head, ioat_chan->issued, in ioat_ring_pending()
Dinit.c716 ioat_chan->issued = 0; in ioat_alloc_chan_resources()
/drivers/mmc/core/
Dqueue.c237 enum mmc_issued issued; in mmc_mq_queue_rq() local
310 issued = mmc_blk_mq_issue_rq(mq, req); in mmc_mq_queue_rq()
312 switch (issued) { in mmc_mq_queue_rq()
324 if (issued != MMC_REQ_STARTED) { in mmc_mq_queue_rq()
/drivers/s390/scsi/
Dzfcp_def.h338 unsigned long long issued; member
Dzfcp_dbf.c87 rec->u.res.req_issued = req->issued; in zfcp_dbf_hba_fsf_res()
137 rec->u.fces.req_issued = req->issued; in zfcp_dbf_hba_fsf_fces()
Dzfcp_fsf.c892 req->issued = get_tod_clock(); in zfcp_fsf_req_send()
/drivers/perf/
Dxgene_pmu.c444 XGENE_PMU_EVENT_ATTR(pa-rd-shared-req-issued, 0x10),
445 XGENE_PMU_EVENT_ATTR(pa-rd-exclusive-req-issued, 0x11),
446 XGENE_PMU_EVENT_ATTR(pa-wr-invalidate-req-issued-stashable, 0x12),
447 XGENE_PMU_EVENT_ATTR(pa-wr-invalidate-req-issued-nonstashable, 0x13),
448 XGENE_PMU_EVENT_ATTR(pa-wr-back-req-issued-stashable, 0x14),
449 XGENE_PMU_EVENT_ATTR(pa-wr-back-req-issued-nonstashable, 0x15),
/drivers/mtd/spi-nor/
DKconfig56 "Global Unprotect" command is issued.
/drivers/net/wireless/intersil/hostap/
Dhostap_hw.c258 if (entry->issued) { in hfa384x_cmd_issue()
291 entry->issued = 1; in hfa384x_cmd_issue()
315 int err, res, issue, issued = 0; in hfa384x_cmd() local
368 issued = 1; in hfa384x_cmd()
381 if (err && issued) { in hfa384x_cmd()
656 if (!entry->issued) { in prism2_cmd_ev()
Dhostap_wlan.h560 volatile int issued, issuing; member
/drivers/staging/r8188eu/core/
Drtw_mlme.c2121 u8 issued; in rtw_issue_addbareq_cmd() local
2144 issued = (phtpriv->agg_enable_bitmap >> priority) & 0x1; in rtw_issue_addbareq_cmd()
2145 issued |= (phtpriv->candidate_tid_bitmap >> priority) & 0x1; in rtw_issue_addbareq_cmd()
2147 if (0 == issued) { in rtw_issue_addbareq_cmd()
/drivers/staging/rtl8723bs/core/
Drtw_mlme.c2534 u8 issued; in rtw_issue_addbareq_cmd() local
2560 issued = (phtpriv->agg_enable_bitmap>>priority)&0x1; in rtw_issue_addbareq_cmd()
2561 issued |= (phtpriv->candidate_tid_bitmap>>priority)&0x1; in rtw_issue_addbareq_cmd()
2563 if (0 == issued) { in rtw_issue_addbareq_cmd()
/drivers/scsi/
Daha152x.c1050 int ret, issued, disconnected; in aha152x_device_reset() local
1061 issued = remove_SC(&ISSUE_SC, SCpnt) == NULL; in aha152x_device_reset()
1062 disconnected = issued && remove_SC(&DISCONNECTED_SC, SCpnt); in aha152x_device_reset()
1091 if(!issued) { in aha152x_device_reset()
DKconfig766 If you say Y here, the driver will trace all commands issued
999 If you say Y here, the driver will trace all commands issued
/drivers/base/firmware_loader/
DKconfig133 want to load firmware based on uevents issued.
/drivers/atm/
DKconfig375 Specifies the level of debugging messages issued by the driver.
/drivers/usb/host/
DKconfig171 issued in each microframe, significantly reducing the number of
/drivers/scsi/aic7xxx/
Daic7xxx.reg61 * in dead code. No warning is issued.
Daic79xx.reg90 * in dead code. No warning is issued.
/drivers/ufs/core/
Dufshcd.c6792 unsigned long flags, pending, issued; in ufshcd_tmc_handler() local
6798 issued = hba->outstanding_tasks & ~pending; in ufshcd_tmc_handler()
6799 for_each_set_bit(tag, &issued, hba->nutmrs) { in ufshcd_tmc_handler()