/linux-4.4.14/fs/ceph/ |
D | caps.c | 350 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 …]
|
D | inode.c | 542 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 …]
|
D | super.h | 129 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,
|
D | cache.c | 346 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()
|
D | xattr.c | 916 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()
|
D | file.c | 246 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()
|
D | mds_client.c | 1420 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()
|
D | addr.c | 619 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()
|
D | snap.c | 530 capsnap->issued = __ceph_caps_issued(ci, NULL); in ceph_queue_cap_snap()
|
/linux-4.4.14/Documentation/dmaengine/ |
D | pxa_dma.txt | 12 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/ |
D | sysfs-class-scsi_tape | 18 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
|
D | dev-kmsg | 57 the last SYSLOG_ACTION_CLEAR was issued.
|
D | sysfs-block-zram | 44 non-page-size-aligned I/O requests issued to this device.
|
D | sysfs-block | 207 a single operation. Discard requests issued to the
|
/linux-4.4.14/drivers/dma/ioat/ |
D | dma.c | 130 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()
|
D | dma.h | 129 u16 issued; member 357 return CIRC_CNT(ioat_chan->head, ioat_chan->issued, in ioat_ring_pending()
|
D | init.c | 724 ioat_chan->issued = 0; in ioat_alloc_chan_resources()
|
/linux-4.4.14/Documentation/ |
D | iostats.txt | 97 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
|
D | memory-barriers.txt | 194 (*) 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 …]
|
D | vgaarbiter.txt | 90 Currently, a max of 16 cards can have locks simultaneously issued from
|
D | oops-tracing.txt | 258 10: 'W' if a warning has previously been issued by the kernel.
|
D | bcache.txt | 417 Boolean; if on a discard/TRIM will be issued to each bucket before it is
|
D | vfio.txt | 280 callbacks are issued when a new file descriptor is created for a
|
D | kernel-parameters.txt | 4122 issued on, which results in better behavior in
|
/linux-4.4.14/Documentation/networking/ |
D | xfrm_sync.txt | 122 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).
|
D | netdev-features.txt | 50 NETDEV_FEAT_CHANGE notification is issued after that whenever current
|
D | e100.txt | 119 If you wish to see all messages issued by the driver, including debug
|
D | netlink_mmap.txt | 20 syscalls have to be issued by user-space to get more message.
|
D | bonding.txt | 280 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
|
D | filter.txt | 448 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.)
|
D | rxrpc.txt | 663 this is issued.
|
/linux-4.4.14/drivers/dma/ |
D | mic_x100_dma.c | 230 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()
|
D | mic_x100_dma.h | 117 u32 issued; member
|
/linux-4.4.14/Documentation/block/ |
D | stat.txt | 66 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.
|
D | queue-sysfs.txt | 29 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
|
D | null_blk.txt | 50 when IOs are issued from another CPU node than the home the device is
|
D | biodoc.txt | 282 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/ |
D | trf7970a.txt | 22 where an extra byte is returned by Read Multiple Block commands issued
|
/linux-4.4.14/Documentation/laptops/ |
D | disk-shock-protection.txt | 45 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/ |
D | zfcp_def.h | 313 unsigned long long issued; member
|
D | zfcp_dbf.c | 85 rec->u.res.req_issued = req->issued; in zfcp_dbf_hba_fsf_res()
|
D | zfcp_fsf.c | 738 req->issued = get_tod_clock(); in zfcp_fsf_req_send()
|
/linux-4.4.14/Documentation/arm64/ |
D | legacy_instructions.txt | 20 warnings are issued. This is the default for deprecated
|
D | booting.txt | 221 to reduce the overhead of the busy-loop and a sev will be issued by
|
/linux-4.4.14/include/linux/ceph/ |
D | ceph_fs.h | 704 __le32 issued; member 714 __le32 issued; member
|
/linux-4.4.14/Documentation/arm/ |
D | kernel_mode_neon.txt | 35 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/ |
D | thmc50 | 38 accuracy. An alarm is issued (usually to a connected LM78) when the
|
D | lm78 | 37 this case, alarms are issued during all the time when the actual temperature
|
D | lm75 | 71 An alarm is issued (usually to a connected LM78) when the temperature
|
D | w83781d | 80 this case, alarms are issued during all the time when the actual temperature
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-arch.txt | 56 barrier issued (followed by a test of need_resched with
|
/linux-4.4.14/Documentation/ide/ |
D | ide-tape.txt | 29 Our own ide-tape ioctl's can be issued to either the block device or
|
/linux-4.4.14/Documentation/scsi/ |
D | lpfc.txt | 37 hide the disappearance of the device from the midlayer. I/O's issued to
|
D | st.txt | 179 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
|
D | scsi_eh.txt | 140 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
|
D | ChangeLog.megaraid | 78 2. When INQUIRY with EVPD bit set issued to the MegaRAID controller,
|
D | BusLogic.txt | 138 queuing allows for multiple outstanding commands to be issued to each target
|
D | ChangeLog.lpfc | 30 issued. 90 * Reduced severity of "SCSI layer issued abort device" message to
|
D | scsi_mid_low_api.txt | 946 * @sdp: device that ioctl was issued for
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | cachefiles.txt | 338 (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
|
D | backend-api.txt | 79 (1) that of the userspace process that issued the netfs operation that caused
|
/linux-4.4.14/Documentation/s390/ |
D | DASD | 10 The kernel parameter 'dasd=from-to,...' may be issued arbitrary times
|
D | cds.txt | 181 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/ |
D | ipoib.txt | 4 protocol as specified by RFC 4391 and 4392, issued by the IETF ipoib
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.quirks | 56 the GNT is issued, this arbiter must lock in its decision and now route
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | TODO | 18 These are not implemented. They are not currently issued by the compiler,
|
D | README.FPE | 135 These are not implemented. They are not currently issued by the compiler,
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-block-zram | 22 non-page-size-aligned I/O requests issued to this device.
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_mlme.c | 2281 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/ |
D | hostap_hw.c | 269 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()
|
D | hostap_wlan.h | 558 volatile int issued, issuing; member
|
/linux-4.4.14/Documentation/device-mapper/ |
D | log-writes.txt | 24 completed WRITEs, at the time the REQ_FLUSH is issued, are added in order to
|
D | thin-provisioning.txt | 83 a warning will be issued and the excess space will not be used.
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 2099 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/ |
D | 9p.txt | 154 Bug reports are best issued via the mailing list.
|
D | coda.txt | 370 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.
|
D | f2fs.txt | 138 If this option is set, no cache_flush commands are issued 208 checkpoint is triggered, and issued during the
|
D | xfs-delayed-logging-design.txt | 329 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
|
D | gfs2-glocks.txt | 167 of dlm lock requests issued.
|
D | autofs4-mount-control.txt | 159 issued for a mount (file handle) we should continually call back to
|
/linux-4.4.14/Documentation/vm/ |
D | highmem.txt | 77 page. Since the mapping is restricted to the CPU that issued it, it
|
/linux-4.4.14/drivers/scsi/ |
D | aha152x.c | 1059 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()
|
D | Kconfig | 863 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/ |
D | cciss.txt | 176 is issued which positions the tape to a known position. Typically you
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 415 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/ |
D | power_supply_class.txt | 173 issued by external power supply will notify supplicants via
|
D | devices.txt | 643 issues would be issued through the PME# bus signal. Plus, there are
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | ppc-pv.txt | 70 With this hypercall issued the guest always gets the magic page mapped at the
|
D | timekeeping.txt | 121 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
|
D | api.txt | 7 The kvm API is a set of ioctls that are issued to control various aspects
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | Kconfig | 248 error should be issued in response to an incoming packet, rather
|
/linux-4.4.14/Documentation/frv/ |
D | kernel-ABI.txt | 244 A TIHI #2 instruction again issued to assay the current state would
|
/linux-4.4.14/Documentation/usb/ |
D | WUSB-Design-overview.txt | 371 (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
|
D | ehci.txt | 189 or using bulk queuing if a series of small requests needs to be issued.
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 204 - 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
|
D | unified-hierarchy.txt | 459 bio's are issued to request_queue. The stats are counted
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig | 943 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/ |
D | seccomp_filter.txt | 224 syscalls. New code will use the vDSO, and vDSO-issued system calls
|
/linux-4.4.14/Documentation/sysctl/ |
D | net.txt | 303 originally may have been issued in the correct sequential order.
|
D | kernel.txt | 829 be issued an NMI and instructed to capture stack trace.
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | Kconfig | 248 error should be issued in response to an incoming packet, rather
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE | 362 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/ |
D | perf-record.txt | 84 Don't record events issued by perf itself. This option should follow
|
/linux-4.4.14/drivers/atm/ |
D | Kconfig | 372 Specifies the level of debugging messages issued by the driver.
|
/linux-4.4.14/Documentation/i2c/ |
D | writing-clients | 288 parent I2C adapter is active when these calls are issued, and IRQs
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 592 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/ |
D | pci-error-recovery.txt | 201 >>> callback will be issued due to an error happening here. However,
|
/linux-4.4.14/Documentation/security/ |
D | credentials.txt | 242 that issued the operation. An example of this would be a file opened on a
|
D | keys.txt | 50 (*) 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/ |
D | Kconfig | 103 issued in each microframe, significantly reducing the number of
|
/linux-4.4.14/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.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 178 a previous byte range lock that we issued.
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1025 the retiring WFI/WFE instructions and the newly issued subsequent
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 865 Let's examine the parts of the two previous commands. They are issued
|