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

/linux-master/arch/arm/mach-mvebu/
H A DMakefile7 obj-y += cpu-reset.o board-v7.o coherency.o coherency_ll.o pmsu.o pmsu_ll.o
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_live_selftests.h36 selftest(coherency, i915_gem_coherency_live_selftests)
/linux-master/fs/cachefiles/
H A Dxattr.c25 __u8 data[]; /* netfs coherency data */
33 __u8 data[]; /* netfs volume coherency data */
195 const void *p = volume->vcookie->coherency;
238 const void *p = volume->vcookie->coherency;
/linux-master/fs/netfs/
H A Dfscache_volume.c220 volume = kzalloc(struct_size(volume, coherency, coherency_len),
228 memcpy(volume->coherency, coherency_data, coherency_len);
437 memcpy(volume->coherency, coherency_data, volume->coherency_len);
/linux-master/include/linux/
H A Dfscache.h91 u8 coherency_len; /* Length of the coherency data */
92 u8 coherency[]; /* Coherency data */ member in struct:fscache_volume
184 * @coherency_data: Piece of arbitrary coherency data to check (or NULL)
185 * @coherency_len: The size of the coherency data
190 * the coherency data must match otherwise the entry will be invalidated.
211 * @coherency_data: Piece of arbitrary coherency data to set (or NULL)
216 * The stored coherency data is updated.

Completed in 163 milliseconds