.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "PROC_DOINTVEC_MS_JIFFIES" "9" "09 October 2005" "" ""
.SH NAME
proc_dointvec_ms_jiffies \- read a vector of integers as 1 milliseconds
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int proc_dointvec_ms_jiffies (ctl_table * \fItable\fB, int \fIwrite\fB, struct file * \fIfilp\fB, void __user * \fIbuffer\fB, size_t * \fIlenp\fB, loff_t * \fIppos\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fItable\fB\fR
the sysctl table
.TP
\fB\fIwrite\fB\fR
TRUE if this is a write to the sysctl file
.TP
\fB\fIfilp\fB\fR
the file structure
.TP
\fB\fIbuffer\fB\fR
the user buffer
.TP
\fB\fIlenp\fB\fR
the size of the user buffer
.TP
\fB\fIppos\fB\fR
the current position in the file
.SH "DESCRIPTION"
.PP
Reads/writes up to table->maxlen/sizeof(unsigned int) integer
values from/to the user buffer, treated as an ASCII string.
The values read are assumed to be in 1/1000 seconds, and
are converted into jiffies.
.PP
Returns 0 on success.