/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_nvmet.c | 221 lpfc_nvmet_defer_release(struct lpfc_hba *phba, struct lpfc_nvmet_rcv_ctx *ctxp) in lpfc_nvmet_defer_release() argument 227 ctxp->oxid, ctxp->flag); in lpfc_nvmet_defer_release() 230 if (ctxp->flag & LPFC_NVMET_CTX_RLS) { in lpfc_nvmet_defer_release() 235 ctxp->flag |= LPFC_NVMET_CTX_RLS; in lpfc_nvmet_defer_release() 236 list_add_tail(&ctxp->list, &phba->sli4_hba.lpfc_abts_nvmet_ctx_list); in lpfc_nvmet_defer_release() 256 struct lpfc_nvmet_rcv_ctx *ctxp; in lpfc_nvmet_xmt_ls_rsp_cmp() local 261 ctxp = cmdwqe->context2; in lpfc_nvmet_xmt_ls_rsp_cmp() 263 if (ctxp->state != LPFC_NVMET_STE_LS_RSP || ctxp->entry_cnt != 2) { in lpfc_nvmet_xmt_ls_rsp_cmp() 267 ctxp->oxid, ctxp->state, ctxp->entry_cnt); in lpfc_nvmet_xmt_ls_rsp_cmp() 288 rsp = &ctxp->ctx.ls_req; in lpfc_nvmet_xmt_ls_rsp_cmp() [all …]
|
D | lpfc_crtn.h | 254 struct lpfc_nvmet_ctxbuf *ctxp);
|
D | lpfc_debugfs.c | 772 struct lpfc_nvmet_rcv_ctx *ctxp, *next_ctxp; in lpfc_debugfs_nvmestat_data() local 865 list_for_each_entry_safe(ctxp, next_ctxp, in lpfc_debugfs_nvmestat_data() 875 list_for_each_entry_safe(ctxp, next_ctxp, in lpfc_debugfs_nvmestat_data() 883 ctxp->oxid, ctxp->state, in lpfc_debugfs_nvmestat_data() 884 ctxp->flag); in lpfc_debugfs_nvmestat_data()
|
D | lpfc_init.c | 1037 struct lpfc_nvmet_rcv_ctx *ctxp, *ctxp_next; in lpfc_hba_down_post_s4() local 1111 list_for_each_entry_safe(ctxp, ctxp_next, &nvmet_aborts, list) { in lpfc_hba_down_post_s4() 1112 ctxp->flag &= ~(LPFC_NVMET_XBUSY | LPFC_NVMET_ABORT_OP); in lpfc_hba_down_post_s4() 1113 lpfc_nvmet_ctxbuf_post(phba, ctxp->ctxbuf); in lpfc_hba_down_post_s4()
|
D | lpfc_sli.c | 19306 struct lpfc_nvmet_rcv_ctx *ctxp; in lpfc_sli4_issue_wqe() local 19366 ctxp = pwqe->context2; in lpfc_sli4_issue_wqe() 19367 sglq = ctxp->ctxbuf->sglq; in lpfc_sli4_issue_wqe()
|
/Linux-v4.19/tools/perf/util/ |
D | stat-shadow.c | 714 void *ctxp = out->ctx; in generic_metric() local 740 print_metric(ctxp, NULL, "%8.1f", in generic_metric() 746 print_metric(ctxp, NULL, NULL, in generic_metric() 750 print_metric(ctxp, NULL, NULL, "", 0); in generic_metric() 759 void *ctxp = out->ctx; in perf_stat__print_shadow_stats() local 772 print_metric(ctxp, NULL, "%7.2f ", in perf_stat__print_shadow_stats() 775 print_metric(ctxp, NULL, NULL, "insn per cycle", 0); in perf_stat__print_shadow_stats() 786 out->new_line(ctxp); in perf_stat__print_shadow_stats() 788 print_metric(ctxp, NULL, "%7.2f ", in perf_stat__print_shadow_stats() 792 print_metric(ctxp, NULL, NULL, in perf_stat__print_shadow_stats() [all …]
|
/Linux-v4.19/drivers/crypto/cavium/nitrox/ |
D | nitrox_lib.c | 171 struct ctx_hdr *ctxp; in crypto_free_context() local 176 ctxp = (struct ctx_hdr *)((u8 *)ctx - sizeof(struct ctx_hdr)); in crypto_free_context() 177 dma_pool_free(ctxp->pool, ctxp, ctxp->dma); in crypto_free_context()
|
D | nitrox_req.h | 294 __be64 ctxp; member
|
D | nitrox_reqmgr.c | 619 sr->instr.irh.s.ctxp = cpu_to_be64(ctx_handle); in nitrox_process_se_request()
|
/Linux-v4.19/arch/sparc/mm/ |
D | srmmu.c | 110 static inline void srmmu_ctxd_set(ctxd_t *ctxp, pgd_t *pgdp) in srmmu_ctxd_set() argument 115 set_pte((pte_t *)ctxp, pte); in srmmu_ctxd_set() 431 struct ctx_list *ctxp; in alloc_context() local 433 ctxp = ctx_free.next; in alloc_context() 434 if (ctxp != &ctx_free) { in alloc_context() 435 remove_from_ctx_list(ctxp); in alloc_context() 436 add_to_used_ctxlist(ctxp); in alloc_context() 437 mm->context = ctxp->ctx_number; in alloc_context() 438 ctxp->ctx_mm = mm; in alloc_context() 441 ctxp = ctx_used.next; in alloc_context() [all …]
|
/Linux-v4.19/security/selinux/ |
D | xfrm.c | 77 static int selinux_xfrm_alloc_user(struct xfrm_sec_ctx **ctxp, in selinux_xfrm_alloc_user() argument 86 if (ctxp == NULL || uctx == NULL || in selinux_xfrm_alloc_user() 115 *ctxp = ctx; in selinux_xfrm_alloc_user() 287 int selinux_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in selinux_xfrm_policy_alloc() argument 291 return selinux_xfrm_alloc_user(ctxp, uctx, gfp); in selinux_xfrm_policy_alloc()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | dmanv04.c | 103 u32 cv = (nvkm_ro32(fctx, c->ctxp + data) & ~cm); in nv04_fifo_dma_fini() 104 nvkm_wo32(fctx, c->ctxp + data, cv | (rv << c->ctxs)); in nv04_fifo_dma_fini() 149 nvkm_wo32(imem->ramfc, chan->ramfc + c->ctxp, 0x00000000); in nv04_fifo_dma_dtor()
|
D | nv04.h | 10 unsigned ctxp:8; member
|
/Linux-v4.19/arch/um/os-Linux/ |
D | aio.c | 36 static long io_setup(int n, aio_context_t *ctxp) in io_setup() argument 38 return syscall(__NR_io_setup, n, ctxp); in io_setup()
|
/Linux-v4.19/security/selinux/include/ |
D | xfrm.h | 13 int selinux_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp,
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gem_context.c | 453 destroy_kernel_context(struct i915_gem_context **ctxp) in destroy_kernel_context() argument 458 ctx = i915_gem_context_get(fetch_and_zero(ctxp)); in destroy_kernel_context()
|
/Linux-v4.19/fs/ |
D | aio.c | 1285 SYSCALL_DEFINE2(io_setup, unsigned, nr_events, aio_context_t __user *, ctxp) in SYSCALL_DEFINE2() argument 1291 ret = get_user(ctx, ctxp); in SYSCALL_DEFINE2() 1305 ret = put_user(ioctx->user_id, ctxp); in SYSCALL_DEFINE2()
|
/Linux-v4.19/include/linux/ |
D | security.h | 1496 int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, 1515 static inline int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in security_xfrm_policy_alloc() argument
|
D | lsm_hooks.h | 1729 int (*xfrm_policy_alloc_security)(struct xfrm_sec_ctx **ctxp,
|
/Linux-v4.19/security/ |
D | security.c | 1624 int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in security_xfrm_policy_alloc() argument 1628 return call_int_hook(xfrm_policy_alloc_security, 0, ctxp, sec_ctx, gfp); in security_xfrm_policy_alloc()
|