Searched refs:file_read (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/arch/mips/kernel/ |
D | rtlx.c | 361 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/ |
D | dso.c | 925 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/ |
D | hmm-tests.c | 845 TEST_F(hmm, file_read) in TEST_F() argument
|