Searched refs:TABLE_MATCH (Results 1 – 1 of 1) sorted by relevance
| /linux/include/linux/ |
| A D | mm_types.h | 491 #define TABLE_MATCH(pg, pt) \ macro 493 TABLE_MATCH(flags, __page_flags); 494 TABLE_MATCH(compound_head, pt_list); 495 TABLE_MATCH(compound_head, _pt_pad_1); 496 TABLE_MATCH(mapping, __page_mapping); 497 TABLE_MATCH(index, pt_index); 498 TABLE_MATCH(rcu_head, pt_rcu_head); 499 TABLE_MATCH(page_type, __page_type); 500 TABLE_MATCH(_refcount, __page_refcount); 502 TABLE_MATCH(memcg_data, pt_memcg_data); [all …]
|
Completed in 8 milliseconds