Home
last modified time | relevance | path

Searched refs:rcl (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/vc4/
Dvc4_render_cl.c50 struct drm_gem_cma_object *rcl; member
58 *(u8 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u8()
64 *(u16 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u16()
70 *(u32 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u32()
331 setup->rcl = &vc4_bo_create(dev, size, true, VC4_BO_TYPE_RCL)->base; in vc4_create_rcl_bo()
332 if (IS_ERR(setup->rcl)) in vc4_create_rcl_bo()
333 return PTR_ERR(setup->rcl); in vc4_create_rcl_bo()
334 list_add_tail(&to_vc4_bo(&setup->rcl->base)->unref_head, in vc4_create_rcl_bo()
377 exec->ct1ca = setup->rcl->paddr; in vc4_create_rcl_bo()
378 exec->ct1ea = setup->rcl->paddr + setup->next_offset; in vc4_create_rcl_bo()
/Linux-v5.10/kernel/rcu/
Dtree.c2423 struct rcu_cblist rcl = RCU_CBLIST_INITIALIZER(rcl); in rcu_do_batch() local
2458 rcu_segcblist_extract_done_cbs(&rdp->cblist, &rcl); in rcu_do_batch()
2465 rhp = rcu_cblist_dequeue(&rcl); in rcu_do_batch()
2466 for (; rhp; rhp = rcu_cblist_dequeue(&rcl)) { in rcu_do_batch()
2484 if (-rcl.len >= bl && !offloaded && in rcu_do_batch()
2490 if (likely((-rcl.len & 31) || local_clock() < tlimit)) in rcu_do_batch()
2507 count = -rcl.len; in rcu_do_batch()
2509 trace_rcu_batch_end(rcu_state.name, count, !!rcl.head, need_resched(), in rcu_do_batch()
2513 rcu_segcblist_insert_done_cbs(&rdp->cblist, &rcl); in rcu_do_batch()
2515 rcu_segcblist_insert_count(&rdp->cblist, &rcl); in rcu_do_batch()
Dtree_plugin.h1686 struct rcu_cblist rcl; in rcu_nocb_do_flush_bypass() local
1698 rcu_cblist_flush_enqueue(&rcl, &rdp->nocb_bypass, rhp); in rcu_nocb_do_flush_bypass()
1699 rcu_segcblist_insert_pend_cbs(&rdp->cblist, &rcl); in rcu_nocb_do_flush_bypass()
/Linux-v5.10/arch/x86/kvm/
Demulate.c1022 FASTOP2CL(rcl);