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

/linux-master/drivers/md/
H A Ddm-bufio.c257 static struct lru_entry *lru_evict(struct lru *lru, le_predicate pred, void *context, bool no_sleep) argument
298 if (!no_sleep)
400 bool no_sleep; member in struct:dm_buffer_cache
413 if (static_branch_unlikely(&no_sleep_enabled) && bc->no_sleep)
421 if (static_branch_unlikely(&no_sleep_enabled) && bc->no_sleep)
429 if (static_branch_unlikely(&no_sleep_enabled) && bc->no_sleep)
437 if (static_branch_unlikely(&no_sleep_enabled) && bc->no_sleep)
465 if (static_branch_unlikely(&no_sleep_enabled) && lh->cache->no_sleep)
470 if (static_branch_unlikely(&no_sleep_enabled) && lh->cache->no_sleep)
480 if (static_branch_unlikely(&no_sleep_enabled) && lh->cache->no_sleep)
538 cache_init(struct dm_buffer_cache *bc, unsigned int num_locks, bool no_sleep) argument
985 bool no_sleep; member in struct:dm_bufio_client
[all...]

Completed in 101 milliseconds