/openbmc/u-boot/scripts/coccinelle/free/ |
H A 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 freeing functions like kfree, debugfs_remove, debugfs_remove_recu…
|
/openbmc/linux/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…
|
/openbmc/linux/Documentation/mm/ |
H A D | split_page_table_lock.rst | 62 must be called on PTE table allocation / freeing. 72 allocation and pagetable_pmd_dtor() on freeing. 74 Allocation usually happens in pmd_alloc_one(), freeing in pmd_free() and 75 pmd_free_tlb(), but make sure you cover all PMD table allocation / freeing
|
H A D | slub.rst | 430 Prints information about unique freeing traces of the currently allocated 431 objects. The freeing traces thus come from the previous life-cycle of the 436 Number of objects, freeing function, minimal/average/maximal jiffies since free, 437 pid range of the freeing processes, cpu mask of freeing cpus, and stack trace.
|
H A D | page_frags.rst | 38 was implemented. It allows for freeing multiple references from a single
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 289.out | 3 === Avoid freeing external data clusters on failure ===
|
H A D | 289 | 50 echo === Avoid freeing external data clusters on failure ===
|
H A D | 026 | 224 echo === Avoid freeing preallocated zero clusters on failure ===
|
/openbmc/linux/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 204 freeing. To avoid other penalties, the memory scanning is only performed
|
/openbmc/linux/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()
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | tracepoints.rst | 161 - mlx5_sf_free: trace freeing of the SF port:: 189 - mlx5_sf_hwc_free: trace freeing of the hardware SF context:: 196 - mlx5_sf_hwc_deferred_free: trace deferred freeing of the hardware SF context::
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/ |
H A D | 0009-Check-for-NULL-before-freeing-th_pathname.patch | 4 Subject: [PATCH] Check for NULL before freeing th_pathname
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | vmlinux-sun3.lds | 33 /* End of data goes *here* so that freeing init code works properly. */
|
/openbmc/linux/Documentation/networking/ |
H A D | tc-actions-env-rules.rst | 25 #) Thou art responsible for freeing anything returned as being
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/ |
H A D | libtar_1.2.20.bb | 17 file://0009-Check-for-NULL-before-freeing-th_pathname.patch \
|
/openbmc/linux/fs/ocfs2/ |
H A D | quota.h | 101 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing);
|
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()
|
/openbmc/linux/arch/xtensa/ |
H A D | Kconfig.debug | 9 premature page freeing.
|
/openbmc/linux/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
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | metafmt-intel-ipu3.rst | 53 tools, thus freeing the developers from being bothered with the low level
|
/openbmc/linux/net/smc/ |
H A D | smc_core.c | 87 if (!lgr->freeing) { in smc_lgr_schedule_free_work() 681 if (lgr->freeing) { in smc_lgr_free_work() 693 lgr->freeing = 1; /* this instance does the freeing, no new schedule */ in smc_lgr_free_work() 860 lgr->freeing = 0; in smc_lgr_create() 1528 if (list_empty(&lgr->list) || lgr->terminating || lgr->freeing) { in smc_lgr_terminate_sched() 1533 lgr->freeing = 1; in smc_lgr_terminate_sched() 1556 lgr->freeing = 1; in smc_smcd_terminate() 1577 lgr->freeing = 1; in smc_smcd_terminate_all() 1603 lgr->freeing = 1; in smc_smcr_terminate_all()
|
/openbmc/linux/mm/ |
H A D | Kconfig.debug | 25 with stack traces of last allocation and freeing of the page, when 124 bool "Poison pages after freeing" 226 detector. The memory allocation/freeing is traced in a way
|
/openbmc/linux/kernel/dma/ |
H A D | Kconfig | 240 drivers like double-freeing of DMA mappings or freeing mappings that
|