Home
last modified time | relevance | path

Searched refs:ctxp (Results 1 – 21 of 21) sorted by relevance

/linux-6.3-rc2/drivers/scsi/lpfc/
A Dlpfc_nvmet.c1156 ctxp->oxid, ctxp->flag, ctxp->state); in lpfc_nvmet_xmt_fcp_abort()
1159 ctxp->oxid, ctxp->flag, ctxp->state); in lpfc_nvmet_xmt_fcp_abort()
1258 ctxp->oxid, ctxp->flag, ctxp->state); in lpfc_nvmet_defer_rcv()
2197 ctxp->oxid, ctxp->flag, ctxp->state); in lpfc_nvmet_process_rcv_fcp_req()
2250 ctxp->oxid, ctxp->size, ctxp->sid); in lpfc_nvmet_process_rcv_fcp_req()
2278 ctxp->oxid, ctxp->size, ctxp->sid); in lpfc_nvmet_process_rcv_fcp_req()
2591 ctxp->sid, ctxp->oxid, ctxp->state); in lpfc_nvmet_prep_ls_wqe()
2601 ctxp->sid, ctxp->oxid, ctxp->state); in lpfc_nvmet_prep_ls_wqe()
2612 ctxp->sid, ctxp->oxid, ctxp->state); in lpfc_nvmet_prep_ls_wqe()
2722 ctxp->sid, ctxp->oxid, ctxp->state); in lpfc_nvmet_prep_fcp_wqe()
[all …]
A Dlpfc_nvme.h245 struct lpfc_async_xchg_ctx *ctxp, uint32_t sid,
A Dlpfc_debugfs.c1033 struct lpfc_async_xchg_ctx *ctxp, *next_ctxp; in lpfc_debugfs_nvmestat_data() local
1126 list_for_each_entry_safe(ctxp, next_ctxp, in lpfc_debugfs_nvmestat_data()
1136 list_for_each_entry_safe(ctxp, next_ctxp, in lpfc_debugfs_nvmestat_data()
1144 ctxp->oxid, ctxp->state, in lpfc_debugfs_nvmestat_data()
1145 ctxp->flag); in lpfc_debugfs_nvmestat_data()
A Dlpfc_crtn.h292 struct lpfc_nvmet_ctxbuf *ctxp);
A Dlpfc_init.c1087 struct lpfc_async_xchg_ctx *ctxp, *ctxp_next; in lpfc_hba_down_post_s4() local
1153 list_for_each_entry_safe(ctxp, ctxp_next, &nvmet_aborts, list) { in lpfc_hba_down_post_s4()
1154 ctxp->flag &= ~(LPFC_NVME_XBUSY | LPFC_NVME_ABORT_OP); in lpfc_hba_down_post_s4()
1155 lpfc_nvmet_ctxbuf_post(phba, ctxp->ctxbuf); in lpfc_hba_down_post_s4()
A Dlpfc_sli.c21248 struct lpfc_async_xchg_ctx *ctxp; in lpfc_sli4_issue_wqe() local
21314 ctxp = pwqe->context_un.axchg; in lpfc_sli4_issue_wqe()
21315 sglq = ctxp->ctxbuf->sglq; in lpfc_sli4_issue_wqe()
/linux-6.3-rc2/tools/perf/util/
A Dstat-shadow.c794 void *ctxp = out->ctx; in generic_metric() local
826 print_metric(config, ctxp, NULL, "%8.1f", in generic_metric()
829 print_metric(config, ctxp, NULL, "%8.2f", in generic_metric()
836 print_metric(config, ctxp, NULL, NULL, in generic_metric()
841 print_metric(config, ctxp, NULL, NULL, in generic_metric()
876 void *ctxp = out->ctx; in perf_stat__print_shadow_stats() local
894 print_metric(config, ctxp, NULL, "%7.2f ", in perf_stat__print_shadow_stats()
907 out->new_line(config, ctxp); in perf_stat__print_shadow_stats()
996 print_metric(config, ctxp, NULL, in perf_stat__print_shadow_stats()
1020 print_metric(config, ctxp, NULL, "%8.0f", in perf_stat__print_shadow_stats()
[all …]
/linux-6.3-rc2/drivers/crypto/cavium/nitrox/
A Dnitrox_lib.c251 struct crypto_ctx_hdr *ctxp; in crypto_free_context() local
256 ctxp = ctx; in crypto_free_context()
257 dma_pool_free(ctxp->pool, ctxp->vaddr, ctxp->dma); in crypto_free_context()
258 kfree(ctxp); in crypto_free_context()
A Dnitrox_req.h361 __be64 ctxp; member
A Dnitrox_reqmgr.c471 sr->instr.irh.s.ctxp = cpu_to_be64(ctx_handle); in nitrox_process_se_request()
/linux-6.3-rc2/arch/sparc/mm/
A Dsrmmu.c115 set_pte((pte_t *)ctxp, pte); in srmmu_ctxd_set()
415 struct ctx_list *ctxp; in alloc_context() local
417 ctxp = ctx_free.next; in alloc_context()
418 if (ctxp != &ctx_free) { in alloc_context()
420 add_to_used_ctxlist(ctxp); in alloc_context()
422 ctxp->ctx_mm = mm; in alloc_context()
425 ctxp = ctx_used.next; in alloc_context()
427 ctxp = ctxp->next; in alloc_context()
428 if (ctxp == &ctx_used) in alloc_context()
433 add_to_used_ctxlist(ctxp); in alloc_context()
[all …]
/linux-6.3-rc2/mm/damon/
A Dmodules-common.c17 int damon_modules_new_paddr_ctx_target(struct damon_ctx **ctxp, in damon_modules_new_paddr_ctx_target() argument
39 *ctxp = ctx; in damon_modules_new_paddr_ctx_target()
A Dmodules-common.h48 int damon_modules_new_paddr_ctx_target(struct damon_ctx **ctxp,
/linux-6.3-rc2/security/selinux/
A Dxfrm.c74 static int selinux_xfrm_alloc_user(struct xfrm_sec_ctx **ctxp, in selinux_xfrm_alloc_user() argument
83 if (ctxp == NULL || uctx == NULL || in selinux_xfrm_alloc_user()
112 *ctxp = ctx; in selinux_xfrm_alloc_user()
285 int selinux_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in selinux_xfrm_policy_alloc() argument
289 return selinux_xfrm_alloc_user(ctxp, uctx, gfp); in selinux_xfrm_policy_alloc()
/linux-6.3-rc2/security/selinux/include/
A Dxfrm.h15 int selinux_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp,
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
A Dchan.h37 unsigned ctxp:8; member
A Dnv04.c68 u32 cv = (nvkm_ro32(fctx, c->ctxp + data) & ~cm); in nv04_chan_stop()
69 nvkm_wo32(fctx, c->ctxp + data, cv | (rv << c->ctxs)); in nv04_chan_stop()
110 nvkm_wo32(ramfc, chan->ramfc_offset + c->ctxp, 0x00000000); in nv04_chan_ramfc_clear()
/linux-6.3-rc2/fs/
A Daio.c1339 SYSCALL_DEFINE2(io_setup, unsigned, nr_events, aio_context_t __user *, ctxp) in SYSCALL_DEFINE2() argument
1345 ret = get_user(ctx, ctxp); in SYSCALL_DEFINE2()
1359 ret = put_user(ioctx->user_id, ctxp); in SYSCALL_DEFINE2()
/linux-6.3-rc2/include/linux/
A Dsecurity.h1737 int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp,
1756 static inline int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in security_xfrm_policy_alloc() argument
A Dlsm_hook_defs.h357 LSM_HOOK(int, 0, xfrm_policy_alloc_security, struct xfrm_sec_ctx **ctxp,
/linux-6.3-rc2/security/
A Dsecurity.c2528 int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in security_xfrm_policy_alloc() argument
2532 return call_int_hook(xfrm_policy_alloc_security, 0, ctxp, sec_ctx, gfp); in security_xfrm_policy_alloc()

Completed in 121 milliseconds