Searched refs:sync (Results 1 – 5 of 5) sorted by relevance
/mm/ |
D | backing-dev.c | 1051 void clear_wb_congested(struct bdi_writeback_congested *congested, int sync) in clear_wb_congested() argument 1053 wait_queue_head_t *wqh = &congestion_wqh[sync]; in clear_wb_congested() 1056 bit = sync ? WB_sync_congested : WB_async_congested; in clear_wb_congested() 1058 atomic_dec(&nr_wb_congested[sync]); in clear_wb_congested() 1065 void set_wb_congested(struct bdi_writeback_congested *congested, int sync) in set_wb_congested() argument 1069 bit = sync ? WB_sync_congested : WB_async_congested; in set_wb_congested() 1071 atomic_inc(&nr_wb_congested[sync]); in set_wb_congested() 1084 long congestion_wait(int sync, long timeout) in congestion_wait() argument 1089 wait_queue_head_t *wqh = &congestion_wqh[sync]; in congestion_wait() 1115 long wait_iff_congested(int sync, long timeout) in wait_iff_congested() argument [all …]
|
D | compaction.c | 2078 const bool sync = cc->mode != MIGRATE_ASYNC; in compact_zone() local 2120 cc->migrate_pfn = cc->zone->compact_cached_migrate_pfn[sync]; in compact_zone() 2146 update_cached = !sync && in compact_zone() 2150 cc->free_pfn, end_pfn, sync); in compact_zone() 2283 cc->free_pfn, end_pfn, sync, ret); in compact_zone()
|
D | filemap.c | 1028 static int wake_page_function(wait_queue_entry_t *wait, unsigned mode, int sync, void *arg) in wake_page_function() argument 1052 return autoremove_wake_function(wait, mode, sync, key); in wake_page_function()
|
D | memcontrol.c | 1842 unsigned mode, int sync, void *arg) in memcg_oom_wake_function() argument 1854 return autoremove_wake_function(wait, mode, sync, arg); in memcg_oom_wake_function() 4573 int sync, void *key) in memcg_event_wake() argument
|
D | shmem.c | 1983 static int synchronous_wake_function(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) in synchronous_wake_function() argument 1985 int ret = default_wake_function(wait, mode, sync, key); in synchronous_wake_function()
|