Searched refs:fpq (Results 1 – 6 of 6) sorted by relevance
1241 struct fuse_pqueue *fpq = &fud->pq; in fuse_dev_do_read() local1292 spin_lock(&fpq->lock); in fuse_dev_do_read()1293 list_add(&req->list, &fpq->io); in fuse_dev_do_read()1294 spin_unlock(&fpq->lock); in fuse_dev_do_read()1301 spin_lock(&fpq->lock); in fuse_dev_do_read()1303 if (!fpq->connected) { in fuse_dev_do_read()1315 list_move_tail(&req->list, &fpq->processing); in fuse_dev_do_read()1316 spin_unlock(&fpq->lock); in fuse_dev_do_read()1328 spin_unlock(&fpq->lock); in fuse_dev_do_read()1825 static struct fuse_req *request_find(struct fuse_pqueue *fpq, u64 unique) in request_find() argument[all …]
580 static void fuse_pqueue_init(struct fuse_pqueue *fpq) in fuse_pqueue_init() argument582 memset(fpq, 0, sizeof(struct fuse_pqueue)); in fuse_pqueue_init()583 spin_lock_init(&fpq->lock); in fuse_pqueue_init()584 INIT_LIST_HEAD(&fpq->processing); in fuse_pqueue_init()585 INIT_LIST_HEAD(&fpq->io); in fuse_pqueue_init()586 fpq->connected = 1; in fuse_pqueue_init()
40 struct fpq { struct63 struct fpq fpqueue[16]; argument
337 } fpq[16]; member397 clear_user(fps->fpq, sizeof(fps->fpq))) in arch_ptrace()
457 sizeof(struct fpq) * fpregs->pr_qcnt);461 sizeof(struct fpq) * (32 - fpregs->pr_qcnt));
860 } fpq[16]; member921 clear_user(&fps->fpq[0], 32 * sizeof(unsigned int))) in compat_arch_ptrace()