Home
last modified time | relevance | path

Searched refs:cur_pages (Results 1 – 1 of 1) sorted by relevance

/io_uring/
Dio_uring.c8986 unsigned long page_limit, cur_pages, new_pages; in __io_account_mem() local
8992 cur_pages = atomic_long_read(&user->locked_vm); in __io_account_mem()
8993 new_pages = cur_pages + nr_pages; in __io_account_mem()
8996 } while (atomic_long_cmpxchg(&user->locked_vm, cur_pages, in __io_account_mem()
8997 new_pages) != cur_pages); in __io_account_mem()