Home
last modified time | relevance | path

Searched refs:test_write (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_dev.c52 static void test_write(const char *path, char *buf, int buf_size, in test_write() function
104 test_write("/dev/null", buf, TEST_BUFFER_SIZE, in test_cgroup_dev()
115 test_write("/dev/zero", buf, TEST_BUFFER_SIZE, -1, EPERM); in test_cgroup_dev()
/linux/tools/testing/selftests/kvm/lib/
H A Dio.c41 ssize_t test_write(int fd, const void *buf, size_t count) in test_write() function
/linux/include/linux/
H A Dcdrom.h193 __u8 test_write : 1; member
207 __u8 test_write : 1;
/linux/drivers/media/i2c/
H A Dadv7604.c576 static inline int __always_unused test_write(struct v4l2_subdev *sd, u8 reg, u8 val) in test_write() function