Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dconnection.c802 struct notify_fd { struct
817 struct notify_fd *n = data; in HandleNotifyFd() argument
830 struct notify_fd *n; in SetNotifyFd()
837 n = calloc(1, sizeof (struct notify_fd)); in SetNotifyFd()
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c3597 int notify_fd = -1; in inotify_test() local
3615 TEST(notify_fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC), in inotify_test()
3616 notify_fd != -1); in inotify_test()
3617 TEST(wds[0] = inotify_add_watch(notify_fd, mount_dir, in inotify_test()
3620 TEST(wds[1] = inotify_add_watch(notify_fd, index_dir, in inotify_test()
3623 TEST(wds[2] = inotify_add_watch(notify_fd, incomplete_dir, in inotify_test()
3628 TEST(res = read(notify_fd, buffer, sizeof(buffer)), res != -1); in inotify_test()
3672 TEST(res = read(notify_fd, buffer, sizeof(buffer)), res != -1); in inotify_test()
3680 TEST(res = read(notify_fd, buffer, sizeof(buffer)), res != -1); in inotify_test()
3689 TEST(res = read(notify_fd, buffer, sizeof(buffer)), res != -1); in inotify_test()
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Dos.h157 extern _X_EXPORT Bool SetNotifyFd(int fd, NotifyFdProcPtr notify_fd, int mask, void *data);
/OK3568_Linux_fs/external/xserver/
H A DChangeLog29988 Bool SetNotifyFd(int fd, NotifyFdProcPtr notify_fd, int mask, void *data);
29992 When 'fd' becomes readable or writable, the notify_fd function will be