Searched refs:ctx2 (Results 1 – 10 of 10) sorted by relevance
/openbmc/openbmc-tools/dbus-vis/ |
H A D | renderer.js | 20 this.ctx2 = this.canvas2.getContext('2d'); 50 draw_timeline_dbus(this.ctx2);
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | verifier_iterating_callbacks.c | 222 struct num_context ctx2 = { .i = 0 }; in bpf_loop_iter_limit_nested() local 226 bpf_loop(1, iter_limit_level1_cb, &ctx2, 0); in bpf_loop_iter_limit_nested() 228 b = ctx2.i; in bpf_loop_iter_limit_nested()
|
/openbmc/linux/crypto/ |
H A D | algif_hash.c | 236 struct hash_ctx *ctx2; in hash_accept() local 261 ctx2 = ask2->private; in hash_accept() 262 ctx2->more = more; in hash_accept() 267 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
|
/openbmc/u-boot/arch/x86/cpu/i386/ |
H A D | interrupt.c | 87 cs = regs->context.ctx2.xcs; in dump_regs() 88 eip = regs->context.ctx2.eip; in dump_regs() 89 eflags = regs->context.ctx2.eflags; in dump_regs()
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | ptrace.h | 77 } ctx2; member
|
/openbmc/linux/lib/crypto/mpi/ |
H A D | mpih-mul.c | 420 struct karatsuba_ctx *ctx2; in mpihelp_release_karatsuba_ctx() local 426 for (ctx = ctx->next; ctx; ctx = ctx2) { in mpihelp_release_karatsuba_ctx() 427 ctx2 = ctx->next; in mpihelp_release_karatsuba_ctx()
|
/openbmc/linux/fs/nfs/ |
H A D | internal.h | 310 const struct nfs_open_context *ctx2) in nfs_match_open_context() argument 312 return cred_fscmp(ctx1->cred, ctx2->cred) == 0 && ctx1->state == ctx2->state; in nfs_match_open_context()
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci.c | 1039 uint32_t ctx2[2]; in xhci_set_ep_state() local 1049 xhci_dma_read_u32s(xhci, sctx->pctx, ctx2, sizeof(ctx2)); in xhci_set_ep_state() 1050 ctx2[0] &= 0xe; in xhci_set_ep_state() 1051 ctx2[0] |= sctx->ring.dequeue | sctx->ring.ccs; in xhci_set_ep_state() 1052 ctx2[1] = (sctx->ring.dequeue >> 16) >> 16; in xhci_set_ep_state() 1053 xhci_dma_write_u32s(xhci, sctx->pctx, ctx2, sizeof(ctx2)); in xhci_set_ep_state()
|
/openbmc/linux/kernel/events/ |
H A D | core.c | 3351 struct perf_event_context *ctx2) in context_equiv() argument 3354 lockdep_assert_held(&ctx2->lock); in context_equiv() 3357 if (ctx1->pin_count || ctx2->pin_count) in context_equiv() 3360 /* If ctx1 is the parent of ctx2 */ in context_equiv() 3361 if (ctx1 == ctx2->parent_ctx && ctx1->generation == ctx2->parent_gen) in context_equiv() 3364 /* If ctx2 is the parent of ctx1 */ in context_equiv() 3365 if (ctx1->parent_ctx == ctx2 && ctx1->parent_gen == ctx2->generation) in context_equiv() 3369 * If ctx1 and ctx2 hav in context_equiv() [all...] |
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 7604 + picture_context_t *ctx2; 7616 + if (cb->ctx2 != NULL) 7617 + cb->ctx2->destroy(cb->ctx2); 7658 + .ctx2 = NULL 7828 +int cma_buf_add_context2(cma_buf_t *const cb, picture_context_t * const ctx2) 7830 + if (cb->ctx2 != NULL) 7833 + cb->ctx2 = ctx2; 7860 + return cb->ctx2; 7938 +int cma_buf_add_context2(cma_buf_t *const cb, picture_context_t * const ctx2);
|