Home
last modified time | relevance | path

Searched full:decrement (Results 1 – 25 of 27) sorted by relevance

12

/Documentation/mm/
Dtranshuge.rst118 - 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
Dhugetlbfs_reserv.rst226 resv_huge_pages--; /* Decrement the global reservation count */
/Documentation/devicetree/bindings/misc/
Dqemu,vcpu-stall-detector.yaml28 to decrement its internal counter register on each tick.
/Documentation/core-api/
Drefcount-vs-atomic.rst113 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
Dkobject.rst200 When a reference is released, the call to kobject_put() will decrement the
/Documentation/locking/
Dpreempt-locking.rst77 preempt_enable() decrement the preempt counter
79 preempt_enable_no_resched() decrement, but do not immediately preempt
/Documentation/power/
Druntime_pm.rst407 - 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
Dpci.rst1068 to decrement the device's runtime PM usage counter in its probe callback
/Documentation/driver-api/usb/
DURB.rst200 decrement the URB's reference count. You increment the reference
206 decrement the reference count by calling :c:func:`usb_free_urb`. Of course,
Dwriting_usb_driver.rst256 this function we decrement our private usage count and wait for possible
259 /* decrement our usage count for the device */
Dpower-management.rst403 decrement the usage counter; they do not attempt to carry out
/Documentation/staging/
Dremoteproc.rst56 this function will just decrement the power refcount and exit,
77 decrement it back once rproc isn't needed anymore.
Dstatic-keys.rst155 or increment/decrement function.
/Documentation/block/
Dbiovecs.rst13 ended up partway through a biovec, it would increment bv_offset and decrement
/Documentation/accel/qaic/
Daic100.rst361 specified value. 2 is increment. 3 is decrement. 4 is wait
365 decrement by 1. 7 is reserved.
/Documentation/admin-guide/device-mapper/
Dvdo-design.rst553 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/
Dsysfs-bus-counter129 Succeeding clock pulses decrement the count by two. When
/Documentation/crypto/
Ddescore-readme.rst295 i assume that indexing is cheaper or equivalent to auto increment/decrement,
/Documentation/process/
Dcoding-style.rst283 no space before the postfix increment & decrement unary operators::
287 no space after the prefix increment & decrement unary operators::
Dmaintainer-tip.rst551 /* Decrement refcount and check for zero */
/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst349 decrement this reference count, respectively. mpol_put() will only free
/Documentation/scsi/
Dscsi_mid_low_api.rst260 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/
Dpci.rst173 decrement the reference count on these devices by calling pci_dev_put().
/Documentation/filesystems/
Dvfs.rst906 locked. The implementation should decrement the page refcount
915 and decrement the page refcount. Set PageUptodate if the I/O
/Documentation/kernel-hacking/
Dlocking.rst708 are used instead of the standard increment and decrement operators, and

12