Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Dcaps.c350 if (cap->issued & (CEPH_CAP_FILE_WR | in __ceph_get_cap_mds()
474 unsigned issued) in __check_cap_issue() argument
482 if ((issued & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) && in __check_cap_issue()
492 if ((issued & CEPH_CAP_FILE_SHARED) && in __check_cap_issue()
513 int fmode, unsigned issued, unsigned wanted, in ceph_add_cap() argument
524 session->s_mds, cap_id, ceph_cap_string(issued), seq); in ceph_add_cap()
538 cap->issued = 0; in ceph_add_cap()
568 issued |= cap->issued; in ceph_add_cap()
592 __check_cap_issue(ci, cap, issued); in ceph_add_cap()
601 (issued & ~actual_wanted & CEPH_CAP_ANY_WR)) { in ceph_add_cap()
[all …]
Dinode.c542 int ceph_fill_file_size(struct inode *inode, int issued, in ceph_fill_file_size() argument
560 WARN_ON_ONCE(issued & (CEPH_CAP_FILE_EXCL | in ceph_fill_file_size()
570 if ((issued & (CEPH_CAP_FILE_CACHE| in ceph_fill_file_size()
592 void ceph_fill_file_time(struct inode *inode, int issued, in ceph_fill_file_time() argument
599 if (issued & (CEPH_CAP_FILE_EXCL| in ceph_fill_file_time()
637 } else if (issued & CEPH_CAP_FILE_EXCL) { in ceph_fill_file_time()
672 int issued = 0, implemented, new_issued; in fill_inode() local
720 issued = __ceph_caps_issued(ci, &implemented); in fill_inode()
721 issued |= implemented | __ceph_caps_dirty(ci); in fill_inode()
722 new_issued = ~issued & le32_to_cpu(info->cap.caps); in fill_inode()
[all …]
Dsuper.h129 int issued; /* latest, from the mds */ member
161 int issued, dirty; member
560 int issued; in ceph_caps_issued() local
562 issued = __ceph_caps_issued(ci, NULL); in ceph_caps_issued()
564 return issued; in ceph_caps_issued()
764 extern int ceph_fill_file_size(struct inode *inode, int issued,
766 extern void ceph_fill_file_time(struct inode *inode, int issued,
867 int fmode, unsigned issued, unsigned wanted,
Dcache.c346 int issued; in ceph_revalidate_work() local
353 issued = __ceph_caps_issued(ci, NULL); in ceph_revalidate_work()
357 if (!(issued & CEPH_CAP_FILE_CACHE)) { in ceph_revalidate_work()
Dxattr.c916 int issued; in __ceph_setxattr() local
960 issued = __ceph_caps_issued(ci, NULL); in __ceph_setxattr()
961 if (ci->i_xattrs.version == 0 || !(issued & CEPH_CAP_XATTR_EXCL)) in __ceph_setxattr()
974 dout("setxattr %p issued %s\n", inode, ceph_cap_string(issued)); in __ceph_setxattr()
1074 int issued; in __ceph_removexattr() local
1098 issued = __ceph_caps_issued(ci, NULL); in __ceph_removexattr()
1099 if (ci->i_xattrs.version == 0 || !(issued & CEPH_CAP_XATTR_EXCL)) in __ceph_removexattr()
1112 dout("removexattr %p issued %s\n", inode, ceph_cap_string(issued)); in __ceph_removexattr()
Dfile.c246 int issued = __ceph_caps_issued(ci, NULL); in ceph_open() local
250 ceph_cap_string(issued)); in ceph_open()
255 if ((issued & wanted) != wanted && in ceph_open()
Dmds_client.c1420 mine = cap->issued | cap->implemented; in trim_caps_cb()
2803 ceph_cap_string(cap->issued)); in encode_caps_cb()
2832 rec.v2.issued = cpu_to_le32(cap->issued); in encode_caps_cb()
2840 rec.v1.issued = cpu_to_le32(cap->issued); in encode_caps_cb()
Daddr.c619 unsigned issued = ceph_caps_issued(ci); in writepages_finish() local
665 if ((issued & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) == 0) in writepages_finish()
Dsnap.c530 capsnap->issued = __ceph_caps_issued(ci, NULL); in ceph_queue_cap_snap()
/linux-4.4.14/Documentation/dmaengine/
Dpxa_dma.txt12 A transfer which is submitted and issued on a phy doesn't wait for a phy to
18 Any issued transfer with DMA_PREP_INTERRUPT should trigger a callback call.
27 not be issued until the next "start of frame interrupt", hence the need to
42 assigned on the fly when the transfer is issued.
115 Residue granularity will be descriptor based. The issued but not completed
124 - a driver issued tx1+tx2 => channel is running in aligned mode
128 - a driver issued tx4 => tx4 is put in issued queue, not chained
134 This translates into (after tx4 is issued) :
135 - issued queue
/linux-4.4.14/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
Ddev-kmsg57 the last SYSLOG_ACTION_CLEAR was issued.
Dsysfs-block-zram44 non-page-size-aligned I/O requests issued to this device.
Dsysfs-block207 a single operation. Discard requests issued to the
/linux-4.4.14/drivers/dma/ioat/
Ddma.c130 ioat_chan->issued = ioat_chan->head; in __ioat_issue_pending()
136 ioat_chan->issued, ioat_chan->dmacount); in __ioat_issue_pending()
176 __func__, ioat_chan->head, ioat_chan->tail, ioat_chan->issued); in __ioat_start_null_desc()
208 ioat_chan->issued = ioat_chan->tail; in __ioat_restart_chan()
215 ioat_chan->issued, ioat_chan->dmacount); in __ioat_restart_chan()
492 ioat_chan->tail, ioat_chan->issued); in ioat_check_space_lock()
517 ioat_chan->tail, ioat_chan->issued); in ioat_check_space_lock()
633 __func__, ioat_chan->head, ioat_chan->tail, ioat_chan->issued); in __cleanup()
Ddma.h129 u16 issued; member
357 return CIRC_CNT(ioat_chan->head, ioat_chan->issued, in ioat_ring_pending()
Dinit.c724 ioat_chan->issued = 0; in ioat_alloc_chan_resources()
/linux-4.4.14/Documentation/
Diostats.txt97 read I/Os issued per partition should equal those made to the disks ...
118 Field 1 -- # of reads issued
119 This is the total number of reads issued to this partition.
123 Field 3 -- # of writes issued
124 This is the total number of writes issued to this partition.
139 the number of reads/writes issued can be several times higher than the
Dmemory-barriers.txt194 (*) On any given CPU, dependent memory accesses will be issued in order, with
237 (*) It _must_not_ be assumed that independent loads and stores will be issued
375 considered can then perceive. A data dependency barrier issued by the CPU
379 touched by the load will be perceptible to any loads issued after the data
942 effectively random order, despite the write barrier issued by CPU 1:
1028 some effectively random order, despite the write barrier issued by CPU 1:
1800 Memory operations issued after the ACQUIRE will be completed after the
1803 Memory operations issued before the ACQUIRE may be completed after
1811 Memory operations issued before the RELEASE will be completed before the
1814 Memory operations issued after the RELEASE may be completed before the
[all …]
Dvgaarbiter.txt90 Currently, a max of 16 cards can have locks simultaneously issued from
Doops-tracing.txt258 10: 'W' if a warning has previously been issued by the kernel.
Dbcache.txt417 Boolean; if on a discard/TRIM will be issued to each bucket before it is
Dvfio.txt280 callbacks are issued when a new file descriptor is created for a
Dkernel-parameters.txt4122 issued on, which results in better behavior in
/linux-4.4.14/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).
Dnetdev-features.txt50 NETDEV_FEAT_CHANGE notification is issued after that whenever current
De100.txt119 If you wish to see all messages issued by the driver, including debug
Dnetlink_mmap.txt20 syscalls have to be issued by user-space to get more message.
Dbonding.txt280 generated via ARP probes issued for the addresses specified by
568 One gratuitous ARP is issued for the bonding master
571 address configured. Gratuitous ARPs issued for VLAN
706 unsolicited IPv6 Neighbor Advertisements) to be issued after a
943 Specifies the number of IGMP membership reports to be issued after
944 a failover event. One membership report is issued immediately after
948 prevents the IGMP membership report from being issued in response
954 IGMP report must be issued to cause the switch to forward the incoming
Dfilter.txt448 offset. Thus, on each step invocation, above register dump is issued.
450 on the next BPF instruction, thus +1. (No `run` needs to be issued here.)
Drxrpc.txt663 this is issued.
/linux-4.4.14/drivers/dma/
Dmic_x100_dma.c230 if (mic_ch->issued == mic_ch->submitted) in mic_dma_issue_pending()
232 mic_ch->issued = mic_ch->submitted; in mic_dma_issue_pending()
239 mic_dma_write_reg(mic_ch, MIC_DMA_REG_DHPR, mic_ch->issued); in mic_dma_issue_pending()
246 if (mic_dma_ring_count(ch->issued, ch->submitted) in mic_dma_update_pending()
462 ch->issued = 0; in mic_dma_chan_setup()
Dmic_x100_dma.h117 u32 issued; member
/linux-4.4.14/Documentation/block/
Dstat.txt66 This value counts the number of I/O requests that have been issued to
68 requests that are in the queue but not yet issued to the device driver.
Dqueue-sysfs.txt29 requests issued to the device must not exceed this limit. A discard_max_bytes
36 large discards are issued, setting this value lower will make Linux issue
Dnull_blk.txt50 when IOs are issued from another CPU node than the home the device is
Dbiodoc.txt282 These could, for example, be special control commands issued through ioctl
344 packet command issued via blk_do_rq, REQ_SPECIAL: special request).
632 i/o is issued (since the bio may otherwise get freed in case i/o completion
/linux-4.4.14/Documentation/devicetree/bindings/net/nfc/
Dtrf7970a.txt22 where an extra byte is returned by Read Multiple Block commands issued
/linux-4.4.14/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-4.4.14/drivers/s390/scsi/
Dzfcp_def.h313 unsigned long long issued; member
Dzfcp_dbf.c85 rec->u.res.req_issued = req->issued; in zfcp_dbf_hba_fsf_res()
Dzfcp_fsf.c738 req->issued = get_tod_clock(); in zfcp_fsf_req_send()
/linux-4.4.14/Documentation/arm64/
Dlegacy_instructions.txt20 warnings are issued. This is the default for deprecated
Dbooting.txt221 to reduce the overhead of the busy-loop and a sev will be issued by
/linux-4.4.14/include/linux/ceph/
Dceph_fs.h704 __le32 issued; member
714 __le32 issued; member
/linux-4.4.14/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-4.4.14/Documentation/hwmon/
Dthmc5038 accuracy. An alarm is issued (usually to a connected LM78) when the
Dlm7837 this case, alarms are issued during all the time when the actual temperature
Dlm7571 An alarm is issued (usually to a connected LM78) when the temperature
Dw83781d80 this case, alarms are issued during all the time when the actual temperature
/linux-4.4.14/Documentation/scheduler/
Dsched-arch.txt56 barrier issued (followed by a test of need_resched with
/linux-4.4.14/Documentation/ide/
Dide-tape.txt29 Our own ide-tape ioctl's can be issued to either the block device or
/linux-4.4.14/Documentation/scsi/
Dlpfc.txt37 hide the disappearance of the device from the midlayer. I/O's issued to
Dst.txt179 3. other_cnt - The number of I/Os issued to the tape drive other than read or
183 5. read_cnt - The number of read requests issued to the tape drive.
187 8. write_cnt - The number of write requests issued to the tape drive.
200 I/O issued via the st module.
210 issued by the st driver. Tape statistics do not take into account any
Dscsi_eh.txt140 scmd to be issued from blk queue to the host; eventually, all scmds on
364 START_STOP_UNIT command is issued w/ start=1. Note that
DChangeLog.megaraid78 2. When INQUIRY with EVPD bit set issued to the MegaRAID controller,
DBusLogic.txt138 queuing allows for multiple outstanding commands to be issued to each target
DChangeLog.lpfc30 issued.
90 * Reduced severity of "SCSI layer issued abort device" message to
Dscsi_mid_low_api.txt946 * @sdp: device that ioctl was issued for
/linux-4.4.14/Documentation/filesystems/caching/
Dcachefiles.txt338 (2) Finds the security label of the process which issued the bind request
417 process issued the original syscall on the netfs.
421 derived from that process that issued the system call, thus potentially
426 issued the system call. We can't, however, just do an in-place change of the
Dbackend-api.txt79 (1) that of the userspace process that issued the netfs operation that caused
/linux-4.4.14/Documentation/s390/
DDASD10 The kernel parameter 'dasd=from-to,...' may be issued arbitrary times
Dcds.txt181 device driver I/O requests must be issued using this routine. A device driver
375 been issued since the last secondary (final) status.
444 (CSCH) command is used. It can be issued via ccw_device_clear().
/linux-4.4.14/Documentation/infiniband/
Dipoib.txt4 protocol as specified by RFC 4391 and 4392, issued by the IETF ipoib
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.quirks56 the GNT is issued, this arbiter must lock in its decision and now route
/linux-4.4.14/Documentation/arm/nwfpe/
DTODO18 These are not implemented. They are not currently issued by the compiler,
DREADME.FPE135 These are not implemented. They are not currently issued by the compiler,
/linux-4.4.14/Documentation/ABI/obsolete/
Dsysfs-block-zram22 non-page-size-aligned I/O requests issued to this device.
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme.c2281 u8 issued; in rtw_issue_addbareq_cmd23a() local
2314 issued = (phtpriv->agg_enable_bitmap>>priority)&0x1; in rtw_issue_addbareq_cmd23a()
2315 issued |= (phtpriv->candidate_tid_bitmap>>priority)&0x1; in rtw_issue_addbareq_cmd23a()
2317 if (issued == 0) { in rtw_issue_addbareq_cmd23a()
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_hw.c269 if (entry->issued) { in hfa384x_cmd_issue()
302 entry->issued = 1; in hfa384x_cmd_issue()
326 int err, res, issue, issued = 0; in hfa384x_cmd() local
385 issued = 1; in hfa384x_cmd()
398 if (err && issued) { in hfa384x_cmd()
673 if (!entry->issued) { in prism2_cmd_ev()
Dhostap_wlan.h558 volatile int issued, issuing; member
/linux-4.4.14/Documentation/device-mapper/
Dlog-writes.txt24 completed WRITEs, at the time the REQ_FLUSH is issued, are added in order to
Dthin-provisioning.txt83 a warning will be issued and the excess space will not be used.
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme.c2099 u8 issued; in rtw_issue_addbareq_cmd() local
2122 issued = (phtpriv->agg_enable_bitmap>>priority)&0x1; in rtw_issue_addbareq_cmd()
2123 issued |= (phtpriv->candidate_tid_bitmap>>priority)&0x1; in rtw_issue_addbareq_cmd()
2125 if (0 == issued) { in rtw_issue_addbareq_cmd()
/linux-4.4.14/Documentation/filesystems/
D9p.txt154 Bug reports are best issued via the mailing list.
Dcoda.txt370 is issued as a synchronous call, while the getmsg_from_kernel call is
1498 call is issued when tokens for a user expire or are flushed.
1513 This is issued as a result of an invalidation of cached attributes of
1534 CodaFid, and all children of this directory. This call is issued when
1552 as in the arguments. This downcall is probably never issued.
Df2fs.txt138 If this option is set, no cache_flush commands are issued
208 checkpoint is triggered, and issued during the
Dxfs-delayed-logging-design.txt329 committed items and effectively allow new transactions to be issued while we
417 This allows transactions to be issued asynchronously even though there may be
421 force can be issued to force the dependent transaction to disk immediately.
559 they will be flushed by the periodic log force issued by the xfssyncd. This log
Dgfs2-glocks.txt167 of dlm lock requests issued.
Dautofs4-mount-control.txt159 issued for a mount (file handle) we should continually call back to
/linux-4.4.14/Documentation/vm/
Dhighmem.txt77 page. Since the mapping is restricted to the CPU that issued it, it
/linux-4.4.14/drivers/scsi/
Daha152x.c1059 int ret, issued, disconnected; in aha152x_device_reset() local
1070 issued = remove_SC(&ISSUE_SC, SCpnt) == NULL; in aha152x_device_reset()
1071 disconnected = issued && remove_SC(&DISCONNECTED_SC, SCpnt); in aha152x_device_reset()
1100 if(!issued) { in aha152x_device_reset()
DKconfig863 If you say Y here, the driver will trace all commands issued
1117 If you say Y here, the driver will trace all commands issued
/linux-4.4.14/Documentation/blockdev/
Dcciss.txt176 is issued which positions the tape to a known position. Typically you
/linux-4.4.14/Documentation/spi/
Dspi-summary415 issued in any context (irq handler, task, etc) and completion
422 may be issued only in contexts that may sleep, and they're all
566 transfer happens and its complete() callback is issued. The two
/linux-4.4.14/Documentation/power/
Dpower_supply_class.txt173 issued by external power supply will notify supplicants via
Ddevices.txt643 issues would be issued through the PME# bus signal. Plus, there are
/linux-4.4.14/Documentation/virtual/kvm/
Dppc-pv.txt70 With this hypercall issued the guest always gets the magic page mapped at the
Dtimekeeping.txt121 PIT commands, issued to port 0x43, using the following bit encoding:
315 instruction cycles issued by the processor, which can be used as a measure of
Dapi.txt7 The kvm API is a set of ioctls that are issued to control various aspects
/linux-4.4.14/net/ipv6/netfilter/
DKconfig248 error should be issued in response to an incoming packet, rather
/linux-4.4.14/Documentation/frv/
Dkernel-ABI.txt244 A TIHI #2 instruction again issued to assay the current state would
/linux-4.4.14/Documentation/usb/
DWUSB-Design-overview.txt371 (given when we issued it) and the segment number. If it was a data read,
374 callbacks for the URBs issued from here are the ones that will declare
Dehci.txt189 or using bulk queuing if a series of small requests needs to be issued.
/linux-4.4.14/Documentation/cgroups/
Dblkio-controller.txt204 - Number of IOs (bio) issued to the disk by the group. These
330 - Number of IOs (bio) issued to the disk by the group. These
Dunified-hierarchy.txt459 bio's are issued to request_queue. The stats are counted
/linux-4.4.14/arch/blackfin/
DKconfig943 they can be interrupted at any time (even after they have been issued
944 on to the external bus), and re-issued after the interrupt occurs.
951 is re-issued (which is delivered to the core).
/linux-4.4.14/Documentation/prctl/
Dseccomp_filter.txt224 syscalls. New code will use the vDSO, and vDSO-issued system calls
/linux-4.4.14/Documentation/sysctl/
Dnet.txt303 originally may have been issued in the correct sequential order.
Dkernel.txt829 be issued an NMI and instructed to capture stack trace.
/linux-4.4.14/net/ipv4/netfilter/
DKconfig248 error should be issued in response to an incoming packet, rather
/linux-4.4.14/Documentation/isdn/
DINTERFACE362 protocol. This command is issued by the LL prior to ISDN_CMD_DIAL or
390 protocol. This command is issued by the LL prior to ISDN_CMD_DIAL or
/linux-4.4.14/tools/perf/Documentation/
Dperf-record.txt84 Don't record events issued by perf itself. This option should follow
/linux-4.4.14/drivers/atm/
DKconfig372 Specifies the level of debugging messages issued by the driver.
/linux-4.4.14/Documentation/i2c/
Dwriting-clients288 parent I2C adapter is active when these calls are issued, and IRQs
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt592 Maximum number of SCSI commands issued to the driver for one
629 Tagged queuing means that more than one command can be issued to
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt201 >>> callback will be issued due to an error happening here. However,
/linux-4.4.14/Documentation/security/
Dcredentials.txt242 that issued the operation. An example of this would be a file opened on a
Dkeys.txt50 (*) Each key is issued a serial number of type key_serial_t that is unique for
1391 keyrings from the process that caused the search to be issued. These are
/linux-4.4.14/drivers/usb/host/
DKconfig103 issued in each microframe, significantly reducing the number of
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.reg61 * in dead code. No warning is issued.
Daic79xx.reg90 * in dead code. No warning is issued.
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES178 a previous byte range lock that we issued.
/linux-4.4.14/arch/arm/
DKconfig1025 the retiring WFI/WFE instructions and the newly issued subsequent
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt865 Let's examine the parts of the two previous commands. They are issued