perf: Optimize the !vmalloc backed buffer
[deliverable/linux.git] / include / linux / perf_event.h
index 7bd17f0488f8b79b4054180a089d49d284349157..09cd9c1abfda940b1cf477267e8d7db61eae9703 100644 (file)
@@ -588,8 +588,8 @@ struct perf_mmap_data {
        struct rcu_head                 rcu_head;
 #ifdef CONFIG_PERF_USE_VMALLOC
        struct work_struct              work;
+       int                             page_order;     /* allocation order  */
 #endif
-       int                             data_order;     /* allocation order  */
        int                             nr_pages;       /* nr of data pages  */
        int                             writable;       /* are we writable   */
        int                             nr_locked;      /* nr pages mlocked  */
This page took 0.025772 seconds and 5 git commands to generate.