Searched refs:rmap_item (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/include/trace/events/ |
| H A D | ksm.h | 134 TP_ARGS(pfn, rmap_item, mm, err), 138 __field(void *, rmap_item) 145 __entry->rmap_item = rmap_item; 169 TP_ARGS(ksm_page, pfn, rmap_item, mm, err), 174 __field(void *, rmap_item) 182 __entry->rmap_item = rmap_item; 228 TP_PROTO(unsigned long pfn, void *rmap_item, void *mm), 230 TP_ARGS(pfn, rmap_item, mm), 234 __field(void *, rmap_item) 240 __entry->rmap_item = rmap_item; [all …]
|
| /linux-6.15/mm/ |
| H A D | ksm.c | 567 if (rmap_item) in alloc_rmap_item() 569 return rmap_item; in alloc_rmap_item() 827 trace_ksm_remove_rmap_item(stable_node->kpfn, rmap_item, rmap_item->mm); in remove_node_from_stable_tree() 2369 return rmap_item; in get_next_rmap_item() 2378 if (rmap_item) { in get_next_rmap_item() 2386 return rmap_item; in get_next_rmap_item() 2430 age = rmap_item->age; in should_skip_rmap_item() 2432 rmap_item->age++; in should_skip_rmap_item() 2566 if (rmap_item) { in scan_get_next_rmap_item() 2581 return rmap_item; in scan_get_next_rmap_item() [all …]
|
| /linux-6.15/Documentation/translations/zh_TW/admin-guide/mm/ |
| H A D | ksm.rst | 160 sizeof(rmap_item); 168 ksm_rmap_items * sizeof(rmap_item). 175 略。舉個例子供參考,一個頁面的大小通常是4K,而rmap_item的大小在32位CPU架構上分
|
| /linux-6.15/Documentation/translations/zh_CN/admin-guide/mm/ |
| H A D | ksm.rst | 160 sizeof(rmap_item); 168 ksm_rmap_items * sizeof(rmap_item). 175 略。举个例子供参考,一个页面的大小通常是4K,而rmap_item的大小在32位CPU架构上分
|
| /linux-6.15/Documentation/translations/zh_CN/mm/ |
| H A D | ksm.rst | 70 涉及的函数(mm_slot ksm_scan stable_node rmap_item)。
|
| /linux-6.15/Documentation/mm/ |
| H A D | ksm.rst | 81 :functions: mm_slot ksm_scan stable_node rmap_item
|
| /linux-6.15/Documentation/admin-guide/mm/ |
| H A D | ksm.rst | 246 sizeof(rmap_item); 257 ksm_rmap_items * sizeof(rmap_item). 268 for reference, a page's size is usually 4K, and the rmap_item's size is
|