Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\migrate.c Create Date:2022-07-28 15:59:21
Last Modify:2022-05-20 09:53:13 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:store_status

Proto:static int store_status(int __user *status, int start, int value, int nr)

Type:int

Parameter:

TypeParameterName
int __user *status
intstart
intvalue
intnr
1488  When nr-- > 0 cycle
1489  If Write a simple value into user space(value, status + start) Then Return -EFAULT
1491  start++
1494  Return 0
Caller
NameDescribe
do_pages_moveMigrate an array of page address onto an array of nodes and fill* the corresponding array of status.