Home
last modified time | relevance | path

Searched refs:ctxs (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/omap2/
Dvrfb.c79 static struct vrfb_ctx *ctxs; variable
100 omap2_sms_write_rot_control(ctxs[ctx].control, ctx); in restore_hw_context()
101 omap2_sms_write_rot_size(ctxs[ctx].size, ctx); in restore_hw_context()
102 omap2_sms_write_rot_physical_ba(ctxs[ctx].physical_ba, ctx); in restore_hw_context()
223 ctxs[ctx].physical_ba = paddr; in omap_vrfb_setup()
224 ctxs[ctx].size = size; in omap_vrfb_setup()
225 ctxs[ctx].control = control; in omap_vrfb_setup()
320 paddr = ctxs[ctx].base + SMS_ROT_VIRT_BASE(rot); in omap_vrfb_request_ctx()
362 ctxs = devm_kzalloc(&pdev->dev, in vrfb_probe()
366 if (!ctxs) in vrfb_probe()
[all …]
/linux-4.1.27/include/linux/
Dblk-mq.h44 struct blk_mq_ctx **ctxs; member
254 ({ ctx = (hctx)->ctxs[(i)]; 1; }); (i)++)
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv04.h136 unsigned ctxs:5; member
Dnv04.c217 u32 cm = ((1ULL << c->bits) - 1) << c->ctxs; in nv04_fifo_chan_fini()
220 nv_wo32(fctx, c->ctxp + data, cv | (rv << c->ctxs)); in nv04_fifo_chan_fini()
/linux-4.1.27/drivers/infiniband/core/
Ducm.c72 struct list_head ctxs; member
196 list_add_tail(&ctx->file_list, &file->ctxs); in ib_ucm_ctx_alloc()
1162 INIT_LIST_HEAD(&file->ctxs); in ib_ucm_open()
1180 while (!list_empty(&file->ctxs)) { in ib_ucm_close()
1181 ctx = list_entry(file->ctxs.next, in ib_ucm_close()
/linux-4.1.27/block/
Dblk-mq.c750 ctx = hctx->ctxs[bit + off]; in flush_busy_ctxs()
1677 hctx->ctxs = kmalloc_node(nr_cpu_ids * sizeof(void *), in blk_mq_init_hctx()
1679 if (!hctx->ctxs) in blk_mq_init_hctx()
1711 kfree(hctx->ctxs); in blk_mq_init_hctx()
1796 hctx->ctxs[hctx->nr_ctx++] = ctx; in blk_mq_map_swqueue()
1897 kfree(hctx->ctxs); in blk_mq_release()