From: Martin Maletinsky <maletinsky@scs.ch>
To: linux-mm@kvack.org, kernelnewbies@nl.linux.org
Subject: kiobuf interface / PG_locked flag
Date: Thu, 12 Sep 2002 10:48:21 +0200 [thread overview]
Message-ID: <3D8054D5.B385C83@scs.ch> (raw)
Hello,
I just read about the kiobuf interface in the Linux Device Driver book from Rubini/Corbet, and there is one point, which I don't understand:
- map_user_kiobuf() forces the pages within a user space address range into physical memory, and increments their usage count, which subsequently prevents the pages from
being swapped out.
- lock_kiovec() sets the PG_locked flag for the pages in the kiobufs of a kiovec. The PG_locked flag prevents the pages from being swapped out, which is however already
ensured by map_user_kiobuf().
(1) What is the reason to call lock_kiovec()?
(2) Are there any additional effects (other than prevent the page from being swapped out) resulting from a set PG_locked flag?
(3) Does anyone know a more detailed documentation of the kiobuf interface, than the book mentioned above?
P.S. please put me on CC in your reply, since I am not in the mailing list.
Thanks for any help,
best regards
Martin Maletinsky
--
Supercomputing System AG email: maletinsky@scs.ch
Martin Maletinsky phone: +41 (0)1 445 16 05
Technoparkstrasse 1 fax: +41 (0)1 445 16 10
CH-8005 Zurich
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/
next reply other threads:[~2002-09-12 8:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-12 8:48 Martin Maletinsky [this message]
2002-09-12 15:24 ` kiobuf interface / PG_locked flag Joseph A. Knapka
2002-09-12 15:33 ` Stephen C. Tweedie
2002-09-13 12:41 ` Jan Hudec
2002-09-13 14:45 ` Stephen C. Tweedie
2002-09-15 15:54 ` Jan Hudec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3D8054D5.B385C83@scs.ch \
--to=maletinsky@scs.ch \
--cc=kernelnewbies@nl.linux.org \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.