函数源码 |
Source File:include\linux\swapops.h |
Create Date:2022-07-27 11:02:00 |
首页 | Copyright©Brick |
112 113 114 115 | static inline void make_device_private_entry_read(swp_entry_t *entry) { *entry = swp_entry(SWP_DEVICE_READ, swp_offset(*entry)); } |