Searched full:count (Results 1 – 25 of 394) sorted by relevance
12345678910>>...16
/Documentation/ABI/testing/ |
D | sysfs-bus-counter | 1 What: /sys/bus/counter/devices/counterX/countY/count 5 Count data of Count Y represented as a string. 11 Count value ceiling for Count Y. This is the upper limit for the 18 Count value floor for Count Y. This is the lower limit for the 25 Count mode for channel Y. The ceiling and floor values for 26 Count Y are used by the count mode where required. The following 27 count modes are available: 35 the Count Y ceiling value, while the lower limit is set 36 to the Count Y floor value. The counter freezes at 37 count = ceiling when counting up, and at count = floor [all …]
|
D | sysfs-bus-iio-counter-104-quad-8 | 20 Count mode for channel Y. Four count modes are available: 22 for channel Y is used by the count mode where required. 31 counter freezes at count = preset when counting up, and 32 at count = 0 when counting down. At either of these 33 limits, the counting is resumed only when the count 37 Counter is disabled whenever a 24-bit count overflow or 39 new count value is loaded to the counter via a preset 43 A count boundary is set between 0 and the preset value. 44 The counter is reset to 0 at count = preset when 46 value at count = 0 when counting down; the counter does [all …]
|
D | sysfs-bus-papr-pmem | 48 * "CtlResCt" : Controller Reset Count 53 * "HostLCnt" : Host Load Count 54 * "HostSCnt" : Host Store Count 57 * "MedRCnt " : Media Read Count 58 * "MedWCnt " : Media Write Count 61 * "CchRHCnt" : Cache Read Hit Count 62 * "CchWHCnt" : Cache Write Hit Count 63 * "FastWCnt" : Fast Write Count
|
D | sysfs-devices-edac | 28 Description: This attribute file displays, in count of megabytes, of memory 34 Description: This attribute file displays the total count of uncorrectable 49 Description: This attribute file displays the total count of correctable 51 count is very important to examine. CEs provide early 52 indications that a DIMM is beginning to fail. This count 63 to indicate which slot the failing memory is in. This count 145 Description: This attribute file displays the total count of correctable 146 errors that have occurred on this DIMM. This count is very important 148 to fail. This count field should be monitored for non-zero values 154 Description: This attribute file displays the total count of uncorrectable
|
D | sysfs-bus-fcoe | 58 Link Error Status Block (LESB) link failure count. 62 failure count. 69 Link Error Status Block (LESB) symbolic error count. 72 Link Error Status Block (LESB) block error count. 76 Services error count. 130 link flapping adapter doesn't continually advance the count
|
/Documentation/driver-api/ |
D | generic-counter.rst | 33 Association of a Signal, and evaluation trigger, with a Count. 35 * Count: 41 evaluated by the counter to determine the count data; e.g. a quadrature 58 A Synapse represents the association of a Signal with a Count. Signal 59 data affects respective Count data, and the Synapse represents this 63 triggers the respective Count's count function evaluation to update the 64 count data. The Generic Counter interface provides the following 68 Signal does not trigger the count function. In Pulse-Direction count 80 A counter is defined as a set of input signals associated with count 82 input signals as defined by the respective count functions. Within the [all …]
|
/Documentation/userspace-api/media/dvb/ |
D | frontend-stat-properties.rst | 91 .. _DTV-STAT-PRE-ERROR-BIT-COUNT: 105 :ref:`DTV_STAT_PRE_TOTAL_BIT_COUNT <DTV-STAT-PRE-TOTAL-BIT-COUNT>`. 108 bit count measurements. The frontend may reset it when a 120 .. _DTV-STAT-PRE-TOTAL-BIT-COUNT: 127 :ref:`DTV_STAT_PRE_ERROR_BIT_COUNT <DTV-STAT-PRE-ERROR-BIT-COUNT>` 136 bit count measurements. The frontend may reset it when a 145 :ref:`DTV_STAT_PRE_ERROR_BIT_COUNT <DTV-STAT-PRE-ERROR-BIT-COUNT>`. 148 .. _DTV-STAT-POST-ERROR-BIT-COUNT: 162 :ref:`DTV_STAT_POST_TOTAL_BIT_COUNT <DTV-STAT-POST-TOTAL-BIT-COUNT>`. 165 bit count measurements. The frontend may reset it when a [all …]
|
D | dmx-reqbufs.rst | 48 struct :c:type:`dmx_requestbuffers` structure. They set the ``count`` field 54 number allocated in the ``count`` field. The ``count`` can be smaller than the number requested, ev… 64 A ``count`` value of zero frees all buffers, after aborting or finishing
|
D | video-fwrite.rst | 20 .. c:function:: size_t write(int fd, const void *buf, size_t count) 43 - size_t count 54 available. The amount of data to be transferred is implied by count.
|
/Documentation/process/ |
D | deprecated.rst | 65 For example, do not use ``count * size`` as an argument, as in:: 67 foo = kmalloc(count * size, GFP_KERNEL); 71 foo = kmalloc_array(count, size, GFP_KERNEL); 79 bar = vmalloc(array_size(count, size)); 84 header = kzalloc(sizeof(*header) + count * sizeof(*header->item), 89 header = kzalloc(struct_size(header, item, count), GFP_KERNEL); 99 foo = krealloc(current_size + chunk_size * (count - 3), GFP_KERNEL); 105 size_sub(count, 3))), GFP_KERNEL); 130 the destination, but rather a count of non-NUL bytes copied (or negative 143 destination, but rather a count of non-NUL bytes copied (or negative [all …]
|
/Documentation/accounting/ |
D | delay-accounting.rst | 102 CPU count real total virtual total delay total 104 IO count delay total 106 SWAP count delay total 108 RECLAIM count delay total 119 CPU count real total virtual total delay total 121 IO count delay total 123 SWAP count delay total 125 RECLAIM count delay total
|
D | taskstats-struct.rst | 34 4) Per-task and per-thread context switch count statistics 90 /* The minor page fault count of a task, as set in task->min_flt. */ 91 __u64 ac_minflt; /* Minor Page Fault Count */ 93 /* The major page fault count of a task, as set in task->maj_flt. */ 94 __u64 ac_majflt; /* Major Page Fault Count */ 113 * count, delay_total NOT updated atomically 133 * Value is cumulative, in nanoseconds, without a corresponding count 141 * Value is cumulative, in nanoseconds, without a corresponding count
|
/Documentation/userspace-api/media/rc/ |
D | lirc-read.rst | 22 .. c:function:: ssize_t read( int fd, void *buf, size_t count ) 33 ``count`` 39 :c:func:`read()` attempts to read up to ``count`` bytes from file 40 descriptor ``fd`` into the buffer starting at ``buf``. If ``count`` is zero, 41 :c:func:`read()` returns zero and has no other results. If ``count``
|
/Documentation/admin-guide/media/ |
D | lmedm04.rst | 59 dd if=US280D.sys ibs=1 skip=42360 count=3924 of=dvb-usb-lme2510-lg.fw 66 dd if=US280D.sys ibs=1 skip=35200 count=3850 of=dvb-usb-lme2510c-lg.fw 78 dd if=US290D.sys ibs=1 skip=36856 count=3976 of=dvb-usb-lme2510-s0194.fw 87 dd if=US290D.sys ibs=1 skip=33152 count=3697 of=dvb-usb-lme2510c-s0194.fw 97 dd if=US2B0D.sys ibs=1 skip=34432 count=3871 of=dvb-usb-lme2510c-rs2000.fw 105 echo -ne \\xF0\\x22 | dd conv=notrunc bs=1 count=2 seek=266 of=dvb-usb-lme2510c-rs2000.fw
|
/Documentation/devicetree/bindings/net/can/ |
D | xilinx_can.txt | 22 - tx-mailbox-count : Can Tx mailbox buffer count (CAN FD). 23 - rx-mailbox-count : Can Rx mailbox buffer count (CAN FD in mailbox Rx 59 tx-mailbox-count = <0x20>;
|
/Documentation/filesystems/ext4/ |
D | group_descr.rst | 68 - Lower 16-bits of free block count. 72 - Lower 16-bits of free inode count. 76 - Lower 16-bits of directory count. 96 - Lower 16-bits of unused inode count. If set, we needn't scan past the 128 - Upper 16-bits of free block count. 132 - Upper 16-bits of free inode count. 136 - Upper 16-bits of directory count. 140 - Upper 16-bits of unused inode count.
|
/Documentation/devicetree/bindings/power/supply/ |
D | sbs,sbs-battery.yaml | 31 sbs,i2c-retry-count: 37 sbs,poll-retry-count: 76 sbs,i2c-retry-count = <2>; 77 sbs,poll-retry-count = <10>;
|
/Documentation/userspace-api/media/v4l/ |
D | func-write.rst | 22 .. c:function:: ssize_t write( int fd, void *buf, size_t count ) 33 ``count`` 39 :c:func:`write()` writes up to ``count`` bytes to the device 42 enables them. When ``count`` is zero, :c:func:`write()` returns 0
|
D | func-read.rst | 22 .. c:function:: ssize_t read( int fd, void *buf, size_t count ) 33 ``count`` 39 :c:func:`read()` attempts to read up to ``count`` bytes from file 42 section, see ##. If ``count`` is zero, :c:func:`read()` returns zero 43 and has no other results. If ``count`` is greater than ``SSIZE_MAX``, 44 the result is unspecified. Regardless of the ``count`` value each
|
D | vidioc-create-bufs.rst | 43 ``count`` field must be set to the number of requested buffers, the 69 the actual number allocated and the starting index in the ``count`` and 70 the ``index`` fields respectively. On return ``count`` can be smaller 86 - ``count`` 87 - The number of buffers requested or granted. If count == 0, then 112 other changes, then set ``count`` to 0, ``memory`` to
|
/Documentation/devicetree/bindings/csky/ |
D | pmu.txt | 6 it could count cpu's events for helping analysis performance issues. 24 - count-width 37 count-width = <48>;
|
/Documentation/networking/device_drivers/ethernet/altera/ |
D | altera_tse.rst | 159 Section 5.2.2.1.2. This statistics is the count of frames that are successfully 163 Section 5.2.2.1.5. This statistic is the count of frames that are successfully 164 received. This count does not include any error packets such as CRC errors, 168 802.3-2012, Section 5.2.2.1.6. This statistic is the count of frames that are 173 Section 5.2.2.1.7. This statistic is the count of frames that are not an 178 Section 5.2.2.1.8. This statistic is the count of data and pad bytes 182 Section 5.2.2.1.14. This statistic is the count of data and pad bytes 186 802.3-2012, Section 30.3.4.2. This statistic is a count of PAUSE frames 190 802.3-2012, Section 30.3.4.3. This statistic is a count of PAUSE frames 194 a count of the number of packets received containing errors that prevented the [all …]
|
/Documentation/translations/zh_CN/filesystems/ |
D | sysfs.txt | 108 const char *buf, size_t count); 169 printk("dev_attr_show: %pS returned bad count\n", 185 const char *buf, size_t count); 223 count 参数。 241 const char *buf, size_t count) 244 (int)min(count, sizeof(dev->name) - 1), buf); 245 return count; 313 const char *buf, size_t count); 333 ssize_t (*store)(struct bus_type *, const char * buf, size_t count); 355 size_t count);
|
/Documentation/filesystems/ |
D | devpts.rst | 25 Total count of pty pairs in all instances is limited by sysctls:: 29 kernel.pty.nr - current count of ptys 31 Per-instance limit could be set by adding mount option ``max=<count>``.
|
/Documentation/devicetree/bindings/arm/hisilicon/ |
D | low-pin-count.yaml | 4 $id: http://devicetree.org/schemas/arm/hisilicon/low-pin-count.yaml# 7 title: Hisilicon HiP06 Low Pin Count device 13 Hisilicon HiP06 SoCs implement a Low Pin Count (LPC) controller, which
|
12345678910>>...16