Searched refs:stop_eviction (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dshmem_fs.h38 atomic_t stop_eviction; /* hold when working on inode */ member in struct:shmem_inode_info
/linux-master/mm/
H A Dshmem.c1253 wait_var_event(&info->stop_eviction,
1254 !atomic_read(&info->stop_eviction));
1257 if (!atomic_read(&info->stop_eviction))
1396 atomic_inc(&info->stop_eviction);
1406 if (atomic_dec_and_test(&info->stop_eviction))
1407 wake_up_var(&info->stop_eviction);
2518 atomic_set(&info->stop_eviction, 0);

Completed in 255 milliseconds