我正在用字符设备驱动程序编写示例程序,是在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更快吗。
感谢您的时间和耐心