Home
last modified time | relevance | path

Searched refs:ctxp (Results 1 - 25 of 38) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c219 struct lpfc_async_xchg_ctx *ctxp; in lpfc_nvmet_get_ctx_for_xri() local
224 list_for_each_entry(ctxp, &phba->sli4_hba.t_active_ctx_list, list) { in lpfc_nvmet_get_ctx_for_xri()
225 if (ctxp->ctxbuf->sglq->sli4_xritag != xri) in lpfc_nvmet_get_ctx_for_xri()
233 return ctxp; in lpfc_nvmet_get_ctx_for_xri()
241 struct lpfc_async_xchg_ctx *ctxp; in lpfc_nvmet_get_ctx_for_oxid() local
246 list_for_each_entry(ctxp, &phba->sli4_hba.t_active_ctx_list, list) { in lpfc_nvmet_get_ctx_for_oxid()
247 if (ctxp->oxid != oxid || ctxp->sid != sid) in lpfc_nvmet_get_ctx_for_oxid()
255 return ctxp; in lpfc_nvmet_get_ctx_for_oxid()
263 struct lpfc_async_xchg_ctx *ctxp) in lpfc_nvmet_defer_release()
262 lpfc_nvmet_defer_release(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *ctxp) lpfc_nvmet_defer_release() argument
388 struct lpfc_async_xchg_ctx *ctxp = ctx_buf->context; lpfc_nvmet_ctxbuf_post() local
513 lpfc_nvmet_ktime(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *ctxp) lpfc_nvmet_ktime() argument
723 struct lpfc_async_xchg_ctx *ctxp; lpfc_nvmet_xmt_fcp_op_cmp() local
1014 struct lpfc_async_xchg_ctx *ctxp = lpfc_nvmet_xmt_fcp_op() local
1144 struct lpfc_async_xchg_ctx *ctxp = lpfc_nvmet_xmt_fcp_abort() local
1203 struct lpfc_async_xchg_ctx *ctxp = lpfc_nvmet_xmt_fcp_release() local
1246 struct lpfc_async_xchg_ctx *ctxp = lpfc_nvmet_defer_rcv() local
1767 struct lpfc_async_xchg_ctx *ctxp, *next_ctxp; lpfc_sli4_nvmet_xri_aborted() local
1866 struct lpfc_async_xchg_ctx *ctxp, *next_ctxp; lpfc_nvmet_rcv_unsol_abort() local
2000 lpfc_nvmet_wqfull_flush(struct lpfc_hba *phba, struct lpfc_queue *wq, struct lpfc_async_xchg_ctx *ctxp) lpfc_nvmet_wqfull_flush() argument
2052 struct lpfc_async_xchg_ctx *ctxp; lpfc_nvmet_wqfull_process() local
2179 struct lpfc_async_xchg_ctx *ctxp = ctx_buf->context; lpfc_nvmet_process_rcv_fcp_req() local
2370 struct lpfc_async_xchg_ctx *ctxp; lpfc_nvmet_unsol_fcp_buffer() local
2573 lpfc_nvmet_prep_ls_wqe(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *ctxp, dma_addr_t rspbuf, uint16_t rspsize) lpfc_nvmet_prep_ls_wqe() argument
2695 lpfc_nvmet_prep_fcp_wqe(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *ctxp) lpfc_nvmet_prep_fcp_wqe() argument
3043 struct lpfc_async_xchg_ctx *ctxp; lpfc_nvmet_sol_fcp_abort_cmp() local
3112 struct lpfc_async_xchg_ctx *ctxp; lpfc_nvmet_unsol_fcp_abort_cmp() local
3193 struct lpfc_async_xchg_ctx *ctxp; lpfc_nvmet_xmt_ls_abort_cmp() local
3235 lpfc_nvmet_unsol_issue_abort(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *ctxp, uint32_t sid, uint16_t xri) lpfc_nvmet_unsol_issue_abort() argument
3331 lpfc_nvmet_sol_fcp_issue_abort(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *ctxp, uint32_t sid, uint16_t xri) lpfc_nvmet_sol_fcp_issue_abort() argument
3457 lpfc_nvmet_unsol_fcp_issue_abort(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *ctxp, uint32_t sid, uint16_t xri) lpfc_nvmet_unsol_fcp_issue_abort() argument
3530 lpfc_nvme_unsol_ls_issue_abort(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *ctxp, uint32_t sid, uint16_t xri) lpfc_nvme_unsol_ls_issue_abort() argument
[all...]
H A Dlpfc_nvme.h248 struct lpfc_async_xchg_ctx *ctxp, uint32_t sid,
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c219 struct lpfc_async_xchg_ctx *ctxp; in lpfc_nvmet_get_ctx_for_xri() local
224 list_for_each_entry(ctxp, &phba->sli4_hba.t_active_ctx_list, list) { in lpfc_nvmet_get_ctx_for_xri()
225 if (ctxp->ctxbuf->sglq->sli4_xritag != xri) in lpfc_nvmet_get_ctx_for_xri()
233 return ctxp; in lpfc_nvmet_get_ctx_for_xri()
241 struct lpfc_async_xchg_ctx *ctxp; in lpfc_nvmet_get_ctx_for_oxid() local
246 list_for_each_entry(ctxp, &phba->sli4_hba.t_active_ctx_list, list) { in lpfc_nvmet_get_ctx_for_oxid()
247 if (ctxp->oxid != oxid || ctxp->sid != sid) in lpfc_nvmet_get_ctx_for_oxid()
255 return ctxp; in lpfc_nvmet_get_ctx_for_oxid()
263 struct lpfc_async_xchg_ctx *ctxp) in lpfc_nvmet_defer_release()
262 lpfc_nvmet_defer_release(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *ctxp) lpfc_nvmet_defer_release() argument
389 struct lpfc_async_xchg_ctx *ctxp = ctx_buf->context; lpfc_nvmet_ctxbuf_post() local
514 lpfc_nvmet_ktime(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *ctxp) lpfc_nvmet_ktime() argument
724 struct lpfc_async_xchg_ctx *ctxp; lpfc_nvmet_xmt_fcp_op_cmp() local
1013 struct lpfc_async_xchg_ctx *ctxp = lpfc_nvmet_xmt_fcp_op() local
1142 struct lpfc_async_xchg_ctx *ctxp = lpfc_nvmet_xmt_fcp_abort() local
1201 struct lpfc_async_xchg_ctx *ctxp = lpfc_nvmet_xmt_fcp_release() local
1244 struct lpfc_async_xchg_ctx *ctxp = lpfc_nvmet_defer_rcv() local
1771 struct lpfc_async_xchg_ctx *ctxp, *next_ctxp; lpfc_sli4_nvmet_xri_aborted() local
1870 struct lpfc_async_xchg_ctx *ctxp, *next_ctxp; lpfc_nvmet_rcv_unsol_abort() local
2000 lpfc_nvmet_wqfull_flush(struct lpfc_hba *phba, struct lpfc_queue *wq, struct lpfc_async_xchg_ctx *ctxp) lpfc_nvmet_wqfull_flush() argument
2055 struct lpfc_async_xchg_ctx *ctxp; lpfc_nvmet_wqfull_process() local
2182 struct lpfc_async_xchg_ctx *ctxp = ctx_buf->context; lpfc_nvmet_process_rcv_fcp_req() local
2373 struct lpfc_async_xchg_ctx *ctxp; lpfc_nvmet_unsol_fcp_buffer() local
2576 lpfc_nvmet_prep_ls_wqe(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *ctxp, dma_addr_t rspbuf, uint16_t rspsize) lpfc_nvmet_prep_ls_wqe() argument
2699 lpfc_nvmet_prep_fcp_wqe(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *ctxp) lpfc_nvmet_prep_fcp_wqe() argument
3045 struct lpfc_async_xchg_ctx *ctxp; lpfc_nvmet_sol_fcp_abort_cmp() local
3115 struct lpfc_async_xchg_ctx *ctxp; lpfc_nvmet_unsol_fcp_abort_cmp() local
3197 struct lpfc_async_xchg_ctx *ctxp; lpfc_nvmet_xmt_ls_abort_cmp() local
3240 lpfc_nvmet_unsol_issue_abort(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *ctxp, uint32_t sid, uint16_t xri) lpfc_nvmet_unsol_issue_abort() argument
3336 lpfc_nvmet_sol_fcp_issue_abort(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *ctxp, uint32_t sid, uint16_t xri) lpfc_nvmet_sol_fcp_issue_abort() argument
3463 lpfc_nvmet_unsol_fcp_issue_abort(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *ctxp, uint32_t sid, uint16_t xri) lpfc_nvmet_unsol_fcp_issue_abort() argument
3535 lpfc_nvme_unsol_ls_issue_abort(struct lpfc_hba *phba, struct lpfc_async_xchg_ctx *ctxp, uint32_t sid, uint16_t xri) lpfc_nvme_unsol_ls_issue_abort() argument
[all...]
H A Dlpfc_nvme.h245 struct lpfc_async_xchg_ctx *ctxp, uint32_t sid,
/kernel/linux/linux-5.10/tools/perf/util/
H A Dstat-shadow.c860 void *ctxp = out->ctx; in generic_metric() local
883 print_metric(config, ctxp, NULL, "%8.1f", in generic_metric()
886 print_metric(config, ctxp, NULL, "%8.2f", in generic_metric()
893 print_metric(config, ctxp, NULL, NULL, in generic_metric()
898 print_metric(config, ctxp, NULL, NULL, in generic_metric()
929 void *ctxp = out->ctx; in perf_stat__print_shadow_stats() local
942 print_metric(config, ctxp, NULL, "%7.2f ", in perf_stat__print_shadow_stats()
945 print_metric(config, ctxp, NULL, NULL, "insn per cycle", 0); in perf_stat__print_shadow_stats()
956 out->new_line(config, ctxp); in perf_stat__print_shadow_stats()
958 print_metric(config, ctxp, NUL in perf_stat__print_shadow_stats()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstat-shadow.c309 void *ctxp = out->ctx; in print_instructions() local
315 print_metric(config, ctxp, NULL, "%7.2f ", "insn per cycle", in print_instructions()
318 print_metric(config, ctxp, NULL, NULL, "insn per cycle", 0); in print_instructions()
321 out->new_line(config, ctxp); in print_instructions()
322 print_metric(config, ctxp, NULL, "%7.2f ", "stalled cycles per insn", in print_instructions()
348 void *ctxp = out->ctx; in print_nsecs() local
352 print_metric(config, ctxp, NULL, "%8.3f", "CPUs utilized", in print_nsecs()
355 print_metric(config, ctxp, NULL, NULL, "CPUs utilized", 0); in print_nsecs()
454 void *ctxp = out->ctx; in generic_metric() local
494 print_metric(config, ctxp, colo in generic_metric()
537 perf_stat__print_metricgroup_header(struct perf_stat_config *config, struct evsel *evsel, void *ctxp, const char *name, struct perf_stat_output_ctx *out) perf_stat__print_metricgroup_header() argument
594 void *ctxp = out->ctx; perf_stat__print_shadow_stats_metricgroup() local
662 void *ctxp = out->ctx; perf_stat__print_shadow_stats() local
[all...]
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dsrmmu.c110 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()
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()
419 remove_from_ctx_list(ctxp); in alloc_context()
420 add_to_used_ctxlist(ctxp); in alloc_context()
421 mm->context = ctxp->ctx_number; in alloc_context()
422 ctxp->ctx_mm = mm; in alloc_context()
425 ctxp in alloc_context()
[all...]
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dsrmmu.c110 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()
416 struct ctx_list *ctxp; in alloc_context() local
418 ctxp = ctx_free.next; in alloc_context()
419 if (ctxp != &ctx_free) { in alloc_context()
420 remove_from_ctx_list(ctxp); in alloc_context()
421 add_to_used_ctxlist(ctxp); in alloc_context()
422 mm->context = ctxp->ctx_number; in alloc_context()
423 ctxp->ctx_mm = mm; in alloc_context()
426 ctxp in alloc_context()
[all...]
/kernel/linux/linux-6.6/mm/damon/
H A Dmodules-common.c14 * @ctxp: Pointer to save the point to the newly created context
17 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()
H A Dmodules-common.h48 int damon_modules_new_paddr_ctx_target(struct damon_ctx **ctxp,
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H 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()
H A Dnitrox_req.h324 * @ctxp: Context pointer. CTXP<63,2:0> must be zero in all cases.
358 __be64 ctxp; member
H A Dnitrox_reqmgr.c466 sr->instr.irh.s.ctxp = cpu_to_be64(ctx_handle); in nitrox_process_se_request()
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H 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()
H A Dnitrox_req.h326 * @ctxp: Context pointer. CTXP<63,2:0> must be zero in all cases.
361 __be64 ctxp; member
H A Dnitrox_reqmgr.c471 sr->instr.irh.s.ctxp = cpu_to_be64(ctx_handle); in nitrox_process_se_request()
/kernel/linux/linux-5.10/security/selinux/
H 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()
/kernel/linux/linux-6.6/security/selinux/
H 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()
111 *ctxp = ctx; in selinux_xfrm_alloc_user()
282 int selinux_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in selinux_xfrm_policy_alloc() argument
286 return selinux_xfrm_alloc_user(ctxp, uctx, gfp); in selinux_xfrm_policy_alloc()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv04.h10 unsigned ctxp:8; member
H A Ddmanv04.c103 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()
/kernel/linux/linux-5.10/security/selinux/include/
H A Dxfrm.h13 int selinux_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp,
/kernel/linux/linux-6.6/security/selinux/include/
H A Dxfrm.h15 int selinux_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp,
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchan.h37 unsigned ctxp:8; member
H 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()
/kernel/linux/linux-5.10/fs/
H A Daio.c1317 * ctxp must not point to an aio_context that already exists, and
1319 * creation of the aio_context, *ctxp is filled in with the resulting
1320 * handle. May fail with -EINVAL if *ctxp is not initialized,
1325 * pointer is passed for ctxp. Will fail with -ENOSYS if not
1328 SYSCALL_DEFINE2(io_setup, unsigned, nr_events, aio_context_t __user *, ctxp) in SYSCALL_DEFINE2()
1334 ret = get_user(ctx, ctxp); in SYSCALL_DEFINE2()
1348 ret = put_user(ioctx->user_id, ctxp); in SYSCALL_DEFINE2()

Completed in 21 milliseconds

12