Searched refs:cached (Results 101 - 109 of 109) sorted by relevance

12345

/linux-master/net/wireless/
H A Dreg.c136 static void restore_regulatory_settings(bool reset_user, bool cached);
430 * The NL80211_REGDOM_SET_BY_USER regdom alpha2 is cached, this lets
3493 static void restore_regulatory_settings(bool reset_user, bool cached) argument
3552 if (cached && (!is_an_alpha2(alpha2) ||
/linux-master/arch/sparc/lib/
H A DM7memcpy.S448 ! other cached values during a large memcpy
/linux-master/fs/btrfs/
H A Ddisk-io.c1301 * For subvolume trees, we check the cached filesystem roots first. If not
1302 * found, then read it from disk and add it to cached fs roots.
2820 /* Usable values until the real ones are cached from the superblock */
4194 struct extent_state *cached = NULL; local
4202 &found_start, &found_end, EXTENT_DIRTY, &cached)) {
H A Dzoned.c1706 cache->cached = BTRFS_CACHE_FINISHED;
/linux-master/sound/pci/hda/
H A Dhda_codec.c94 /* look up the cached results */
177 /* if the connection-list is already cached, read it */
323 * Copy the device list. This info is dynamic and so not cached.
475 * the value is cached, and read via snd_hda_codec_get_pincfg()
525 * If the pincfg value is cached or overridden via sysfs or driver,
526 * returns the cached value.
598 * The controls aren't cached so that they can be resumed properly.
1269 * returns the cached value.
1309 * Override the cached AMP caps bits value by the given one.
3989 * @cached
3997 _snd_hda_set_pin_ctl(struct hda_codec *codec, hda_nid_t pin, unsigned int val, bool cached) argument
[all...]
/linux-master/fs/nfs/
H A Dnfs4proc.c1427 * are cached */
2204 * We may have performed cached opens for all three recoveries.
5869 int cached; member in struct:nfs4_cached_acl
5904 if (acl->cached == 0)
5928 acl->cached = 1;
5934 acl->cached = 0;
6065 * but no cached acl data, just the acl length */
7874 * do a cached access check for the XA* flags to possibly avoid
/linux-master/fs/bcachefs/
H A Dec.c1234 * It doesn't generally make sense to erasure code cached ptrs:
1237 if (!ptr_c || ptr_c->cached)
/linux-master/fs/fuse/
H A Ddir.c2090 * the filesystem, so forget cached acls for the inode.
2194 fi->rdc.cached = false;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c505 rq_stats->pp_recycle_cached = stats.recycle_stats.cached;

Completed in 202 milliseconds

12345