Home
last modified time | relevance | path

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

/fs/notify/inotify/
Dinotify_user.c83 unsigned int queue_size; /* size of the queue (bytes) */ member
316 dev->queue_size += sizeof(struct inotify_event) + kevent->event.len; in inotify_dev_queue_event()
336 dev->queue_size -= sizeof(struct inotify_event) + kevent->event.len; in remove_kevent()
571 ret = put_user(dev->queue_size, (int __user *) p); in inotify_ioctl()
651 dev->queue_size = 0; in SYSCALL_DEFINE1()