Home
last modified time | relevance | path

Searched refs:read_ret (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dread_vsyscall.c11 int read_ret[10]; variable
30 read_ret[0] = bpf_probe_read_kernel(buf, sizeof(buf), user_ptr); in do_probe_read()
31 read_ret[1] = bpf_probe_read_kernel_str(buf, sizeof(buf), user_ptr); in do_probe_read()
32 read_ret[2] = bpf_probe_read(buf, sizeof(buf), user_ptr); in do_probe_read()
33 read_ret[3] = bpf_probe_read_str(buf, sizeof(buf), user_ptr); in do_probe_read()
34 read_ret[4] = bpf_probe_read_user(buf, sizeof(buf), user_ptr); in do_probe_read()
35 read_ret[5] = bpf_probe_read_user_str(buf, sizeof(buf), user_ptr); in do_probe_read()
48 read_ret[6] = bpf_copy_from_user(buf, sizeof(buf), user_ptr); in do_copy_from_user()
49 read_ret[7] = bpf_copy_from_user_task(buf, sizeof(buf), user_ptr, in do_copy_from_user()
51 read_ret[ in do_copy_from_user()
[all...]
/linux/fs/orangefs/
H A Dorangefs-debugfs.c390 ssize_t read_ret = -ENOMEM; in orangefs_debug_read() local
402 read_ret = simple_read_from_buffer(ubuf, count, ppos, buf, sprintf_ret); in orangefs_debug_read()
409 read_ret); in orangefs_debug_read()
411 return read_ret; in orangefs_debug_read()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dread_vsyscall.c56 ASSERT_EQ(skel->bss->read_ret[i], all_read[i].ret, all_read[i].name); in test_read_vsyscall()
/linux/kernel/time/
H A Dclocksource.c430 enum wd_read_status read_ret; in clocksource_watchdog() local
449 read_ret = cs_watchdog_read(cs, &csnow, &wdnow); in clocksource_watchdog()
451 if (read_ret == WD_READ_UNSTABLE) { in clocksource_watchdog()
464 if (read_ret == WD_READ_SKIP) { in clocksource_watchdog()
/linux/drivers/md/dm-pcache/
H A Dcache_req.c133 static void miss_read_end_req(struct pcache_backing_dev_req *backing_req, int read_ret) in miss_read_end_req() argument
153 if (read_ret) { in miss_read_end_req()
/linux/drivers/gpib/common/
H A Dgpib_os.c880 ssize_t read_ret = 0; in read_ioctl() local
912 read_ret = ibrd(board, board->buffer, (board->buffer_length < remain) ? in read_ioctl()
923 if (read_ret < 0) in read_ioctl()
935 read_ret = 0; in read_ioctl()
945 return read_ret; in read_ioctl()