Tofu: initial version
Change-Id: I9c464d5af883c18715a97ca9e9981cf73b260f90
This commit is contained in:
committed by
Masamichi Takagi
parent
fe83deb3db
commit
92902d36fc
@ -565,6 +565,7 @@ struct process {
|
||||
int thp_disable;
|
||||
|
||||
int straight_map;
|
||||
int enable_tofu;
|
||||
size_t straight_map_threshold;
|
||||
|
||||
// perf_event
|
||||
@ -589,6 +590,9 @@ struct process {
|
||||
|
||||
int coredump_barrier_count, coredump_barrier_count2;
|
||||
mcs_rwlock_lock_t coredump_lock; // lock for coredump
|
||||
#define MAX_FD_PDE 1024
|
||||
void *fd_pde_data[MAX_FD_PDE];
|
||||
char *fd_path[MAX_FD_PDE];
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user