xpmem: porting xpmem v2.6.3
implement xpmem_get, xpmem_release, xpmem_attach, xpmem_detach
This commit is contained in:
@ -389,6 +389,7 @@ struct vm_range {
|
||||
off_t objoff;
|
||||
int pgshift; /* page size. 0 means THP */
|
||||
int padding;
|
||||
void *private_data;
|
||||
};
|
||||
|
||||
struct vm_range_numa_policy {
|
||||
|
||||
Reference in New Issue
Block a user