| .. | .. |
|---|
| 98 | 98 | * Take the provided region and make all the physical pages within it |
|---|
| 99 | 99 | * reclaimable by the kernel, updating the per-process VM stats as well. |
|---|
| 100 | 100 | * Remove any CPU mappings (as these can't be removed in the shrinker callback |
|---|
| 101 | | - * as mmap_sem might already be taken) but leave the GPU mapping intact as |
|---|
| 101 | + * as mmap_lock might already be taken) but leave the GPU mapping intact as |
|---|
| 102 | 102 | * and until the shrinker reclaims the allocation. |
|---|
| 103 | 103 | * |
|---|
| 104 | 104 | * Note: Must be called with the region lock of the containing context. |
|---|