Searched refs:ctx_map (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/ |
A D | vrfb.c | 46 static unsigned long ctx_map; variable 116 unsigned long map = ctx_map; in omap_vrfb_restore_context() 261 BUG_ON(!(ctx_map & (1 << ctx))); in omap_vrfb_release_ctx() 263 clear_bit(ctx, &ctx_map); in omap_vrfb_release_ctx() 290 if ((ctx_map & (1 << ctx)) == 0) in omap_vrfb_request_ctx() 301 set_bit(ctx, &ctx_map); in omap_vrfb_request_ctx()
|
/linux-6.3-rc2/block/ |
A D | blk-mq-sysfs.c | 40 sbitmap_free(&hctx->ctx_map); in blk_mq_hw_sysfs_release()
|
A D | blk-mq.c | 103 sbitmap_any_bit_set(&hctx->ctx_map) || in blk_mq_hctx_has_pending() 115 if (!sbitmap_test_bit(&hctx->ctx_map, bit)) in blk_mq_hctx_mark_pending() 116 sbitmap_set_bit(&hctx->ctx_map, bit); in blk_mq_hctx_mark_pending() 124 sbitmap_clear_bit(&hctx->ctx_map, bit); in blk_mq_hctx_clear_pending() 1717 sbitmap_for_each_set(&hctx->ctx_map, flush_busy_ctx, &data); in blk_mq_flush_busy_ctxs() 1755 __sbitmap_for_each_set(&hctx->ctx_map, off, in blk_mq_dequeue_from_ctx() 3688 if (sbitmap_init_node(&hctx->ctx_map, nr_cpu_ids, ilog2(8), in blk_mq_alloc_hctx() 3706 sbitmap_free(&hctx->ctx_map); in blk_mq_alloc_hctx() 3894 sbitmap_resize(&hctx->ctx_map, hctx->nr_ctx); in blk_mq_map_swqueue()
|
A D | blk-mq-sched.c | 233 if (!sbitmap_any_bit_set(&hctx->ctx_map)) in blk_mq_do_dispatch_ctx()
|
A D | blk-mq-debugfs.c | 420 sbitmap_bitmap_show(&hctx->ctx_map, m); in hctx_ctx_map_show()
|
/linux-6.3-rc2/include/linux/ |
A D | blk-mq.h | 356 struct sbitmap ctx_map; member
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/ |
A D | cnic.c | 1661 dma_addr_t ctx_map; in cnic_get_bnx2x_ctx() local 1671 ctx_map = cp->ctx_arr[blk].mapping + align_off + in cnic_get_bnx2x_ctx() 1678 ctx_addr->lo = ctx_map & 0xffffffff; in cnic_get_bnx2x_ctx() 1679 ctx_addr->hi = (u64) ctx_map >> 32; in cnic_get_bnx2x_ctx()
|
Completed in 27 milliseconds