SQ_VMA_SYNC

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

sq_vma_sync - Sync a VMA range  

SYNOPSIS

"SYNOPSIS"

int sq_vma_sync (struct vm_area_struct * area, unsigned long start, size_t len, unsigned int flags);  

ARGUMENTS

area
VMA containing range.
start
Start of range.
len
Length of range.
flags
Additional flags.
 

DESCRIPTION

Synchronizes an sq mapped range by flushing the store queue cache for the duration of the mapping.

Used internally for user mappings, which must use msync to prefetch the store queue cache.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:53 GMT, October 09, 2005