Home
last modified time | relevance | path

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

123456

/Linux-v4.19/fs/ceph/
Dcaps.c453 if (cap->issued & (CEPH_CAP_FILE_WR | in __ceph_get_cap_mds()
577 unsigned issued) in __check_cap_issue() argument
585 if ((issued & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) && in __check_cap_issue()
596 if ((issued & CEPH_CAP_FILE_SHARED) != (had & CEPH_CAP_FILE_SHARED)) { in __check_cap_issue()
597 if (issued & CEPH_CAP_FILE_SHARED) in __check_cap_issue()
617 int fmode, unsigned issued, unsigned wanted, in ceph_add_cap() argument
628 session->s_mds, cap_id, ceph_cap_string(issued), seq); in ceph_add_cap()
642 cap->issued = 0; in ceph_add_cap()
672 issued |= cap->issued; in ceph_add_cap()
710 __check_cap_issue(ci, cap, issued); in ceph_add_cap()
[all …]
Dinode.c606 int ceph_fill_file_size(struct inode *inode, int issued, in ceph_fill_file_size() argument
628 WARN_ON_ONCE(issued & (CEPH_CAP_FILE_EXCL | in ceph_fill_file_size()
638 if ((issued & (CEPH_CAP_FILE_CACHE| in ceph_fill_file_size()
660 void ceph_fill_file_time(struct inode *inode, int issued, in ceph_fill_file_time() argument
667 if (issued & (CEPH_CAP_FILE_EXCL| in ceph_fill_file_time()
707 } else if (issued & CEPH_CAP_FILE_EXCL) { in ceph_fill_file_time()
742 int issued, new_issued, info_caps; in fill_inode() local
797 __ceph_caps_issued(ci, &issued); in fill_inode()
798 issued |= __ceph_caps_dirty(ci); in fill_inode()
799 new_issued = ~issued & info_caps; in fill_inode()
[all …]
Dsuper.h145 int issued; /* latest, from the mds */ member
186 int issued, dirty; member
607 int issued; in ceph_caps_issued() local
609 issued = __ceph_caps_issued(ci, NULL); in ceph_caps_issued()
611 return issued; in ceph_caps_issued()
858 extern int ceph_fill_file_size(struct inode *inode, int issued,
860 extern void ceph_fill_file_time(struct inode *inode, int issued,
971 int fmode, unsigned issued, unsigned wanted,
Dxattr.c1014 int issued; in __ceph_setxattr() local
1063 issued = __ceph_caps_issued(ci, NULL); in __ceph_setxattr()
1064 if (ci->i_xattrs.version == 0 || !(issued & CEPH_CAP_XATTR_EXCL)) in __ceph_setxattr()
1077 dout("setxattr %p issued %s\n", inode, ceph_cap_string(issued)); in __ceph_setxattr()
/Linux-v4.19/Documentation/driver-api/dmaengine/
Dpxa_dma.rst14 A transfer which is submitted and issued on a phy doesn't wait for a phy to
20 Any issued transfer with DMA_PREP_INTERRUPT should trigger a callback call.
29 not be issued until the next "start of frame interrupt", hence the need to
44 assigned on the fly when the transfer is issued.
137 Residue granularity will be descriptor based. The issued but not completed
150 - a driver issued tx1+tx2 => channel is running in aligned mode
157 - a driver issued tx4 => tx4 is put in issued queue, not chained
165 This translates into (after tx4 is issued) :
167 - issued queue
/Linux-v4.19/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()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-scsi_tape18 reads, writes, and other SCSI commands issued to the tape
33 The number of I/O requests issued to the tape drive other
54 Shows the total number of read requests issued to the tape
85 Shows the total number of write requests issued to the tape
Dsysfs-platform-hidma-mgmt26 reset command is issued. If the value is chosen too short,
63 read transactions that can be issued back to back.
84 write transactions that can be issued back to back.
/Linux-v4.19/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()
459 ioat_chan->tail, ioat_chan->issued); in ioat_check_space_lock()
468 ioat_chan->tail, ioat_chan->issued); in ioat_check_space_lock()
584 __func__, ioat_chan->head, ioat_chan->tail, ioat_chan->issued); in __cleanup()
Ddma.h136 u16 issued; member
335 return CIRC_CNT(ioat_chan->head, ioat_chan->issued, in ioat_ring_pending()
/Linux-v4.19/drivers/mmc/core/
Dqueue.c250 enum mmc_issued issued; in mmc_mq_queue_rq() local
314 issued = mmc_blk_mq_issue_rq(mq, req); in mmc_mq_queue_rq()
316 switch (issued) { in mmc_mq_queue_rq()
328 if (issued != MMC_REQ_STARTED) { in mmc_mq_queue_rq()
/Linux-v4.19/Documentation/
Diostats.txt123 read I/Os issued per partition should equal those made to the disks ...
144 Field 1 -- # of reads issued
145 This is the total number of reads issued to this partition.
151 Field 3 -- # of writes issued
152 This is the total number of writes issued to this partition.
168 the number of reads/writes issued can be several times higher than the
/Linux-v4.19/Documentation/networking/
Dxfrm_sync.txt122 a) XFRM_MSG_GETAE issued by user-->kernel.
130 b) XFRM_MSG_NEWAE is issued by either user space to configure
136 A response is issued back to the sender in user space to indicate success
139 XFRM_MSG_NEWAE is also issued to any listeners as described in iii).
/Linux-v4.19/drivers/dma/
Dmic_x100_dma.c228 if (mic_ch->issued == mic_ch->submitted) in mic_dma_issue_pending()
230 mic_ch->issued = mic_ch->submitted; in mic_dma_issue_pending()
237 mic_dma_write_reg(mic_ch, MIC_DMA_REG_DHPR, mic_ch->issued); in mic_dma_issue_pending()
244 if (mic_dma_ring_count(ch->issued, ch->submitted) in mic_dma_update_pending()
461 ch->issued = 0; in mic_dma_chan_setup()
Dmic_x100_dma.h117 u32 issued; member
/Linux-v4.19/fs/f2fs/
Dsegment.c1002 unsigned int *issued) in __submit_discard_cmd() argument
1030 while (total_len && *issued < dpolicy->max_requests && !err) { in __submit_discard_cmd()
1040 (*issued)++; in __submit_discard_cmd()
1041 if (*issued == dpolicy->max_requests) in __submit_discard_cmd()
1293 unsigned int issued = 0; in __issue_discard_cmd_orderly() local
1320 err = __submit_discard_cmd(sbi, dpolicy, dc, &issued); in __issue_discard_cmd_orderly()
1322 if (issued >= dpolicy->max_requests) in __issue_discard_cmd_orderly()
1338 if (!issued && io_interrupted) in __issue_discard_cmd_orderly()
1339 issued = -1; in __issue_discard_cmd_orderly()
1341 return issued; in __issue_discard_cmd_orderly()
[all …]
/Linux-v4.19/Documentation/driver-api/firmware/
Dlookup-order.rst17 is issued or the custom firmware loading is relied upon for firmware
/Linux-v4.19/Documentation/block/
Dstat.txt70 This value counts the number of I/O requests that have been issued to
72 requests that are in the queue but not yet issued to the device driver.
Dqueue-sysfs.txt35 requests issued to the device must not exceed this limit. A discard_max_bytes
42 large discards are issued, setting this value lower will make Linux issue
173 eliminate cache flushes issued by the kernel.
/Linux-v4.19/Documentation/laptops/
Ddisk-shock-protection.txt45 no further disk head park request has been issued in the meantime,
82 been issued to a device successfully, all I/O operations on the
91 which means that a user-issued head parking request to one device may
/Linux-v4.19/drivers/s390/scsi/
Dzfcp_def.h314 unsigned long long issued; member
/Linux-v4.19/Documentation/arm64/
Dlegacy_instructions.txt20 warnings are issued. This is the default for deprecated
/Linux-v4.19/Documentation/arm/
Dkernel_mode_neon.txt35 instruction is issued, allowing the kernel to step in and perform the restore if
42 should be called before any kernel mode NEON or VFP instructions are issued.
/Linux-v4.19/Documentation/admin-guide/
Dtainted-kernels.rst38 10) ``W`` if a warning has previously been issued by the kernel.
/Linux-v4.19/include/linux/ceph/
Dceph_fs.h753 __le32 issued; member
763 __le32 issued; member

123456