:orphan: .. index:: pair: enum; rpc_madv_value .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168: enum rpc_madv_value =================== Overview ~~~~~~~~ Value passed to :ref:`rpc_madvise() ` :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum rpc_madv_value { :ref:`RPC_MADV_NORMAL` = 1, :ref:`RPC_MADV_RANDOM`, :ref:`RPC_MADV_SEQUENTIAL`, :ref:`RPC_MADV_WILLNEED`, :ref:`RPC_MADV_DONTNEED`, :ref:`RPC_MADV_REMOVE`, :ref:`RPC_MADV_DONTFORK`, :ref:`RPC_MADV_DOFORK`, :ref:`RPC_MADV_HWPOISON`, :ref:`RPC_MADV_MERGEABLE`, :ref:`RPC_MADV_UNMERGEABLE`, :ref:`RPC_MADV_SOFT_OFFLINE`, :ref:`RPC_MADV_HUGEPAGE`, :ref:`RPC_MADV_NOHUGEPAGE`, :ref:`RPC_MADV_DONTDUMP`, :ref:`RPC_MADV_DODUMP`, :ref:`RPC_MADV_FREE`, :ref:`RPC_MADV_WIPEONFORK`, :ref:`RPC_MADV_KEEPONFORK`, :ref:`RPC_MADV_UNKNOWN`, }; .. _details-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Value passed to :ref:`rpc_madvise() ` Enum Values ----------- .. index:: pair: enumvalue; RPC_MADV_NORMAL .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168a8fef39f388581da955621313255b8cb9: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_NORMAL No special treatment .. index:: pair: enumvalue; RPC_MADV_RANDOM .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168a46e8fab1275c0ca6fdeb3f57e39c1f1a: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_RANDOM Expect page references in random order .. index:: pair: enumvalue; RPC_MADV_SEQUENTIAL .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168a5598d8ba3fee121c3c1c925e485899bc: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_SEQUENTIAL Expect page references in sequential order .. index:: pair: enumvalue; RPC_MADV_WILLNEED .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168abdadd6cf1fe8ae8ac6eec5dcb4c71d79: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_WILLNEED Expect access in the near future .. index:: pair: enumvalue; RPC_MADV_DONTNEED .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168a7dda1a162db101482f4ee4f8e41c4ca8: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_DONTNEED Do not expect access in the near future .. index:: pair: enumvalue; RPC_MADV_REMOVE .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168ac7114e88504b43942be5bc6bbbda97b9: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_REMOVE Free up a given range of pages and its associated backing store .. index:: pair: enumvalue; RPC_MADV_DONTFORK .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168ab8b6f70d2eb6853fdee01f847ec2d3ab: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_DONTFORK Pages should not be available to a child after fork() .. index:: pair: enumvalue; RPC_MADV_DOFORK .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168a1471c82c4e2a7e54ffe26780600239cc: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_DOFORK Undo effect of ``RPC_MADV_DONTFORK`` .. index:: pair: enumvalue; RPC_MADV_HWPOISON .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168a36f1d05dcc9b1c39642fd0b4416590da: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_HWPOISON Poison the pages (so that references to them will be handled like a hardware memory corruption) .. index:: pair: enumvalue; RPC_MADV_MERGEABLE .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168ae559a46c095ea5ec9b9080dabad5fbe1: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_MERGEABLE Enable Kernel Samepage Merging .. index:: pair: enumvalue; RPC_MADV_UNMERGEABLE .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168a6d64ea1d32214f3c04b44213cf6905ea: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_UNMERGEABLE Undo the effect of ``RPC_MADV_MERGEABLE`` .. index:: pair: enumvalue; RPC_MADV_SOFT_OFFLINE .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168a7c7c63fbf28fcccc1f1b63e2d64ecfed: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_SOFT_OFFLINE Soft offline the pages .. index:: pair: enumvalue; RPC_MADV_HUGEPAGE .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168adb0b1fa056daaa25f08cb4a4204d8823: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_HUGEPAGE Enable Transparent Huge Pages .. index:: pair: enumvalue; RPC_MADV_NOHUGEPAGE .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168a72924517a01f0986c8bd3178220ce18a: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_NOHUGEPAGE Ensure that pages will not be collapsed into huge pages .. index:: pair: enumvalue; RPC_MADV_DONTDUMP .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168aa1aa6cbebbbddeca44f4200074c3a312: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_DONTDUMP Exclude pages from a core dump .. index:: pair: enumvalue; RPC_MADV_DODUMP .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168a537d5bf7af806eea47d28644152bb46c: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_DODUMP Undo the effect of ``RPC_MADV_DONTDUMP`` .. index:: pair: enumvalue; RPC_MADV_FREE .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168a55107ef079e90225563b6784b2b8efee: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_FREE The application no longer requires these pages, kernel can free them .. index:: pair: enumvalue; RPC_MADV_WIPEONFORK .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168a836c4043ceb336654e78e76eb2c01ec6: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_WIPEONFORK After fork() a child will find these pages zero-filled .. index:: pair: enumvalue; RPC_MADV_KEEPONFORK .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168aa33050334f1d0e9efa94a284e8b7c808: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_KEEPONFORK Undo the effect of ``RPC_MADV_WIPEONFORK`` .. index:: pair: enumvalue; RPC_MADV_UNKNOWN .. _doxid-te__rpc__sys__mman_8h_1a7525afc27d9da3e48ae0e57742a48168abf071ce250e41dfb1478369ca0e7b7c9: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_MADV_UNKNOWN Unknown value