Home
last modified time | relevance | path

Searched refs:Refcount (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/sync/
H A Drefcount.rs20 pub struct Refcount(Opaque<bindings::refcount_t>); struct
22 impl Refcount { implementation
110 unsafe impl Send for Refcount {} implementation
113 unsafe impl Sync for Refcount {} implementation
/linux/rust/kernel/
H A Dsync.rs32 pub use refcount::Refcount;
/linux/Documentation/translations/zh_CN/mm/
H A Dpage_migration.rst86 6. 检查该页的Refcount,如果还有引用,我们就退出。否则,我们知道我们是唯一引用这个页