Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/lightnvm/
Dpblk-read.c42 bool *from_cache) in pblk_read_ppalist_rq() argument
49 from_cache); in pblk_read_ppalist_rq()
51 if (!*from_cache) in pblk_read_ppalist_rq()
225 sector_t lba, bool *from_cache) in pblk_read_rq() argument
230 pblk_lookup_l2p_seq(pblk, &ppa, lba, 1, from_cache); in pblk_read_rq()
249 pblk_lookup_l2p_seq(pblk, &ppa, lba, 1, from_cache); in pblk_read_rq()
267 bool from_cache; in pblk_submit_read() local
300 &from_cache); in pblk_submit_read()
302 pblk_read_rq(pblk, rqd, int_bio, blba, &from_cache); in pblk_submit_read()
308 if (from_cache && nr_secs == rqd->nr_ppas) { in pblk_submit_read()
Dpblk-core.c2065 sector_t blba, int nr_secs, bool *from_cache) in pblk_lookup_l2p_seq() argument
2079 if (i > 0 && *from_cache) in pblk_lookup_l2p_seq()
2081 *from_cache = false; in pblk_lookup_l2p_seq()
2085 if (i > 0 && !*from_cache) in pblk_lookup_l2p_seq()
2087 *from_cache = true; in pblk_lookup_l2p_seq()
Dpblk.h839 sector_t blba, int nr_secs, bool *from_cache);
/kernel/linux/linux-5.10/sound/soc/ti/
Domap-mcbsp-priv.h296 bool from_cache) in omap_mcbsp_read() argument
301 return !from_cache ? readw_relaxed(addr) : in omap_mcbsp_read()
304 return !from_cache ? readl_relaxed(addr) : in omap_mcbsp_read()
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
Dvc4_drv.h789 bool from_cache, enum vc4_kernel_bo_type type);
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
Dpmbus_core.c428 bool from_cache) in pmbus_get_fan_rate() argument
438 if (from_cache) { in pmbus_get_fan_rate()