Home
last modified time | relevance | path

Searched refs:file_read (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/mips/kernel/
Drtlx.c361 static ssize_t file_read(struct file *file, char __user *buffer, size_t count, in file_read() function
399 .read = file_read,
/linux-6.6.21/tools/perf/util/
Ddso.c925 static ssize_t file_read(struct dso *dso, struct machine *machine, in file_read() function
971 *ret = file_read(dso, machine, cache_offset, cache->data); in dso_cache__populate()
/linux-6.6.21/tools/testing/selftests/mm/
Dhmm-tests.c845 TEST_F(hmm, file_read) in TEST_F() argument