PR_GET_IO_FLUSHER - get the IO_FLUSHER state
Contents
Description
Return the IO_FLUSHER state of the caller. A value of 1 indicates that the caller is in the IO_FLUSHER
state; 0 indicates that the caller is not in the IO_FLUSHER state.
The calling process must have the CAP_SYS_RESOURCE capability.
History
Linux 5.6.
Library
Standard C library (libc, -lc)
Name
PR_GET_IO_FLUSHER - get the IO_FLUSHER state
Return Value
On success, this call returns the boolean value described above. On error, -1 is returned, and errno is
set to indicate the error.
See Also
prctl(2), PR_SET_IO_FLUSHER(2const)
Linux man-pages 6.9.1 2024-06-01 PR_GET_IO_FLUSHER(2const)
Standards
Linux.
Synopsis
#include<linux/prctl.h> /* Definition of PR_* constants */
#include<sys/prctl.h>intprctl(PR_GET_IO_FLUSHER,0L,0L,0L,0L);
