Home
last modified time | relevance | path

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

123456

/linux/fs/ceph/
H A Dcaps.c579 unsigned issued) in __check_cap_issue() argument
593 (issued & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) && in __check_cap_issue()
604 if ((issued & CEPH_CAP_FILE_SHARED) != (had & CEPH_CAP_FILE_SHARED)) { in __check_cap_issue()
605 if (issued & CEPH_CAP_FILE_SHARED) in __check_cap_issue()
615 !(issued & CEPH_CAP_DIR_CREATE)) { in __check_cap_issue()
653 unsigned issued, unsigned wanted, in ceph_add_cap() argument
669 ceph_cap_string(issued), seq); in ceph_add_cap()
678 cap->issued = 0; in ceph_add_cap()
700 cap->issued = cap->implemented = CEPH_CAP_PIN; in ceph_add_cap()
716 issued |= cap->issued; in ceph_add_cap()
[all …]
H A Dinode.c804 int ceph_fill_file_size(struct inode *inode, int issued, in ceph_fill_file_size() argument
834 WARN_ON_ONCE(issued & (CEPH_CAP_FILE_RD | in ceph_fill_file_size()
842 if ((issued & (CEPH_CAP_FILE_CACHE| in ceph_fill_file_size()
876 void ceph_fill_file_time(struct inode *inode, int issued, in ceph_fill_file_time() argument
887 if (issued & (CEPH_CAP_FILE_EXCL| in ceph_fill_file_time()
916 } else if (issued & CEPH_CAP_FILE_EXCL) { in ceph_fill_file_time()
985 int issued, new_issued, info_caps; in ceph_fill_inode() local
1074 __ceph_caps_issued(ci, &issued); in ceph_fill_inode()
1075 issued |= __ceph_caps_dirty(ci); in ceph_fill_inode()
1076 new_issued = ~issued & info_caps; in ceph_fill_inode()
[all …]
H A Dsuper.h199 int issued; /* latest, from the mds */ member
243 int issued, dirty; member
787 int issued; in ceph_caps_issued() local
789 issued = __ceph_caps_issued(ci, NULL); in ceph_caps_issued()
791 return issued; in ceph_caps_issued()
1058 extern int ceph_fill_file_size(struct inode *inode, int issued,
1060 extern void ceph_fill_file_time(struct inode *inode, int issued,
1238 unsigned issued, unsigned wanted,
H A Dxattr.c332 int issued; in ceph_vxattrcb_caps() local
335 issued = __ceph_caps_issued(ci, NULL); in ceph_vxattrcb_caps()
339 ceph_cap_string(issued), issued); in ceph_vxattrcb_caps()
1184 int issued; in __ceph_setxattr() local
1233 issued = __ceph_caps_issued(ci, NULL); in __ceph_setxattr()
1235 if ((ci->i_xattrs.version == 0) || !(issued & CEPH_CAP_XATTR_EXCL) || in __ceph_setxattr()
1254 ceph_vinop(inode), name, ceph_cap_string(issued)); in __ceph_setxattr()
/linux/Documentation/driver-api/dmaengine/
H A 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/drivers/vdpa/mlx5/core/
H A Dresources.c333 int issued, in issue_async_cmd() argument
337 struct mlx5_vdpa_async_cmd *cmd = &cmds[issued]; in issue_async_cmd()
347 if (*completed < issued) { in issue_async_cmd()
371 int issued = 0; in mlx5_vdpa_exec_async_cmds() local
377 while (issued < num_cmds) { in mlx5_vdpa_exec_async_cmds()
379 err = issue_async_cmd(mvdev, cmds, issued, &completed); in mlx5_vdpa_exec_async_cmds()
382 issued, num_cmds, err); in mlx5_vdpa_exec_async_cmds()
386 issued++; in mlx5_vdpa_exec_async_cmds()
389 while (completed < issued) in mlx5_vdpa_exec_async_cmds()
/linux/Documentation/ABI/testing/
H A 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
H A 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.
H A Dsysfs-platform-dfl-port61 Description: Read-only. Read this file to get the status of issued command
75 Description: Read-only. Read this file to get the status of issued command
/linux/drivers/dma/ioat/
H A 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 __ioat_cleanup()
/linux/Documentation/admin-guide/hw-vuln/
H A Dvmscape.rst40 between VM-exit and the next VM-entry, no IBPB is issued.
60 protection. Warning is not issued when:
91 IBPB is issued on every VM-exit. This occurs when other mitigations like
/linux/drivers/mmc/core/
H A Dqueue.c238 enum mmc_issued issued; in mmc_mq_queue_rq() local
306 issued = mmc_blk_mq_issue_rq(mq, req); in mmc_mq_queue_rq()
308 switch (issued) { in mmc_mq_queue_rq()
320 if (issued != MMC_REQ_STARTED) { in mmc_mq_queue_rq()
/linux/drivers/dma/
H A Dapple-admac.c107 struct list_head issued; member
398 list_for_each_entry(adtx, &adchan->issued, node) { in admac_tx_status()
481 list_splice_tail_init(&adchan->submitted, &adchan->issued); in admac_issue_pending()
482 if (!list_empty(&adchan->issued) && !adchan->current_tx) { in admac_issue_pending()
483 tx = list_first_entry(&adchan->issued, struct admac_tx, node); in admac_issue_pending()
529 list_splice_tail_init(&adchan->issued, &adchan->to_free); in admac_terminate_all()
886 INIT_LIST_HEAD(&adchan->issued); in admac_probe()
/linux/Documentation/admin-guide/
H A Dsyscall-user-dispatch.rst35 architectures, like x86, but at least for Wine, syscalls issued by
39 Since this mechanism is designed to capture syscalls issued by
89 quickly capture system calls issued by a non-native part of the
H A Dtainted-kernels.rst62 * Kernel issued warning (#9)
94 9 _/W 512 kernel issued warning
163 9) ``W`` if a warning has previously been issued by the kernel.
/linux/Documentation/block/
H A Dublk.rst215 Requests which have not been issued to userspace are requeued. Requests
216 which have been issued to userspace are aborted.
220 requests which have been issued to userspace are requeued and will be
221 re-issued to the new process after handling ``UBLK_CMD_END_USER_RECOVERY``.
227 exits, requests which have issued to userspace are failed, as are any
228 subsequently issued requests. Applications continuously issuing I/O against
299 issued to ublk server without data copy. Then, IO backend of ublk server
375 IOs can't be issued concurrently to io_uring if there is any dependency
385 uring_cmd is issued on a different ``io_ring_ctx``, manual buffer
H A Dstat.rst87 This value counts the number of I/O requests that have been issued to
89 requests that are in the queue but not yet issued to the device driver.
/linux/fs/f2fs/
H A Dsegment.c1242 unsigned int *issued) in __submit_zone_reset_cmd() argument
1256 if (issued) in __submit_zone_reset_cmd()
1257 (*issued)++; in __submit_zone_reset_cmd()
1279 struct discard_cmd *dc, int *issued) in __submit_discard_cmd() argument
1306 wait_list, issued); in __submit_discard_cmd()
1330 while (total_len && *issued < dpolicy->max_requests && !err) { in __submit_discard_cmd()
1340 (*issued)++; in __submit_discard_cmd()
1341 if (*issued == dpolicy->max_requests) in __submit_discard_cmd()
1596 struct discard_policy *dpolicy, int *issued) in __issue_discard_cmd_orderly() argument
1626 err = __submit_discard_cmd(sbi, dpolicy, dc, issued); in __issue_discard_cmd_orderly()
[all …]
/linux/Documentation/hid/
H A Dhidraw.rst138 state of a report. The format of the buffer issued with this report is identical
149 the regular device read() interface. The format of the buffer issued with this report
159 updates via the regular device write() interface. The format of the buffer issued
169 of the buffer issued with this report is identical to that of HIDIOCGFEATURE.
/linux/Documentation/driver-api/firmware/
H A Dlookup-order.rst19 is issued or the custom firmware loading is relied upon for firmware
/linux/Documentation/admin-guide/laptops/
H A Ddisk-shock-protection.rst46 no further disk head park request has been issued in the meantime,
83 been issued to a device successfully, all I/O operations on the
92 which means that a user-issued head parking request to one device may
/linux/arch/riscv/crypto/
H A DKconfig56 SM4 (GBT.32907-2016) is a cryptographic standard issued by the
/linux/Documentation/arch/powerpc/
H A Dvas-api.rst102 several open calls have to be issued.
238 issued. This signal returns with the following siginfo struct::
251 the thread is exited without closing the window and the request is issued
252 using this window. the signal will be issued to the thread group leader
/linux/Documentation/virt/kvm/x86/
H A Damd-memory-encryption.rst83 context. In a typical workflow, this command should be the first command issued.
210 issued to make the guest ready for the execution.
395 issued by the hypervisor to delete the encryption context.
465 issued by the hypervisor to make the guest ready for execution.
551 command can be issued to make the guest ready for execution.
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dtainted-kernels.rst62 * Kernel issued warning (#9)

123456