Searched refs:FUSE_PQ_HASH_SIZE (Results 1 – 3 of 3) sorted by relevance
1858 for (i = 0; i < FUSE_PQ_HASH_SIZE; i++) in fuse_resend()2273 for (i = 0; i < FUSE_PQ_HASH_SIZE; i++) in fuse_abort_conn()2324 for (i = 0; i < FUSE_PQ_HASH_SIZE; i++) in fuse_dev_release()
512 #define FUSE_PQ_HASH_SIZE (1 << FUSE_PQ_HASH_BITS) macro
913 for (i = 0; i < FUSE_PQ_HASH_SIZE; i++) in fuse_pqueue_init()1495 pq = kcalloc(FUSE_PQ_HASH_SIZE, sizeof(struct list_head), GFP_KERNEL); in fuse_dev_alloc()