Searched defs:wait (Results 1 - 6 of 6) sorted by relevance

/mm/
H A Dmempool.c77 init_waitqueue_head(&pool->wait);
206 wait_queue_t wait; local
237 init_wait(&wait);
238 prepare_to_wait(&pool->wait, &wait, TASK_UNINTERRUPTIBLE);
247 finish_wait(&pool->wait, &wait);
274 wake_up(&pool->wait);
H A Dpage-writeback.c557 * threshold otherwise wait until the disk writes catch
588 * In laptop mode, we wait until hitting the higher threshold before
853 * WB_SYNC_ALL then we were called for data integrity and we must wait for
1072 * write_one_page - write out a single page and optionally wait on I/O
1074 * @wait: if true, wait on writeout
1080 int write_one_page(struct page *page, int wait) argument
1091 if (wait)
1097 if (ret == 0 && wait) {
H A Dfilemap.c258 * filemap_fdatawait_range - wait for writeback to complete
259 * @mapping: address space structure to wait for
264 * in the given range and wait for all of them.
311 * filemap_fdatawait - wait for all under-writeback pages to complete
312 * @mapping: address space structure to wait for
315 * and wait for all of them.
336 * written partially (e.g. -ENOSPC), so we wait for it.
351 * filemap_write_and_wait_range - write out & wait on a file range
356 * Write out and wait upon file offsets lstart->lend, inclusive.
531 * In order to wait fo
557 __wait_on_bit(page_waitqueue(page), &wait, sleep_on_page, local
637 __wait_on_bit_lock(page_waitqueue(page), &wait, sleep_on_page, local
[all...]
H A Dswapfile.c1640 /* wait for anyone still in scan_swap_map */
1687 static unsigned swaps_poll(struct file *file, poll_table *wait) argument
1691 poll_wait(file, &proc_poll_wait, wait);
H A Dmemcontrol.c1417 DEFINE_WAIT(wait);
1418 prepare_to_wait(&mc.waitq, &wait, TASK_INTERRUPTIBLE);
1422 finish_wait(&mc.waitq, &wait);
1842 wait_queue_t wait; member in struct:oom_wait_info
1845 static int memcg_oom_wake_function(wait_queue_t *wait, argument
1851 oom_wait_info = container_of(wait, struct oom_wait_info, wait);
1867 return autoremove_wake_function(wait, mode, sync, arg);
1891 owait.wait.flags = 0;
1892 owait.wait
[all...]
H A Dpage_alloc.c1445 debugfs_create_bool("ignore-gfp-wait", mode, dir,
2063 const gfp_t wait = gfp_mask & __GFP_WAIT; local
2072 * set both ALLOC_HARDER (!wait) and ALLOC_HIGH (__GFP_HIGH).
2076 if (!wait) {
2084 * Ignore cpuset if GFP_ATOMIC (!wait) rather than fail alloc.
2107 const gfp_t wait = gfp_mask & __GFP_WAIT; local
2174 if (!wait)
3321 * large so that collisions trying to wait on pages are rare.
3343 * on IO we've got bigger problems than wait queue collision.
3344 * Limit the size of the wait tabl
[all...]

Completed in 90 milliseconds