mirror of
https://github.com/torvalds/linux.git
synced 2026-04-27 19:12:29 -04:00
Translate .../vm/damon/api.rst into Chinese. Signed-off-by: Yanteng Si <siyanteng@loongson.cn> Reviewed-by: Alex Shi <alexs@kernel.org> Link: https://lore.kernel.org/r/3d81dbc79e0f982edd68fb9dfee6f0ccb47f7710.1642230669.git.siyanteng@loongson.cn Signed-off-by: Jonathan Corbet <corbet@lwn.net>
33 lines
479 B
ReStructuredText
33 lines
479 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
||
|
||
:Original: Documentation/vm/damon/api.rst
|
||
|
||
:翻译:
|
||
|
||
司延腾 Yanteng Si <siyanteng@loongson.cn>
|
||
|
||
:校译:
|
||
|
||
|
||
=======
|
||
API参考
|
||
=======
|
||
|
||
内核空间的程序可以使用下面的API来使用DAMON的每个功能。你所需要做的就是引用 ``damon.h`` ,
|
||
它位于源代码树的include/linux/。
|
||
|
||
结构体
|
||
======
|
||
|
||
该API在以下内核代码中:
|
||
|
||
include/linux/damon.h
|
||
|
||
|
||
函数
|
||
====
|
||
|
||
该API在以下内核代码中:
|
||
|
||
mm/damon/core.c
|