Home
last modified time | relevance | path

Searched refs:frees (Results 1 – 25 of 95) sorted by relevance

1234

/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_mem.cpp137 MppMemNode *frees; member in MppMemService
205 frees(NULL), in MppMemService()
233 os_malloc((void **)&frees, MEM_ALIGN, size); in MppMemService()
234 mpp_assert(frees); in MppMemService()
235 memset(frees, 0xff, size); in MppMemService()
236 add_node(__FUNCTION__, frees, size); in MppMemService()
260 del_node(__FUNCTION__, frees, &size); in ~MppMemService()
280 node = frees; in ~MppMemService()
296 os_free(frees); in ~MppMemService()
412 MppMemNode *tmp = frees; in delay_del_node()
[all …]
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dresize.c396 else if (le16_to_cpu(gd->bg_free_bits_count) != input->frees * cl_bpc) in ocfs2_check_new_group()
401 input->frees * cl_bpc); in ocfs2_check_new_group()
432 else if (input->frees > input->clusters) in ocfs2_verify_group_and_input()
510 input->chain, input->clusters, input->frees); in ocfs2_group_add()
550 le32_add_cpu(&cr->c_free, input->frees * cl_bpc); in ocfs2_group_add()
554 (input->clusters - input->frees) * cl_bpc); in ocfs2_group_add()
H A Docfs2_ioctl.h53 __u32 frees; /* Total free clusters in this group */ member
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.kfence64 pages, resulting in spurious use-after-frees. The main purpose of
66 and allocations/frees. A value of 0 disables stress testing logic.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Ddmx-munmap.rst42 buffer and frees it, if possible.
H A Ddmx-reqbufs.rst64 A ``count`` value of zero frees all buffers, after aborting or finishing
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0086-loader-xnu-Fix-memory-leak.patch7 frees it if there curvalue is valid, while it could actually free it
H A D0065-disk-ldm-Fix-memory-leak-on-uninserted-lv-references.patch9 As we can already see at line 342, which correctly frees lv before going
H A D0019-script-Avoid-a-use-after-free-when-redefining-a-func.patch14 in use-after-frees when processing subsequent commands in the original
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dfunc-munmap.rst44 buffer and frees it, if possible.
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkfence.rst125 KFENCE also reports on invalid frees, such as double-frees::
158 These are reported on frees::
261 first, and the chances of detecting use-after-frees of recently freed objects
/OK3568_Linux_fs/kernel/security/selinux/include/
H A Davc.h41 unsigned int frees; member
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.menu69 * menu_destroy() - frees the memory used by a menu and its items.
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dquota.rst15 more space/inodes until he frees enough of them to get below softlimit.
H A Dfiles.rst17 a put_files_struct() frees the file descriptor (fd) table.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/
H A DCVE-2022-40304.patch12 double-frees.
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dtagged-pointers.rst15 the virtual address ignored by the translation hardware. This frees up
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dprotection-keys.rst63 Now when it frees the memory, it will also free the pkey since it
H A Dlibrs.rst166 The function free_rs frees the allocated resources, if the caller is
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/
H A Dv4l2-fh.rst117 file struct, uninitialised the :c:type:`v4l2_fh` and frees it.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-kernel-slab73 remote cpu frees. It can be written to clear the current count.
221 object frees if slab debugging is enabled (see
488 The trace file specifies whether object allocations and frees
H A Dsysfs-block-zram22 device. The reset operation frees all the memory associated
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-tseq.txt37 The _trace_seq_destroy()_ function destroys the trace sequence _s_ and frees
/OK3568_Linux_fs/kernel/Documentation/infiniband/
H A Dopa_vnic.rst125 Manager (EM) and the VNIC netdev. The VNIC netdev part allocates and frees
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20191214.patch.gz1# ncurses 6.1 - patch 20191214 - Thomas E. Dickey 2# 3# --- ...

1234