| /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…
|
| /linux/arch/m68k/kernel/ |
| H A D | vmlinux-sun3.lds | 33 /* End of data goes *here* so that freeing init code works properly. */
|
| /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::
|
| /linux/drivers/block/aoe/ |
| H A D | aoedev.c | 275 int freeing = 0; in freedev() local 282 freeing = 1; in freedev() 285 if (!freeing) in freedev()
|
| /linux/Documentation/networking/ |
| H A D | tc-actions-env-rules.rst | 25 #) Thou art responsible for freeing anything returned as being
|
| H A D | page_pool.rst | 93 When directly freeing pages in the driver (page_pool_put_page())
|
| /linux/fs/ocfs2/ |
| H A D | quota.h | 100 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing);
|
| /linux/arch/xtensa/ |
| H A D | Kconfig.debug | 9 premature page freeing.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-intel-ipu3.rst | 54 tools, thus freeing the developers from being bothered with the low level
|
| /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
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | slab.rst | 438 Prints information about unique freeing traces of the currently allocated 439 objects. The freeing traces thus come from the previous life-cycle of the 444 Number of objects, freeing function, minimal/average/maximal jiffies since free, 445 pid range of the freeing processes, cpu mask of freeing cpus, and stack trace.
|
| /linux/Documentation/mm/ |
| H A D | page_frags.rst | 38 was implemented. It allows for freeing multiple references from a single
|
| /linux/kernel/dma/ |
| H A D | Kconfig | 255 drivers like double-freeing of DMA mappings or freeing mappings that
|
| /linux/mm/ |
| H A D | Kconfig.debug | 25 with stack traces of last allocation and freeing of the page, when 148 bool "Poison pages after freeing" 251 detector. The memory allocation/freeing is traced in a way
|
| /linux/Documentation/bpf/ |
| H A D | map_of_maps.rst | 37 map. The kernel is responsible for allocating and freeing key/value pairs, up to
|
| H A D | map_sk_storage.rst | 16 allocating storage for a socket when requested and for freeing the storage when
|
| H A D | map_cgroup_storage.rst | 150 to reach zero and indirectly freeing all storage in the map.
|
| /linux/Documentation/ABI/stable/ |
| H A D | firewire-cdev | 102 Besides stopping and freeing I/O contexts that were associated
|
| /linux/Documentation/core-api/ |
| H A D | memory-allocation.rst | 183 The same rules apply to _bulk and _rcu flavors of freeing functions. 188 `kmem_cache_destroy` only after freeing all the allocated objects first.
|
| /linux/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
|
| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_drv.h | 443 void qxl_surface_evict(struct qxl_device *qdev, struct qxl_bo *surf, bool freeing);
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.sym53c8xx_2 | 24 - A tiny bug in the dma memory freeing path has been fixed.
|
| /linux/tools/testing/selftests/mm/ |
| H A D | run_vmtests.sh | 85 test handling of page fragment allocation and freeing
|