Searched refs:from_cache (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/lightnvm/ | 
| D | pblk-read.c | 42 				 bool *from_cache)  in pblk_read_ppalist_rq()  argument49 					from_cache);  in pblk_read_ppalist_rq()
 51 	if (!*from_cache)  in pblk_read_ppalist_rq()
 226 			 sector_t lba, bool *from_cache)  in pblk_read_rq()  argument
 231 	pblk_lookup_l2p_seq(pblk, &ppa, lba, 1, from_cache);  in pblk_read_rq()
 250 			pblk_lookup_l2p_seq(pblk, &ppa, lba, 1, from_cache);  in pblk_read_rq()
 270 	bool from_cache;  in pblk_submit_read()  local
 303 						&from_cache);  in pblk_submit_read()
 305 		pblk_read_rq(pblk, rqd, int_bio, blba, &from_cache);  in pblk_submit_read()
 311 	if (from_cache && nr_secs == rqd->nr_ppas) {  in pblk_submit_read()
 
 | 
| D | pblk-core.c | 2065 			 sector_t blba, int nr_secs, bool *from_cache)  in pblk_lookup_l2p_seq()  argument2079 			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()
 
 | 
| D | pblk.h | 839 			 sector_t blba, int nr_secs, bool *from_cache);
 | 
| /Linux-v5.4/sound/soc/ti/ | 
| D | omap-mcbsp-priv.h | 296 				  bool from_cache)  in omap_mcbsp_read()  argument301 		return !from_cache ? readw_relaxed(addr) :  in omap_mcbsp_read()
 304 		return !from_cache ? readl_relaxed(addr) :  in omap_mcbsp_read()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/vc4/ | 
| D | vc4_drv.h | 711 			     bool from_cache, enum vc4_kernel_bo_type type);
 | 
| /Linux-v5.4/drivers/hwmon/pmbus/ | 
| D | pmbus_core.c | 417 			      bool from_cache)  in pmbus_get_fan_rate()  argument427 	if (from_cache) {  in pmbus_get_fan_rate()
 
 |