Searched refs:j (Results 1 – 7 of 7) sorted by relevance
/block/ |
D | t10-pi.c | 151 unsigned int j; in t10_pi_type1_prepare() local 155 for (j = 0; j < iv.bv_len; j += tuple_sz) { in t10_pi_type1_prepare() 199 unsigned int j; in t10_pi_type1_complete() local 203 for (j = 0; j < iv.bv_len && intervals; j += tuple_sz) { in t10_pi_type1_complete()
|
D | blk-map.c | 249 int j; in bio_map_user_iov() local 275 j = 0; in bio_map_user_iov() 277 for (j = 0; j < npages; j++) { in bio_map_user_iov() 278 struct page *page = pages[j]; in bio_map_user_iov() 301 while (j < npages) in bio_map_user_iov() 302 put_page(pages[j++]); in bio_map_user_iov()
|
D | blk-mq.c | 2518 unsigned int i, j, entries_per_page, max_order = 4; in blk_mq_alloc_rqs() local 2573 for (j = 0; j < to_do; j++) { in blk_mq_alloc_rqs() 2902 unsigned int i, j; in blk_mq_init_cpu_queues() local 2920 for (j = 0; j < set->nr_maps; j++) { in blk_mq_init_cpu_queues() 2921 hctx = blk_mq_map_queue_type(q, j, i); in blk_mq_init_cpu_queues() 2963 unsigned int i, j, hctx_idx; in blk_mq_map_swqueue() local 2982 for (j = 0; j < set->nr_maps; j++) { in blk_mq_map_swqueue() 2983 if (!set->map[j].nr_queues) { in blk_mq_map_swqueue() 2984 ctx->hctxs[j] = blk_mq_map_queue_type(q, in blk_mq_map_swqueue() 2988 hctx_idx = set->map[j].mq_map[i]; in blk_mq_map_swqueue() [all …]
|
D | blk-timeout.c | 104 static inline unsigned long blk_round_jiffies(unsigned long j) in blk_round_jiffies() argument 106 return (j + blk_timeout_mask) + 1; in blk_round_jiffies()
|
D | blk-crypto-fallback.c | 272 unsigned int i, j; in blk_crypto_fallback_encrypt_bio() local 334 for (j = 0; j < enc_bvec->bv_len; j += data_unit_size) { in blk_crypto_fallback_encrypt_bio()
|
D | blk-mq-sysfs.c | 245 int i, j, ret; in blk_mq_register_hctx() local 262 hctx_for_each_ctx(hctx, ctx, j) { in blk_mq_register_hctx() 263 if (j < i) in blk_mq_register_hctx()
|
D | bfq-iosched.c | 2385 int i, j; in bfq_end_wr_async_queues() local 2388 for (j = 0; j < IOPRIO_BE_NR; j++) in bfq_end_wr_async_queues() 2389 if (bfqg->async_bfqq[i][j]) in bfq_end_wr_async_queues() 2390 bfq_bfqq_end_wr(bfqg->async_bfqq[i][j]); in bfq_end_wr_async_queues() 6328 int i, j; in bfq_put_async_queues() local 6331 for (j = 0; j < IOPRIO_BE_NR; j++) in bfq_put_async_queues() 6332 __bfq_put_async_bfqq(bfqd, &bfqg->async_bfqq[i][j]); in bfq_put_async_queues() 6344 unsigned int i, j, min_shallow = UINT_MAX; in bfq_update_depths() local 6378 for (j = 0; j < 2; j++) in bfq_update_depths() 6379 min_shallow = min(min_shallow, bfqd->word_depths[i][j]); in bfq_update_depths()
|