Searched full:decrement (Results 1 – 25 of 27) sorted by relevance
12
| /Documentation/mm/ |
| D | transhuge.rst | 118 - map/unmap of a PMD entry for the whole THP increment/decrement 119 folio->_entire_mapcount, increment/decrement folio->_large_mapcount 120 and also increment/decrement folio->_nr_pages_mapped by ENTIRELY_MAPPED 123 - map/unmap of individual pages with PTE entry increment/decrement 124 page->_mapcount, increment/decrement folio->_large_mapcount and also 125 increment/decrement folio->_nr_pages_mapped when page->_mapcount goes
|
| D | hugetlbfs_reserv.rst | 226 resv_huge_pages--; /* Decrement the global reservation count */
|
| /Documentation/devicetree/bindings/misc/ |
| D | qemu,vcpu-stall-detector.yaml | 28 to decrement its internal counter register on each tick.
|
| /Documentation/core-api/ |
| D | refcount-vs-atomic.rst | 113 case 4) - decrement-based RMW ops that return no value 154 case 7) - generic dec/sub decrement-based RMW ops that return a value 167 case 8) other decrement-based RMW ops that return a value
|
| D | kobject.rst | 200 When a reference is released, the call to kobject_put() will decrement the
|
| /Documentation/locking/ |
| D | preempt-locking.rst | 77 preempt_enable() decrement the preempt counter 79 preempt_enable_no_resched() decrement, but do not immediately preempt
|
| /Documentation/power/ |
| D | runtime_pm.rst | 407 - decrement the device's usage counter 410 - decrement the device's usage counter; if the result is 0 then run 418 - decrement the device's usage counter; if the result is 0 then run 422 - decrement the device's usage counter; if the result is 0 then run 426 - decrement the device's usage counter; if the result is 0 then run 430 - decrement the device's usage counter; if the result is 0 then run 434 - decrement the device's 'power.disable_depth' field; if that field is equal 517 decrement the device's usage counter if the flag was previously set and
|
| D | pci.rst | 1068 to decrement the device's runtime PM usage counter in its probe callback
|
| /Documentation/driver-api/usb/ |
| D | URB.rst | 200 decrement the URB's reference count. You increment the reference 206 decrement the reference count by calling :c:func:`usb_free_urb`. Of course,
|
| D | writing_usb_driver.rst | 256 this function we decrement our private usage count and wait for possible 259 /* decrement our usage count for the device */
|
| D | power-management.rst | 403 decrement the usage counter; they do not attempt to carry out
|
| /Documentation/staging/ |
| D | remoteproc.rst | 56 this function will just decrement the power refcount and exit, 77 decrement it back once rproc isn't needed anymore.
|
| D | static-keys.rst | 155 or increment/decrement function.
|
| /Documentation/block/ |
| D | biovecs.rst | 13 ended up partway through a biovec, it would increment bv_offset and decrement
|
| /Documentation/accel/qaic/ |
| D | aic100.rst | 361 specified value. 2 is increment. 3 is decrement. 4 is wait 365 decrement by 1. 7 is reserved.
|
| /Documentation/admin-guide/device-mapper/ |
| D | vdo-design.rst | 553 decrement entry for the old mapping. These two operations each require 559 the same zone, the increment is always made before the decrement in
|
| /Documentation/ABI/testing/ |
| D | sysfs-bus-counter | 129 Succeeding clock pulses decrement the count by two. When
|
| /Documentation/crypto/ |
| D | descore-readme.rst | 295 i assume that indexing is cheaper or equivalent to auto increment/decrement,
|
| /Documentation/process/ |
| D | coding-style.rst | 283 no space before the postfix increment & decrement unary operators:: 287 no space after the prefix increment & decrement unary operators::
|
| D | maintainer-tip.rst | 551 /* Decrement refcount and check for zero */
|
| /Documentation/admin-guide/mm/ |
| D | numa_memory_policy.rst | 349 decrement this reference count, respectively. mpol_put() will only free
|
| /Documentation/scsi/ |
| D | scsi_mid_low_api.rst | 260 use scsi_device_put() to decrement its reference count (and potentially 459 * scsi_host_put - decrement Scsi_Host instance refcount, free if 0
|
| /Documentation/PCI/ |
| D | pci.rst | 173 decrement the reference count on these devices by calling pci_dev_put().
|
| /Documentation/filesystems/ |
| D | vfs.rst | 906 locked. The implementation should decrement the page refcount 915 and decrement the page refcount. Set PageUptodate if the I/O
|
| /Documentation/kernel-hacking/ |
| D | locking.rst | 708 are used instead of the standard increment and decrement operators, and
|
12