Searched refs:freeing (Results 1 – 25 of 53) sorted by relevance
123
/Linux-v4.19/scripts/coccinelle/free/ |
D | ifnullfree.cocci | 1 /// NULL check before some freeing functions is not needed. 52 cocci.print_main("NULL check before that freeing function is not needed", p) 58 msg = "WARNING: NULL check before some freeing functions is not needed."
|
D | devm_free.cocci | 1 /// Find uses of standard freeing functons on values allocated using devm_ 3 /// the device is detached, and thus the use of the standard freeing 7 /// A difficulty of detecting this problem is that the standard freeing 10 /// connection between the allocation function and the freeing function.
|
D | pci_free_consistent.cocci | 42 … pci_free_consistent; pci_alloc_consistent on line %s and return without freeing on line %s" % (p1… 50 … pci_free_consistent; pci_alloc_consistent on line %s and return without freeing on line %s" % (p1…
|
/Linux-v4.19/Documentation/vm/ |
D | split_page_table_lock.rst | 59 which must be called on PTE table allocation / freeing. 69 allocation and pgtable_pmd_page_dtor() on freeing. 71 Allocation usually happens in pmd_alloc_one(), freeing in pmd_free() and 72 pmd_free_tlb(), but make sure you cover all PMD table allocation / freeing
|
D | page_frags.rst | 40 was implemented. It allows for freeing multiple references from a single
|
/Linux-v4.19/Documentation/dev-tools/ |
D | kmemleak.rst | 82 The corresponding freeing function calls are tracked and the pointers 89 block to a freeing function and therefore the block is considered a 154 - ``kmemleak_free`` - notify of a memory block freeing 155 - ``kmemleak_free_part`` - notify of a partial memory block freeing 156 - ``kmemleak_free_percpu`` - notify of a percpu memory block freeing 200 freeing. To avoid other penalties, the memory scanning is only performed
|
/Linux-v4.19/arch/m68k/kernel/ |
D | vmlinux-sun3.lds | 34 /* End of data goes *here* so that freeing init code works properly. */
|
/Linux-v4.19/drivers/block/aoe/ |
D | aoedev.c | 262 int freeing = 0; in freedev() local 269 freeing = 1; in freedev() 272 if (!freeing) in freedev()
|
/Linux-v4.19/Documentation/networking/ |
D | tc-actions-env-rules.txt | 19 *) Thou art responsible for freeing anything returned as being
|
D | ieee802154.txt | 92 freeing allocated hardware device 98 freeing registered PHY
|
/Linux-v4.19/arch/xtensa/ |
D | Kconfig.debug | 9 premature page freeing.
|
/Linux-v4.19/fs/ocfs2/ |
D | quota.h | 101 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing);
|
D | quota_global.c | 484 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing) in __ocfs2_sync_dquot() argument 566 err = ocfs2_qinfo_lock(info, freeing); in __ocfs2_sync_dquot() 573 if (freeing) in __ocfs2_sync_dquot() 578 if (freeing && !OCFS2_DQUOT(dquot)->dq_use_count) { in __ocfs2_sync_dquot() 587 ocfs2_qinfo_unlock(info, freeing); in __ocfs2_sync_dquot()
|
/Linux-v4.19/Documentation/trace/ |
D | events-kmem.rst | 54 These four events deal with page allocation and freeing. mm_page_alloc is 94 between allocation and freeing. A number of drain or refill pages that occur
|
/Linux-v4.19/mm/ |
D | Kconfig.debug | 43 bool "Poison pages after freeing"
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | firewire-cdev | 95 Besides stopping and freeing I/O contexts that were associated
|
/Linux-v4.19/Documentation/filesystems/ |
D | index.rst | 249 haven't reused any of the freed blocks until the transaction freeing 254 structures only after the transaction freeing them commits. Ext4 uses
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | hugetlbpage.rst | 111 huge page pool to 20, allocating or freeing huge pages, as required. 121 with the allocation and freeing of persistent huge pages. 154 smaller value. The kernel will attempt to balance the freeing of huge pages
|
/Linux-v4.19/drivers/gpu/drm/qxl/ |
D | qxl_drv.h | 539 void qxl_surface_evict(struct qxl_device *qdev, struct qxl_bo *surf, bool freeing);
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.sym53c8xx_2 | 24 - A tiny bug in the dma memory freeing path has been fixed.
|
/Linux-v4.19/Documentation/gpu/ |
D | drm-mm.rst | 43 initializing the TTM, allocating and freeing memory, waiting for command 111 - Memory allocation and freeing 199 responsible for freeing all GEM object resources. This includes the
|
/Linux-v4.19/Documentation/RCU/ |
D | UP.txt | 42 freeing. This may be a bit unconventional, but it is perfectly legal
|
D | whatisRCU.txt | 63 (e.g., freeing) the data items removed from the data structure during the 384 * have references to the old structure complete before freeing 439 RCU-protected data structure, but -before- reclaiming/freeing 485 * references to the old structure complete before freeing the
|
/Linux-v4.19/fs/jffs2/ |
D | README.Locking | 131 heavyweight lock was required to prevent the erase code from freeing
|
/Linux-v4.19/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 199 callback for that event reacts by freeing the kernel's copy of the
|
123