/drivers/md/ |
D | dm-cache-background-tracker.c | 25 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()
|
D | Kconfig | 268 Unstripes I/O so it is issued solely on a single drive in a HW
|
/drivers/dma/ioat/ |
D | dma.c | 174 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()
|
D | dma.h | 127 u16 issued; member 323 return CIRC_CNT(ioat_chan->head, ioat_chan->issued, in ioat_ring_pending()
|
D | init.c | 716 ioat_chan->issued = 0; in ioat_alloc_chan_resources()
|
/drivers/mmc/core/ |
D | queue.c | 237 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/ |
D | zfcp_def.h | 338 unsigned long long issued; member
|
D | zfcp_dbf.c | 87 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()
|
D | zfcp_fsf.c | 892 req->issued = get_tod_clock(); in zfcp_fsf_req_send()
|
/drivers/perf/ |
D | xgene_pmu.c | 444 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/ |
D | Kconfig | 56 "Global Unprotect" command is issued.
|
/drivers/net/wireless/intersil/hostap/ |
D | hostap_hw.c | 258 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()
|
D | hostap_wlan.h | 560 volatile int issued, issuing; member
|
/drivers/staging/r8188eu/core/ |
D | rtw_mlme.c | 2121 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/ |
D | rtw_mlme.c | 2534 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/ |
D | aha152x.c | 1050 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()
|
D | Kconfig | 766 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/ |
D | Kconfig | 133 want to load firmware based on uevents issued.
|
/drivers/atm/ |
D | Kconfig | 375 Specifies the level of debugging messages issued by the driver.
|
/drivers/usb/host/ |
D | Kconfig | 171 issued in each microframe, significantly reducing the number of
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 61 * in dead code. No warning is issued.
|
D | aic79xx.reg | 90 * in dead code. No warning is issued.
|
/drivers/ufs/core/ |
D | ufshcd.c | 6792 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()
|