Searched refs:FUSE_PQ_HASH_SIZE (Results 1 – 4 of 4) sorted by relevance
52 for (i = 0; i < FUSE_PQ_HASH_SIZE; i++) in fuse_fpq_processing_expired()1992 for (i = 0; i < FUSE_PQ_HASH_SIZE; i++) in fuse_resend()2416 for (i = 0; i < FUSE_PQ_HASH_SIZE; i++) in fuse_abort_conn()2475 for (i = 0; i < FUSE_PQ_HASH_SIZE; i++) in fuse_dev_release()
544 #define FUSE_PQ_HASH_SIZE (1 << FUSE_PQ_HASH_BITS) macro
949 for (i = 0; i < FUSE_PQ_HASH_SIZE; i++) in fuse_pqueue_init()1589 pq = kcalloc(FUSE_PQ_HASH_SIZE, sizeof(struct list_head), GFP_KERNEL); in fuse_dev_alloc()
262 pq = kcalloc(FUSE_PQ_HASH_SIZE, sizeof(struct list_head), GFP_KERNEL); in fuse_uring_create_queue()