| /linux/Documentation/admin-guide/mm/ | 
| H A D | transhuge.rst | 530 	is incremented every time a huge page is successfully534 	is incremented by khugepaged when it has found
 539 	is incremented if a page fault fails to allocate or charge
 543 	is incremented if a page fault fails to charge a huge page and
 548 	is incremented if khugepaged found a range
 553 	is incremented every time a shmem huge page is successfully
 558 	is incremented if a shmem huge page is attempted to be allocated
 563 	is incremented if a shmem huge page cannot be charged and instead
 569 	is incremented every time a file or shmem huge page is mapped into
 573 	is incremented every time a huge page is split into base
 [all …]
 
 | 
| /linux/Documentation/networking/devlink/ | 
| H A D | i40e.rst | 46         incremented whenever a major breaking change occurs, or when the47         minor version would overflow. The minor version is incremented for
 49         incremented. The patch version is normally 0 but is incremented when
 
 | 
| /linux/Documentation/admin-guide/ | 
| H A D | numastat.rst | 11 is incremented on the preferred node, otherwise numa_foreign is incremented on17 incremented on allocation from a node by CPU on the same node. other_node is
 18 similar to numa_miss and is incremented on the node where allocation succeeds
 
 | 
| /linux/tools/perf/pmu-events/arch/arm64/fujitsu/monaka/ | 
| H A D | sve.json | 224 … of ARMv9 Reference Manual for more information. This event counter is incremented by 8, or by 16 …228 … of ARMv9 Reference Manual for more information. This event counter is incremented by the number o…
 232 … of ARMv9 Reference Manual for more information. This event counter is incremented by 4, or by 8 f…
 236 … of ARMv9 Reference Manual for more information. This event counter is incremented by the number o…
 240 … of ARMv9 Reference Manual for more information. This event counter is incremented by 2, or by 4 f…
 244 … of ARMv9 Reference Manual for more information. This event counter is incremented by 2 for Advanc…
 
 | 
| /linux/drivers/gpu/drm/i915/gt/uc/ | 
| H A D | intel_gsc_uc.h | 24 	 * - Release version (incremented with each build)25 	 * - Security version (incremented on security fix)
 26 	 * - Compatibility version (incremented on interface change)
 
 | 
| /linux/include/linux/ | 
| H A D | iversion.h | 20  * incremented as well.44  * incremented on writes to normal files. If the SB_I_VERSION is not set, then
 58  * was last incremented, we can skip the increment in most cases.
 91  * it has been queried since we last incremented it. If it has, then we must
 209  * inode_iversion_need_inc - is the i_version in need of being incremented?
 239  * inode_peek_iversion - read i_version without flagging it to be incremented
 
 | 
| H A D | sh_dma.h | 100 #define DM_INC	0x00004000	/* Destination addresses are incremented */103 #define SM_INC	0x00001000	/* Source addresses are incremented */
 
 | 
| /linux/rust/kernel/sync/ | 
| H A D | aref.rs | 61 /// dropped. It is also automatically incremented when a new instance is created via93     /// Callers must ensure that the reference count was incremented at least once, and that they
 141         // SAFETY: We just incremented the refcount above. in from()
 158         // SAFETY: We just incremented the refcount above.
 
 | 
| /linux/drivers/media/test-drivers/vidtv/ | 
| H A D | vidtv_psi.h | 258  * @continuity_counter: Incremented on every new packet.282  * @continuity_counter: Incremented on every new packet.
 303  * @continuity_counter: Incremented on every new packet.
 322  * @continuity_counter: Incremented on every new packet.
 535  * @continuity_counter: A pointer to the CC. Incremented on every new packet.
 566  * @continuity_counter: A pointer to the CC. Incremented on every new packet.
 599  * @continuity_counter: A pointer to the CC. Incremented on every new packet.
 690  * @continuity_counter: A pointer to the CC. Incremented on every new packet.
 754  * @continuity_counter: A pointer to the CC. Incremented on every new packet.
 
 | 
| H A D | vidtv_pes.h | 115  * @continuity_counter: Incremented on every new TS packet.141  * @continuity_counter: Incremented on every new TS packet.
 
 | 
| /linux/tools/perf/pmu-events/arch/s390/cf_z10/ | 
| H A D | extended.json | 112 …"PublicDescription": "Level-1 Instruction TLB miss in progress. Incremented by one for every cycle…119 …"PublicDescription": "Level-1 Data TLB miss in progress. Incremented by one for every cycle an DTL…
 126 		"PublicDescription": "Incremented by one for every store sent to Level-2 (L1.5) cache."
 
 | 
| /linux/arch/sh/include/asm/ | 
| H A D | dma-register.h | 34 #define DM_INC	0x00004000	/* Destination addresses are incremented */37 #define SM_INC	0x00001000	/* Source addresses are incremented */
 
 | 
| /linux/drivers/pci/ | 
| H A D | search.c | 259  * reference count to the device is incremented.  Otherwise, %NULL is returned.296  * incremented.  Otherwise, %NULL is returned.  A new search is initiated by
 324  * device is incremented and a pointer to its device structure is returned.
 344  * incremented and a pointer to its device structure is returned.
 373  * incremented. See pci_match_one_device() to figure out how does this works.
 
 | 
| /linux/tools/perf/pmu-events/arch/s390/cf_z196/ | 
| H A D | extended.json | 21 …"PublicDescription": "Level-1 Data TLB miss in progress. Incremented by one for every cycle a DTLB…28 …"PublicDescription": "Level-1 Instruction TLB miss in progress. Incremented by one for every cycle…
 35 		"PublicDescription": "Incremented by one for every store sent to Level-2 cache."
 
 | 
| /linux/Documentation/userspace-api/media/v4l/ | 
| H A D | metafmt-d4xx.rst | 51         2 and 3. The version number will be incremented when new fields are90         version xxx. The version number will be incremented when new fields are
 113         version xxx. The version number will be incremented when new fields are
 
 | 
| /linux/Documentation/devicetree/bindings/dma/stm32/ | 
| H A D | st,stm32-mdma.yaml | 24         0x2: Source address pointer is incremented after each data transfer28         0x2: Destination address pointer is incremented after each data transfer
 
 | 
| /linux/rust/kernel/device/ | 
| H A D | property.rs | 42     /// - The reference count was incremented at least once.51         //   - `raw` has an incremented refcount. in from_raw()
 212         //   incremented. in get_child_by_name()
 239             // - `prev_ptr` has its refount incremented. in children()
 248             //   pointer with its refcount incremented. in children()
 280         //     in which case its refcount is incremented. in property_get_reference_args()
 399                 // - The reference count was incremented by in fmt()
 
 | 
| /linux/io_uring/ | 
| H A D | kbuf.h |  | 
| /linux/drivers/acpi/acpica/ | 
| H A D | utdelete.c | 403 				  "Obj %p Type %.2X [%s] Refs %.2X [Incremented]\n",  in acpi_ut_update_ref_count()472  * Object references are incremented when:
 474  * 2) An object is copied (all subobjects must be incremented)
 669  *                                incremented
 689 			  "Obj %p Current Refs=%X [To Be Incremented]\n",  in acpi_ut_add_reference()
 
 | 
| /linux/arch/mips/include/asm/octeon/ | 
| H A D | cvmx-bootmem.h | 105 	/* Incremented when incompatible changes made */109 	 * Incremented changed when compatible changes made, reset to
 110 	 * zero when major incremented.
 
 | 
| /linux/fs/btrfs/ | 
| H A D | block-group.h | 226 	 * Incremented when doing extent allocations and holding a read lock237 	 * Incremented while holding the spinlock *lock* by a task checking if
 238 	 * it can perform a nocow write (incremented if the value for the *ro*
 
 | 
| /linux/arch/mips/loongson2ef/common/cs5536/ | 
| H A D | cs5536_mfgpt.c | 160 	 * jiffies was incremented and the point where we latch the  in mfgpt_read()172 	 *  interrupt and incremented jiffies yet.  in mfgpt_read()
 
 | 
| /linux/Documentation/admin-guide/perf/ | 
| H A D | imx-ddr.rst | 45   incremented. Perf counter is incremented if::
 | 
| /linux/drivers/usb/core/ | 
| H A D | of.c | 22  * Return: A pointer to the node with incremented refcount if found, or161  * Return: A pointer to the node with incremented refcount if found, or
 
 | 
| /linux/drivers/clocksource/ | 
| H A D | timer-loongson1-pwm.c | 178 	 * jiffies was incremented and the point where we latch the  in ls1x_clocksource_read()190 	 *  interrupt and incremented jiffies yet.  in ls1x_clocksource_read()
 
 |