Home
last modified time | relevance | path

Searched refs:freeing (Results 1 – 25 of 54) sorted by relevance

123

/linux/scripts/coccinelle/free/
H A Difnullfree.cocci2 /// 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 Ddevm_free.cocci2 /// 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 Dpci_free_consistent.cocci43 … 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/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dtracepoints.rst161 - 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 Daoedev.c275 int freeing = 0; in freedev() local
282 freeing = 1; in freedev()
285 if (!freeing) in freedev()
/linux/arch/m68k/kernel/
H A Dvmlinux-sun3.lds33 /* End of data goes *here* so that freeing init code works properly. */
/linux/Documentation/networking/
H A Dtc-actions-env-rules.rst25 #) Thou art responsible for freeing anything returned as being
H A Dpage_pool.rst93 When directly freeing pages in the driver (page_pool_put_page())
/linux/fs/ocfs2/
H A Dquota.h100 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing);
/linux/arch/xtensa/
H A DKconfig.debug9 premature page freeing.
/linux/Documentation/admin-guide/mm/
H A Dslab.rst438 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/trace/
H A Devents-kmem.rst54 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/userspace-api/media/v4l/
H A Dmetafmt-intel-ipu3.rst54 tools, thus freeing the developers from being bothered with the low level
/linux/net/smc/
H A Dsmc_core.c87 if (!lgr->freeing) { in smc_lgr_schedule_free_work()
724 if (lgr->freeing) { in smc_lgr_free_work()
736 lgr->freeing = 1; /* this instance does the freeing, no new schedule */ in smc_lgr_free_work()
922 lgr->freeing = 0; in smc_lgr_create()
1598 if (list_empty(&lgr->list) || lgr->terminating || lgr->freeing) { in smc_lgr_terminate_sched()
1603 lgr->freeing = 1; in smc_lgr_terminate_sched()
1626 lgr->freeing = 1; in smc_smcd_terminate()
1647 lgr->freeing = 1; in smc_smcd_terminate_all()
1673 lgr->freeing = 1; in smc_smcr_terminate_all()
/linux/Documentation/mm/
H A Dpage_frags.rst38 was implemented. It allows for freeing multiple references from a single
/linux/Documentation/bpf/
H A Dmap_of_maps.rst37 map. The kernel is responsible for allocating and freeing key/value pairs, up to
H A Dmap_sk_storage.rst16 allocating storage for a socket when requested and for freeing the storage when
H A Dmap_cgroup_storage.rst150 to reach zero and indirectly freeing all storage in the map.
/linux/Documentation/core-api/
H A Dmemory-allocation.rst183 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 Djournalling.rst101 haven't reused any of the freed blocks until the transaction freeing
106 structures only after the transaction freeing them commits. Ext4 uses
/linux/Documentation/ABI/stable/
H A Dfirewire-cdev102 Besides stopping and freeing I/O contexts that were associated
/linux/drivers/gpu/drm/qxl/
H A Dqxl_drv.h443 void qxl_surface_evict(struct qxl_device *qdev, struct qxl_bo *surf, bool freeing);
/linux/Documentation/scsi/
H A DChangeLog.sym53c8xx_224 - A tiny bug in the dma memory freeing path has been fixed.
/linux/tools/testing/selftests/mm/
H A Drun_vmtests.sh89 test handling of page fragment allocation and freeing
/linux/Documentation/RCU/
H A DUP.rst44 freeing. This may be a bit unconventional, but it is perfectly legal

123