Home
last modified time | relevance | path

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

/linux-4.1.27/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.h126 int issued; /* latest, from the mds */ member
150 int issued, dirty; member
534 int issued; in ceph_caps_issued() local
536 issued = __ceph_caps_issued(ci, NULL); in ceph_caps_issued()
538 return issued; in ceph_caps_issued()
730 extern int ceph_fill_file_size(struct inode *inode, int issued,
732 extern void ceph_fill_file_time(struct inode *inode, int issued,
833 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.c914 int issued; in __ceph_setxattr() local
953 issued = __ceph_caps_issued(ci, NULL); in __ceph_setxattr()
954 dout("setxattr %p issued %s\n", inode, ceph_cap_string(issued)); in __ceph_setxattr()
955 if (ci->i_xattrs.version == 0 || !(issued & CEPH_CAP_XATTR_EXCL)) in __ceph_setxattr()
1047 int issued; in __ceph_removexattr() local
1066 issued = __ceph_caps_issued(ci, NULL); in __ceph_removexattr()
1067 dout("removexattr %p issued %s\n", inode, ceph_cap_string(issued)); in __ceph_removexattr()
1069 if (ci->i_xattrs.version == 0 || !(issued & CEPH_CAP_XATTR_EXCL)) in __ceph_removexattr()
Dfile.c178 int issued = __ceph_caps_issued(ci, NULL); in ceph_open() local
182 ceph_cap_string(issued)); in ceph_open()
187 if ((issued & wanted) != wanted && in ceph_open()
Dmds_client.c1365 mine = cap->issued | cap->implemented; in trim_caps_cb()
2743 ceph_cap_string(cap->issued)); in encode_caps_cb()
2772 rec.v2.issued = cpu_to_le32(cap->issued); in encode_caps_cb()
2780 rec.v1.issued = cpu_to_le32(cap->issued); in encode_caps_cb()
Daddr.c614 unsigned issued = ceph_caps_issued(ci); in writepages_finish() local
660 if ((issued & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) == 0) in writepages_finish()
Dsnap.c509 capsnap->issued = __ceph_caps_issued(ci, NULL); in ceph_queue_cap_snap()
/linux-4.1.27/drivers/dma/ioat/
Ddma_v2.c57 ioat->issued = ioat->head; in __ioat2_issue_pending()
61 __func__, ioat->head, ioat->tail, ioat->issued, ioat->dmacount); in __ioat2_issue_pending()
100 __func__, ioat->head, ioat->tail, ioat->issued); in __ioat2_start_null_desc()
137 __func__, ioat->head, ioat->tail, ioat->issued); in __cleanup()
202 ioat->issued = ioat->tail; in __ioat2_restart_chan()
209 __func__, ioat->head, ioat->tail, ioat->issued, ioat->dmacount); in __ioat2_restart_chan()
552 ioat->issued = 0; in ioat2_alloc_chan_resources()
704 __func__, num_descs, ioat->head, ioat->tail, ioat->issued); in ioat2_check_space_lock()
728 __func__, num_descs, ioat->head, ioat->tail, ioat->issued); in ioat2_check_space_lock()
Ddma_v2.h57 u16 issued; member
87 return CIRC_CNT(ioat->head, ioat->issued, ioat2_ring_size(ioat)); in ioat2_ring_pending()
Ddma_v3.c381 __func__, ioat->head, ioat->tail, ioat->issued); in __cleanup()
/linux-4.1.27/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
940 effectively random order, despite the write barrier issued by CPU 1:
1026 some effectively random order, despite the write barrier issued by CPU 1:
1782 Memory operations issued after the ACQUIRE will be completed after the
1785 Memory operations issued before the ACQUIRE may be completed after
1794 Memory operations issued before the RELEASE will be completed before the
1797 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.txt4002 issued on, which results in better behavior in
/linux-4.1.27/drivers/dma/
Dmic_x100_dma.c221 if (mic_ch->issued == mic_ch->submitted) in mic_dma_issue_pending()
223 mic_ch->issued = mic_ch->submitted; in mic_dma_issue_pending()
230 mic_dma_write_reg(mic_ch, MIC_DMA_REG_DHPR, mic_ch->issued); in mic_dma_issue_pending()
237 if (mic_dma_ring_count(ch->issued, ch->submitted) in mic_dma_update_pending()
426 ch->issued = 0; in mic_dma_chan_setup()
Dmic_x100_dma.h117 u32 issued; member
/linux-4.1.27/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.txt243 generated via ARP probes issued for the addresses specified by
531 One gratuitous ARP is issued for the bonding master
534 address configured. Gratuitous ARPs issued for VLAN
669 unsolicited IPv6 Neighbor Advertisements) to be issued after a
906 Specifies the number of IGMP membership reports to be issued after
907 a failover event. One membership report is issued immediately after
911 prevents the IGMP membership report from being issued in response
917 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.1.27/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.
Dnull_blk.txt50 when IOs are issued from another CPU node than the home the device is
Dqueue-sysfs.txt29 requests issued to the device must not exceed this limit. A discard_max_bytes
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.1.27/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.1.27/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.1.27/Documentation/arm64/
Dlegacy_instructions.txt20 warnings are issued. This is the default for deprecated
Dbooting.txt202 to reduce the overhead of the busy-loop and a sev will be issued by
/linux-4.1.27/include/linux/ceph/
Dceph_fs.h704 __le32 issued; member
714 __le32 issued; member
/linux-4.1.27/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.1.27/Documentation/scheduler/
Dsched-arch.txt56 barrier issued (followed by a test of need_resched with
/linux-4.1.27/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
Dlm7570 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.1.27/Documentation/ide/
Dide-tape.txt29 Our own ide-tape ioctl's can be issued to either the block device or
/linux-4.1.27/Documentation/scsi/
Dlpfc.txt37 hide the disappearance of the device from the midlayer. I/O's issued to
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.1.27/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.1.27/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.1.27/Documentation/ABI/testing/
Ddev-kmsg57 the last SYSLOG_ACTION_CLEAR was issued.
Dsysfs-block-zram44 non-page-size-aligned I/O requests issued to this device.
Dsysfs-block200 a single operation. Discard requests issued to the
/linux-4.1.27/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.1.27/Documentation/infiniband/
Dipoib.txt4 protocol as specified by RFC 4391 and 4392, issued by the IETF ipoib
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME.quirks56 the GNT is issued, this arbiter must lock in its decision and now route
/linux-4.1.27/Documentation/ABI/obsolete/
Dsysfs-block-zram22 non-page-size-aligned I/O requests issued to this device.
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme.c2094 u8 issued; in rtw_issue_addbareq_cmd() local
2117 issued = (phtpriv->agg_enable_bitmap>>priority)&0x1; in rtw_issue_addbareq_cmd()
2118 issued |= (phtpriv->candidate_tid_bitmap>>priority)&0x1; in rtw_issue_addbareq_cmd()
2120 if (0 == issued) { in rtw_issue_addbareq_cmd()
/linux-4.1.27/Documentation/vm/
Dhighmem.txt77 page. Since the mapping is restricted to the CPU that issued it, it
/linux-4.1.27/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.txt137 If this option is set, no cache_flush commands are issued
205 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.1.27/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()
DKconfig851 If you say Y here, the driver will trace all commands issued
1105 If you say Y here, the driver will trace all commands issued
/linux-4.1.27/Documentation/blockdev/
Dcciss.txt176 is issued which positions the tape to a known position. Typically you
/linux-4.1.27/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.1.27/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.1.27/Documentation/power/
Dpower_supply_class.txt173 issued by external power supply will notify supplicants via
Ddevices.txt636 issues would be issued through the PME# bus signal. Plus, there are
/linux-4.1.27/Documentation/frv/
Dkernel-ABI.txt244 A TIHI #2 instruction again issued to assay the current state would
/linux-4.1.27/net/ipv6/netfilter/
DKconfig233 error should be issued in response to an incoming packet, rather
/linux-4.1.27/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.1.27/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.1.27/Documentation/prctl/
Dseccomp_filter.txt224 syscalls. New code will use the vDSO, and vDSO-issued system calls
/linux-4.1.27/Documentation/sysctl/
Dnet.txt301 originally may have been issued in the correct sequential order.
Dkernel.txt817 be issued an NMI and instructed to capture stack trace.
/linux-4.1.27/net/ipv4/netfilter/
DKconfig233 error should be issued in response to an incoming packet, rather
/linux-4.1.27/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.1.27/Documentation/i2c/
Dwriting-clients288 parent I2C adapter is active when these calls are issued, and IRQs
/linux-4.1.27/drivers/atm/
DKconfig372 Specifies the level of debugging messages issued by the driver.
/linux-4.1.27/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.1.27/Documentation/PCI/
Dpci-error-recovery.txt201 >>> callback will be issued due to an error happening here. However,
/linux-4.1.27/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
1382 keyrings from the process that caused the search to be issued. These are
/linux-4.1.27/drivers/usb/host/
DKconfig96 issued in each microframe, significantly reducing the number of
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx.reg61 * in dead code. No warning is issued.
Daic79xx.reg90 * in dead code. No warning is issued.
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES178 a previous byte range lock that we issued.
/linux-4.1.27/arch/arm/
DKconfig1012 the retiring WFI/WFE instructions and the newly issued subsequent
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt865 Let's examine the parts of the two previous commands. They are issued