Searched refs:frees (Results 1 – 25 of 53) sorted by relevance
123
/Linux-v4.19/fs/ocfs2/ |
D | resize.c | 410 else if (le16_to_cpu(gd->bg_free_bits_count) != input->frees * cl_bpc) in ocfs2_check_new_group() 415 input->frees * cl_bpc); in ocfs2_check_new_group() 446 else if (input->frees > input->clusters) in ocfs2_verify_group_and_input() 524 input->chain, input->clusters, input->frees); in ocfs2_group_add() 564 le32_add_cpu(&cr->c_free, input->frees * cl_bpc); in ocfs2_group_add() 568 (input->clusters - input->frees) * cl_bpc); in ocfs2_group_add()
|
D | ocfs2_ioctl.h | 61 __u32 frees; /* Total free clusters in this group */ member
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | dmx-munmap.rst | 43 buffer and frees it, if possible.
|
D | dmx-reqbufs.rst | 62 A ``count`` value of zero frees all buffers, after aborting or finishing
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | func-munmap.rst | 47 buffer and frees it, if possible.
|
D | vidioc-reqbufs.rst | 63 A ``count`` value of zero frees all buffers, after aborting or finishing
|
/Linux-v4.19/security/selinux/include/ |
D | avc.h | 41 unsigned int frees; member
|
/Linux-v4.19/Documentation/arm64/ |
D | tagged-pointers.txt | 13 the virtual address ignored by the translation hardware. This frees up
|
/Linux-v4.19/Documentation/filesystems/ |
D | quota.txt | 13 more space/inodes until he frees enough of them to get below softlimit.
|
D | files.txt | 14 a put_files_struct() frees the file descriptor (fd) table.
|
/Linux-v4.19/Documentation/x86/ |
D | protection-keys.txt | 54 Now when it frees the memory, it will also free the pkey since it
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-block-zram | 22 device. The reset operation frees all the memory associated
|
D | sysfs-kernel-slab | 73 remote cpu frees. It can be written to clear the current count. 221 object frees if slab debugging is enabled (see 480 The trace file specifies whether object allocations and frees
|
/Linux-v4.19/Documentation/media/kapi/ |
D | v4l2-fh.rst | 115 file struct, uninitialised the :c:type:`v4l2_fh` and frees it.
|
/Linux-v4.19/Documentation/infiniband/ |
D | opa_vnic.txt | 119 Manager (EM) and the VNIC netdev. The VNIC netdev part allocates and frees
|
/Linux-v4.19/Documentation/devicetree/bindings/mtd/ |
D | gpmc-nand.txt | 49 Using ELM for ECC error correction frees some CPU cycles.
|
/Linux-v4.19/Documentation/core-api/ |
D | librs.rst | 166 The function free_rs frees the allocated resources, if the caller is
|
D | flexible-arrays.rst | 117 This call frees all elements, but leaves the array itself in place.
|
/Linux-v4.19/Documentation/rapidio/ |
D | rio_cm.txt | 74 - RIO_CM_CHAN_CLOSE : Closes a specified channel and frees associated buffers.
|
/Linux-v4.19/net/llc/ |
D | af_llc.c | 690 goto frees; in llc_ui_accept() 708 frees: in llc_ui_accept()
|
/Linux-v4.19/Documentation/ |
D | flexible-arrays.txt | 116 This call frees all elements, but leaves the array itself in place.
|
/Linux-v4.19/security/selinux/ |
D | avc.c | 507 avc_cache_stats_incr(frees); in avc_node_free() 521 avc_cache_stats_incr(frees); in avc_node_kill()
|
/Linux-v4.19/fs/jffs2/ |
D | README.Locking | 124 This mutex is only used by the erase code which frees obsolete node
|
/Linux-v4.19/Documentation/power/ |
D | userland-swsusp.txt | 109 The release() operation frees all memory allocated for the snapshot image
|
/Linux-v4.19/Documentation/sparc/ |
D | adi.txt | 62 - When a task frees a memory page it had set version tags on, the page
|
123