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

/illumos-gate/usr/src/uts/common/os/
H A Dvm_pageout.c503 static struct async_reqs *push_list; /* pending reqs */ variable in typeref:struct:async_reqs
713 while ((arg = push_list) == NULL || pushes > max_pushes) {
719 push_list = arg->a_next;
1162 arg->a_next = push_list;
1163 push_list = arg;
1177 * Wakeup pageout to initiate i/o if push_list is not empty.
1182 if (push_list != NULL) {

Completed in 65 milliseconds