| /OK3568_Linux_fs/kernel/scripts/coccinelle/free/ |
| H A D | ifnullfree.cocci | 2 /// NULL check before some freeing functions is not needed. 60 cocci.print_main("NULL check before that freeing function is not needed", p) 66 msg = "WARNING: NULL check before some freeing functions is not needed."
|
| H A D | devm_free.cocci | 2 /// Find uses of standard freeing functons on values allocated using devm_ 4 /// the device is detached, and thus the use of the standard freeing 8 /// A difficulty of detecting this problem is that the standard freeing 11 /// connection between the allocation function and the freeing function.
|
| H A D | pci_free_consistent.cocci | 43 … pci_free_consistent; pci_alloc_consistent on line %s and return without freeing on line %s" % (p1… 51 … pci_free_consistent; pci_alloc_consistent on line %s and return without freeing on line %s" % (p1…
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | split_page_table_lock.rst | 59 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
|
| H A D | page_frags.rst | 40 was implemented. It allows for freeing multiple references from a single
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kmemleak.rst | 87 The corresponding freeing function calls are tracked and the pointers 94 block to a freeing function and therefore the block is considered a 159 - ``kmemleak_free`` - notify of a memory block freeing 160 - ``kmemleak_free_part`` - notify of a partial memory block freeing 161 - ``kmemleak_free_percpu`` - notify of a percpu memory block freeing 205 freeing. To avoid other penalties, the memory scanning is only performed
|
| /OK3568_Linux_fs/kernel/drivers/block/aoe/ |
| H A D | aoedev.c | 263 int freeing = 0; in freedev() local 270 freeing = 1; in freedev() 273 if (!freeing) in freedev()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0056-backend-drm-Remove-fb-destroy-listener-before-freein.patch | 4 Subject: [PATCH 56/79] backend-drm: Remove fb destroy listener before freeing
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0060-backend-drm-Remove-fb-destroy-listener-before-freein.patch | 4 Subject: [PATCH 60/93] backend-drm: Remove fb destroy listener before freeing
|
| /OK3568_Linux_fs/kernel/net/smc/ |
| H A D | smc_core.c | 72 if (!lgr->freeing) { in smc_lgr_schedule_free_work() 248 if (lgr->freeing) { in smc_lgr_free_work() 260 lgr->freeing = 1; /* this instance does the freeing, no new schedule */ in smc_lgr_free_work() 399 lgr->freeing = 0; in smc_lgr_create() 945 if (list_empty(&lgr->list) || lgr->terminating || lgr->freeing) { in smc_lgr_terminate_sched() 950 lgr->freeing = 1; in smc_lgr_terminate_sched() 969 lgr->freeing = 1; in smc_smcd_terminate() 990 lgr->freeing = 1; in smc_smcd_terminate_all() 1016 lgr->freeing = 1; in smc_smcr_terminate_all()
|
| H A D | smc_core.h | 233 u8 freeing : 1; /* lgr is being freed */ member
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | vmlinux-sun3.lds | 34 /* End of data goes *here* so that freeing init code works properly. */
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A 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()
|
| H A D | quota.h | 101 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing);
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | tc-actions-env-rules.rst | 25 #) Thou art responsible for freeing anything returned as being
|
| /OK3568_Linux_fs/kernel/arch/xtensa/ |
| H A D | Kconfig.debug | 9 premature page freeing.
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0076-normal-completion-Fix-leaking-of-memory-when-process.patch | 8 freeing the memory allocated to argv and argc still to be 0.
|
| H A D | 0026-efi-Fix-use-after-free-in-halt-reboot-path.patch | 10 introduced memory freeing in grub_efi_fini(), which is 12 As result of memory freeing, code and data regions used by
|
| /OK3568_Linux_fs/kernel/kernel/dma/ |
| H A D | Kconfig | 204 drivers like double-freeing of DMA mappings or freeing mappings that
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0001-vhost-vsock-detach-the-virqueue-element-in-case-of-e.patch | 12 detach it from the virtqueue before freeing its memory.
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-meta-intel-ipu3.rst | 53 tools, thus freeing the developers from being bothered with the low level
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | Kconfig.debug | 25 with stack traces of last allocation and freeing of the page, when 82 bool "Poison pages after freeing"
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | exa-driver.txt | 75 exaOffscreenAlloc directly, freeing a previous area if necessary and
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | journalling.rst | 101 haven't reused any of the freed blocks until the transaction freeing 106 structures only after the transaction freeing them commits. Ext4 uses
|