put_user如何比copy_to_user更快

时间:2019-01-05 05:32:00

标签: linux linux-kernel linux-device-driver

我正在用字符设备驱动程序编写示例程序,是在Oreilly Linux设备驱动程序的“高级字符驱动程序”一章中找到的。

put_user(datum, ptr)
_ _put_user(datum, ptr)
These macros write the datum to user space; they are relatively fast and should be called instead of copy_to_user whenever single values are being transferred.

任何人都可以实际向我解释这些宏比copy_to_user更快吗。

感谢您的时间和耐心

0 个答案:

没有答案