Searched refs:ctx_map (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/ |
D | vrfb.c | 58 static unsigned long ctx_map; variable 128 unsigned long map = ctx_map; in omap_vrfb_restore_context() 273 BUG_ON(!(ctx_map & (1 << ctx))); in omap_vrfb_release_ctx() 275 clear_bit(ctx, &ctx_map); in omap_vrfb_release_ctx() 302 if ((ctx_map & (1 << ctx)) == 0) in omap_vrfb_request_ctx() 313 set_bit(ctx, &ctx_map); in omap_vrfb_request_ctx()
|
/Linux-v4.19/block/ |
D | blk-mq.c | 67 sbitmap_any_bit_set(&hctx->ctx_map) || in blk_mq_hctx_has_pending() 77 if (!sbitmap_test_bit(&hctx->ctx_map, ctx->index_hw)) in blk_mq_hctx_mark_pending() 78 sbitmap_set_bit(&hctx->ctx_map, ctx->index_hw); in blk_mq_hctx_mark_pending() 84 sbitmap_clear_bit(&hctx->ctx_map, ctx->index_hw); in blk_mq_hctx_clear_pending() 916 sbitmap_for_each_set(&hctx->ctx_map, flush_busy_ctx, &data); in blk_mq_flush_busy_ctxs() 953 __sbitmap_for_each_set(&hctx->ctx_map, off, in blk_mq_dequeue_from_ctx() 2156 sbitmap_free(&hctx->ctx_map); in blk_mq_exit_hctx() 2201 if (sbitmap_init_node(&hctx->ctx_map, nr_cpu_ids, ilog2(8), GFP_KERNEL, in blk_mq_init_hctx() 2235 sbitmap_free(&hctx->ctx_map); in blk_mq_init_hctx() 2368 sbitmap_resize(&hctx->ctx_map, hctx->nr_ctx); in blk_mq_map_swqueue()
|
D | blk-mq-sched.c | 135 if (!sbitmap_any_bit_set(&hctx->ctx_map)) in blk_mq_do_dispatch_ctx()
|
D | blk-mq-debugfs.c | 447 sbitmap_bitmap_show(&hctx->ctx_map, m); in hctx_ctx_map_show()
|
/Linux-v4.19/include/linux/ |
D | blk-mq.h | 35 struct sbitmap ctx_map; member
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | cnic.c | 1663 dma_addr_t ctx_map; in cnic_get_bnx2x_ctx() local 1673 ctx_map = cp->ctx_arr[blk].mapping + align_off + in cnic_get_bnx2x_ctx() 1680 ctx_addr->lo = ctx_map & 0xffffffff; in cnic_get_bnx2x_ctx() 1681 ctx_addr->hi = (u64) ctx_map >> 32; in cnic_get_bnx2x_ctx()
|