/linux-4.1.27/scripts/coccinelle/free/ |
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 | ifnullfree.cocci | 1 /// NULL check before some freeing functions is not needed. 46 cocci.print_main("NULL check before that freeing function is not needed", p) 52 msg = "WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recu…
|
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-4.1.27/Documentation/vm/ |
D | split_page_table_lock | 54 which must be called on PTE table allocation / freeing. 64 allocation and pgtable_pmd_page_dtor() on freeing. 66 Allocation usually happens in pmd_alloc_one(), freeing in pmd_free() and 67 pmd_free_tlb(), but make sure you cover all PMD table allocation / freeing
|
D | hugetlbpage.txt | 88 huge page pool to 20, allocating or freeing huge pages, as required. 97 with the allocation and freeing of persistent huge pages. 130 smaller value. The kernel will attempt to balance the freeing of huge pages
|
D | numa_memory_policy.txt | 334 of a task or thread freeing a policy while another task or thread is
|
D | unevictable-lru.txt | 198 freeing them.
|
/linux-4.1.27/Documentation/ |
D | kmemleak.txt | 75 The corresponding freeing function calls are tracked and the pointers 82 block to a freeing function and therefore the block is considered a 146 kmemleak_free - notify of a memory block freeing 147 kmemleak_free_part - notify of a partial memory block freeing 148 kmemleak_free_percpu - notify of a percpu memory block freeing 183 freeing. To avoid other penalties, the memory scanning is only performed
|
D | memory-hotplug.txt | 300 In the current implementation, Linux's memory offline uses method (2), freeing
|
D | assoc_array.txt | 98 script has been applied so that they can be freed later. The freeing is done
|
/linux-4.1.27/arch/m68k/kernel/ |
D | vmlinux-sun3.lds | 30 /* End of data goes *here* so that freeing init code works properly. */
|
/linux-4.1.27/drivers/block/aoe/ |
D | aoedev.c | 263 int freeing = 0; in freedev() local 270 freeing = 1; in freedev() 273 if (!freeing) in freedev()
|
/linux-4.1.27/fs/ocfs2/ |
D | quota.h | 100 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing);
|
D | quota_global.c | 478 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing) in __ocfs2_sync_dquot() argument 560 err = ocfs2_qinfo_lock(info, freeing); in __ocfs2_sync_dquot() 567 if (freeing) in __ocfs2_sync_dquot() 572 if (freeing && !OCFS2_DQUOT(dquot)->dq_use_count) { in __ocfs2_sync_dquot() 581 ocfs2_qinfo_unlock(info, freeing); in __ocfs2_sync_dquot()
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig.debug | 11 premature page freeing.
|
/linux-4.1.27/Documentation/networking/ |
D | tc-actions-env-rules.txt | 25 *) Thou art responsible for freeing anything returned as being
|
D | ieee802154.txt | 104 freeing allocated device 110 freeing registered PHY
|
D | pktgen.txt | 218 to the same CPU. This reduces cache bouncing when freeing skbs.
|
D | rxrpc.txt | 798 freeing, but this may pin the state of a call until the message is finally
|
/linux-4.1.27/Documentation/trace/ |
D | events-kmem.txt | 46 These four events deal with page allocation and freeing. mm_page_alloc is 84 between allocation and freeing. A number of drain or refill pages that occur
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | firewire-cdev | 95 Besides stopping and freeing I/O contexts that were associated
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.sym53c8xx_2 | 24 - A tiny bug in the dma memory freeing path has been fixed.
|
D | ChangeLog.1992-1997 | 257 When freeing memory from host being deregistered, free extra_bytes 1812 * sr.c: Set up blocksize array for all discs. Fix bug in freeing
|
/linux-4.1.27/Documentation/RCU/ |
D | UP.txt | 42 freeing. This may be a bit unconventional, but it is perfectly legal
|
D | whatisRCU.txt | 58 (e.g., freeing) the data items removed from the data structure during the 377 * have references to the old structure complete before freeing 432 RCU-protected data structure, but -before- reclaiming/freeing 478 * references to the old structure complete before freeing the
|
D | checklist.txt | 231 forget" memory-freeing capabilities where it applies.
|
D | trace.txt | 133 that are known to RCU to only be freeing memory, and the number
|
D | RTFP.txt | 71 before freeing blocks awaiting deferred free. Jacobson did not describe 955 for a grace period before freeing them.
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_drv.h | 577 void qxl_surface_evict(struct qxl_device *qdev, struct qxl_bo *surf, bool freeing);
|
/linux-4.1.27/fs/jffs2/ |
D | README.Locking | 131 heavyweight lock was required to prevent the erase code from freeing
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 88 fs/aio.c:222 [aio]__put_ioctx =_ "__put_ioctx:\040freeing\040%p\012" 496 detector. The memory allocation/freeing is traced in a way 955 bool "Lock debugging: detect incorrect freeing of live locks" 963 memory-freeing routines (kfree(), kmem_cache_free(), free_pages(), 1688 drivers like double-freeing of DMA mappings or freeing mappings that
|
/linux-4.1.27/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 199 callback for that event reacts by freeing the kernel's copy of the
|
/linux-4.1.27/Documentation/x86/ |
D | intel_mpx.txt | 200 knowledge, it is also responsible for freeing them when the associated
|
/linux-4.1.27/Documentation/crypto/ |
D | asymmetric-keys.txt | 206 asymmetric key will look after freeing the fingerprint and releasing the
|
/linux-4.1.27/fs/befs/ |
D | ChangeLog | 162 * Moved the freeing of the private inode section from put_inode() to
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 127 idea to stop inbound DMA transfers before freeing the memory
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 251 - They are in charge of allocating/freeing all the needed
|
/linux-4.1.27/Documentation/filesystems/ |
D | hpfs.txt | 212 0.92 Fixed a little memory leak in freeing directory inodes
|
D | Locking | 318 buffers from the page in preparation for freeing it. It returns zero to
|
D | xfs-delayed-logging-design.txt | 785 behaviour, allocation or freeing that don't already exist.
|
D | vfs.txt | 756 launder_page: Called before freeing a page - it writes back the dirty page. To
|
/linux-4.1.27/Documentation/input/ |
D | multi-touch-protocol.txt | 150 destroying contact 45 and freeing slot 0 to be reused for another contact.
|
/linux-4.1.27/drivers/misc/ |
D | Kconfig | 412 monitor, freeing up the underlying machine pages so they can
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 588 freeing of bios (bio_alloc, bio_get, bio_put).
|
/linux-4.1.27/init/ |
D | Kconfig | 1721 Per cpu partial caches accellerate objects allocation and freeing
|