Home
last modified time | relevance | path

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

123

/linux/scripts/coccinelle/free/
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."
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.
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/vm/
A Dsplit_page_table_lock.rst59 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
A Dpage_frags.rst40 was implemented. It allows for freeing multiple references from a single
/linux/Documentation/dev-tools/
A Dkmemleak.rst87 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
/linux/drivers/block/aoe/
A Daoedev.c263 int freeing = 0; in freedev() local
270 freeing = 1; in freedev()
273 if (!freeing) in freedev()
/linux/arch/m68k/kernel/
A Dvmlinux-sun3.lds34 /* End of data goes *here* so that freeing init code works properly. */
/linux/fs/ocfs2/
A Dquota_global.c483 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing) in __ocfs2_sync_dquot() argument
565 err = ocfs2_qinfo_lock(info, freeing); in __ocfs2_sync_dquot()
572 if (freeing) in __ocfs2_sync_dquot()
577 if (freeing && !OCFS2_DQUOT(dquot)->dq_use_count) { in __ocfs2_sync_dquot()
586 ocfs2_qinfo_unlock(info, freeing); in __ocfs2_sync_dquot()
A Dquota.h101 int __ocfs2_sync_dquot(struct dquot *dquot, int freeing);
/linux/Documentation/networking/
A Dtc-actions-env-rules.rst25 #) Thou art responsible for freeing anything returned as being
/linux/arch/xtensa/
A DKconfig.debug9 premature page freeing.
/linux/net/smc/
A Dsmc_core.c87 if (!lgr->freeing) { in smc_lgr_schedule_free_work()
669 if (lgr->freeing) { in smc_lgr_free_work()
681 lgr->freeing = 1; /* this instance does the freeing, no new schedule */ in smc_lgr_free_work()
842 lgr->freeing = 0; in smc_lgr_create()
1402 if (list_empty(&lgr->list) || lgr->terminating || lgr->freeing) { in smc_lgr_terminate_sched()
1407 lgr->freeing = 1; in smc_lgr_terminate_sched()
1426 lgr->freeing = 1; in smc_smcd_terminate()
1447 lgr->freeing = 1; in smc_smcd_terminate_all()
1478 lgr->freeing = 1; in smc_smcr_terminate_all()
A Dsmc_core.h250 u8 freeing : 1; /* lgr is being freed */ member
/linux/Documentation/trace/
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/mm/
A DKconfig.debug25 with stack traces of last allocation and freeing of the page, when
66 bool "Poison pages after freeing"
/linux/Documentation/userspace-api/media/v4l/
A Dpixfmt-meta-intel-ipu3.rst53 tools, thus freeing the developers from being bothered with the low level
/linux/kernel/dma/
A DKconfig217 drivers like double-freeing of DMA mappings or freeing mappings that
/linux/fs/
A DKconfig254 bool "Default freeing vmemmap pages of HugeTLB to on"
258 When using HUGETLB_PAGE_FREE_VMEMMAP, the freeing unused vmemmap
260 to enable freeing vmemmap pages of HugeTLB by default. It can then
/linux/Documentation/admin-guide/mm/
A Dhugetlbpage.rst63 Note: When the feature of freeing unused vmemmap pages associated
87 Note: When the feature of freeing unused vmemmap pages associated with each
167 When CONFIG_HUGETLB_PAGE_FREE_VMEMMAP is set, this enables freeing
178 huge page pool to 20, allocating or freeing huge pages, as required.
188 with the allocation and freeing of persistent huge pages.
221 smaller value. The kernel will attempt to balance the freeing of huge pages
/linux/Documentation/filesystems/
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/
A Dfirewire-cdev102 Besides stopping and freeing I/O contexts that were associated
/linux/drivers/gpu/drm/qxl/
A Dqxl_drv.h458 void qxl_surface_evict(struct qxl_device *qdev, struct qxl_bo *surf, bool freeing);
/linux/Documentation/scsi/
A DChangeLog.sym53c8xx_224 - A tiny bug in the dma memory freeing path has been fixed.
/linux/Documentation/bpf/
A Dmap_cgroup_storage.rst150 to reach zero and indirectly freeing all storage in the map.

Completed in 42 milliseconds

123