Searched refs:fpq (Results 1 – 6 of 6) sorted by relevance
1237 struct fuse_pqueue *fpq = &fud->pq; in fuse_dev_do_read() local1290 spin_lock(&fpq->lock); in fuse_dev_do_read()1291 list_add(&req->list, &fpq->io); in fuse_dev_do_read()1292 spin_unlock(&fpq->lock); in fuse_dev_do_read()1299 spin_lock(&fpq->lock); in fuse_dev_do_read()1301 if (!fpq->connected) { in fuse_dev_do_read()1313 list_move_tail(&req->list, &fpq->processing); in fuse_dev_do_read()1314 spin_unlock(&fpq->lock); in fuse_dev_do_read()1326 spin_unlock(&fpq->lock); in fuse_dev_do_read()1793 static struct fuse_req *request_find(struct fuse_pqueue *fpq, u64 unique) in request_find() argument[all …]
595 static void fuse_pqueue_init(struct fuse_pqueue *fpq) in fuse_pqueue_init() argument597 memset(fpq, 0, sizeof(struct fuse_pqueue)); in fuse_pqueue_init()598 spin_lock_init(&fpq->lock); in fuse_pqueue_init()599 INIT_LIST_HEAD(&fpq->processing); in fuse_pqueue_init()600 INIT_LIST_HEAD(&fpq->io); in fuse_pqueue_init()601 fpq->connected = 1; in fuse_pqueue_init()
35 struct fpq { struct58 struct fpq fpqueue[16]; argument
338 } fpq[16]; member398 clear_user(fps->fpq, sizeof(fps->fpq))) in arch_ptrace()
453 sizeof(struct fpq) * fpregs->pr_qcnt);457 sizeof(struct fpq) * (32 - fpregs->pr_qcnt));
906 } fpq[16]; member967 clear_user(&fps->fpq[0], 32 * sizeof(unsigned int))) in compat_arch_ptrace()