Searched refs:ctxp (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_nvmet.c | 219 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() argument 265 lockdep_assert_held(&ctxp->ctxlock); in lpfc_nvmet_defer_release() [all …]
|
H A D | lpfc_nvme.h | 245 struct lpfc_async_xchg_ctx *ctxp, uint32_t sid,
|
/linux/security/selinux/ |
H A D | xfrm.c | 74 static int selinux_xfrm_alloc_user(struct xfrm_sec_ctx **ctxp, in selinux_xfrm_alloc_user() argument 82 if (ctxp == NULL || uctx == NULL || in selinux_xfrm_alloc_user() 110 *ctxp = ctx; in selinux_xfrm_alloc_user() 279 int selinux_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in selinux_xfrm_policy_alloc() argument 283 return selinux_xfrm_alloc_user(ctxp, uctx, gfp); in selinux_xfrm_policy_alloc()
|
/linux/mm/damon/ |
H A D | modules-common.c | 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 D | modules-common.h | 48 int damon_modules_new_paddr_ctx_target(struct damon_ctx **ctxp,
|
/linux/tools/testing/selftests/lsm/ |
H A D | lsm_get_self_attr_test.c | 19 static struct lsm_ctx *next_ctx(struct lsm_ctx *ctxp) in next_ctx() argument 23 vp = (void *)ctxp + sizeof(*ctxp) + ctxp->ctx_len; in next_ctx()
|
/linux/security/selinux/include/ |
H A D | xfrm.h | 16 int selinux_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp,
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | nv04.c | 68 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()
|
H A D | chan.h | 40 unsigned ctxp:8; member
|
/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_req.h | 361 __be64 ctxp; member
|
H A D | nitrox_reqmgr.c | 471 sr->instr.irh.s.ctxp = cpu_to_be64(ctx_handle); in nitrox_process_se_request()
|
/linux/security/ |
H A D | security.c | 5282 int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in security_xfrm_policy_alloc() argument 5286 return call_int_hook(xfrm_policy_alloc_security, ctxp, sec_ctx, gfp); in security_xfrm_policy_alloc()
|