Searched refs:pt (Results 1 – 6 of 6) sorted by relevance
/fs/ |
D | eventpoll.c | 242 poll_table pt; member 841 static __poll_t ep_item_poll(const struct epitem *epi, poll_table *pt, int depth); 848 poll_table pt; in __ep_eventpoll_poll() local 851 init_poll_funcptr(&pt, NULL); in __ep_eventpoll_poll() 863 if (ep_item_poll(epi, &pt, depth + 1)) { in __ep_eventpoll_poll() 886 static __poll_t ep_item_poll(const struct epitem *epi, poll_table *pt, in ep_item_poll() argument 892 pt->_key = epi->event.events; in ep_item_poll() 894 res = vfs_poll(file, pt); in ep_item_poll() 896 res = __ep_eventpoll_poll(file, pt, depth); in ep_item_poll() 1283 poll_table *pt) in ep_ptable_queue_proc() argument [all …]
|
D | aio.c | 1705 struct poll_table_struct pt = { ._key = req->events }; in aio_poll_complete_work() local 1710 mask = vfs_poll(req->file, &pt) & req->events; in aio_poll_complete_work() 1847 struct poll_table_struct pt; member 1857 struct aio_poll_table *pt = container_of(p, struct aio_poll_table, pt); in aio_poll_queue_proc() local 1860 if (unlikely(pt->queued)) { in aio_poll_queue_proc() 1861 pt->error = -EINVAL; in aio_poll_queue_proc() 1865 pt->queued = true; in aio_poll_queue_proc() 1866 pt->error = 0; in aio_poll_queue_proc() 1867 pt->iocb->poll.head = head; in aio_poll_queue_proc() 1868 add_wait_queue(head, &pt->iocb->poll.wait); in aio_poll_queue_proc() [all …]
|
D | select.c | 124 init_poll_funcptr(&pwq->pt, __pollwait); in poll_initwait() 225 struct poll_wqueues *pwq = container_of(p, struct poll_wqueues, pt); in __pollwait() 499 wait = &table.pt; in do_select() 889 poll_table* pt = &wait->pt; in do_poll() local 898 pt->_qproc = NULL; in do_poll() 922 if (do_pollfd(pfd, pt, &can_busy_loop, in do_poll() 925 pt->_qproc = NULL; in do_poll() 936 pt->_qproc = NULL; in do_poll()
|
/fs/ntfs/ |
D | compress.c | 332 u16 lg, pt, length, max_non_overlap; in ntfs_decompress() local 372 pt = le16_to_cpup((le16*)cb); in ntfs_decompress() 379 dp_back_addr = dp_addr - (pt >> (12 - lg)) - 1; in ntfs_decompress() 384 length = (pt & (0xfff >> lg)) + 3; in ntfs_decompress()
|
/fs/ecryptfs/ |
D | miscdev.c | 29 ecryptfs_miscdev_poll(struct file *file, poll_table *pt) in ecryptfs_miscdev_poll() argument 46 poll_wait(file, &daemon->wait, pt); in ecryptfs_miscdev_poll()
|
/fs/btrfs/ |
D | send.c | 1166 struct fs_path *pt = ctx; in __copy_first_ref() local 1168 ret = fs_path_copy(pt, p); in __copy_first_ref()
|