Home
last modified time | relevance | path

Searched refs:context1 (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DMakefile138 SOURCES = arith.c big.c context1.c \
155 $(PROGDIR)/hanoi $(PROGDIR)/syscall $(PROGDIR)/context1 \
277 $(PROGDIR)/context1: $(SRCDIR)/context1.c $(SRCDIR)/timeit.c
H A DUSAGE96 context1 Pipe-based Context Switching
155 oldsystem Runs execl, fstime, fsbuffer, fsdisk, pipe, context1,
H A DREADME188 * The Pipe-based Context Switching test (context1) was being dropped
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/pgms/
H A Dindex.base11 context1|10|lps|4000|4000|2
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_ct.c282 if (ctiocb->context1) { in lpfc_ct_free_iocb()
283 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context1; in lpfc_ct_free_iocb()
286 ctiocb->context1 = NULL; in lpfc_ct_free_iocb()
346 geniocb->context1 = (uint8_t *) inp; in lpfc_gen_req()
679 inp = (struct lpfc_dmabuf *) cmdiocb->context1; in lpfc_cmpl_ct_cmd_gid_ft()
888 inp = (struct lpfc_dmabuf *)cmdiocb->context1; in lpfc_cmpl_ct_cmd_gid_pt()
1082 struct lpfc_dmabuf *inp = (struct lpfc_dmabuf *) cmdiocb->context1; in lpfc_cmpl_ct_cmd_gff_id()
1216 struct lpfc_dmabuf *inp = (struct lpfc_dmabuf *)cmdiocb->context1; in lpfc_cmpl_ct_cmd_gft_id()
1312 inp = (struct lpfc_dmabuf *) cmdiocb->context1; in lpfc_cmpl_ct()
1568 mp = cmdiocb->context1; in lpfc_get_gidft_type()
[all …]
H A Dlpfc_els.c304 elsiocb->context1 = lpfc_nlp_get(ndlp); in lpfc_prep_els_iocb()
305 if (!elsiocb->context1) in lpfc_prep_els_iocb()
987 struct lpfc_nodelist *ndlp = cmdiocb->context1; in lpfc_cmpl_els_flogi()
1433 ndlp = (struct lpfc_nodelist *)(iocb->context1); in lpfc_els_abort_flogi()
2257 ndlp = (struct lpfc_nodelist *) cmdiocb->context1; in lpfc_cmpl_els_prli()
2672 ndlp = (struct lpfc_nodelist *) cmdiocb->context1; in lpfc_cmpl_els_adisc()
2820 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) cmdiocb->context1; in lpfc_cmpl_els_logo()
3113 cmdiocb->context1 = NULL; /* save ndlp refcnt */ in lpfc_cmpl_els_disc_cmd()
3815 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) cmdiocb->context1; in lpfc_els_retry()
4346 ndlp = (struct lpfc_nodelist *)elsiocb->context1; in lpfc_els_free_iocb()
[all …]
H A Dlpfc_nvme.c479 ndlp = (struct lpfc_nodelist *)cmdwqe->context1; in __lpfc_nvme_ls_req_cmp()
510 cmdwqe->context1 = NULL; in __lpfc_nvme_ls_req_cmp()
569 genwqe->context1 = lpfc_nlp_get(ndlp); in lpfc_nvme_gen_req()
1080 (struct lpfc_io_buf *)pwqeIn->context1; in lpfc_nvme_io_cmd_wqe_cmpl()
2781 if (!pwqeIn->context1) { in lpfc_nvme_cancel_iocb()
2791 lpfc_ncmd = (struct lpfc_io_buf *)pwqeIn->context1; in lpfc_nvme_cancel_iocb()
H A Dlpfc_sli.h106 void *context1; /* caller context information */ member
H A Dlpfc_nvmet.c319 lpfc_nlp_put(cmdwqe->context1); in __lpfc_nvme_xmt_ls_rsp_cmp()
944 lpfc_nlp_put(nvmewqeq->context1); in __lpfc_nvme_xmt_ls_rsp()
1584 ctx_buf->iocbq->context1 = NULL; in lpfc_nvmet_setup_io_context()
2612 nvmewqe->context1 = lpfc_nlp_get(ndlp); in lpfc_nvmet_prep_ls_wqe()
2613 if (nvmewqe->context1 == NULL) in lpfc_nvmet_prep_ls_wqe()
2993 nvmewqe->context1 = ndlp; in lpfc_nvmet_prep_fcp_wqe()
3316 abts_wqeq->context1 = ndlp; in lpfc_nvmet_unsol_issue_abort()
H A Dlpfc_bsg.c314 dd_data = cmdiocbq->context1; in lpfc_bsg_send_mgmt_cmd_cmp()
496 cmdiocbq->context1 = dd_data; in lpfc_bsg_send_mgmt_cmd()
592 dd_data = cmdiocbq->context1; in lpfc_bsg_rport_els_cmp()
594 cmdiocbq->context1 = ndlp; in lpfc_bsg_rport_els_cmp()
735 cmdiocbq->context1 = dd_data; in lpfc_bsg_rport_els()
776 cmdiocbq->context1 = ndlp; in lpfc_bsg_rport_els()
1409 dd_data = cmdiocbq->context1; in lpfc_issue_ct_rsp_cmp()
1574 ctiocb->context1 = dd_data; in lpfc_issue_ct_rsp()
5093 dd_data = cmdiocbq->context1; in lpfc_bsg_menlo_cmd_cmp()
5292 cmdiocbq->context1 = dd_data; in lpfc_menlo_cmd()
H A Dlpfc_scsi.c449 psb->cur_iocbq.context1 = psb; in lpfc_new_scsi_buf_s3()
3801 (struct lpfc_io_buf *) pIocbIn->context1; in lpfc_scsi_cmd_iocb_cmpl()
4177 piocbq->context1 = lpfc_cmd; in lpfc_scsi_prep_cmnd()
4309 (struct lpfc_io_buf *) cmdiocbq->context1; in lpfc_tskmgmt_def_cmpl()
4800 BUG_ON(iocb->context1 != lpfc_cmd); in lpfc_abort_handler()
H A Dlpfc_sli.c1146 lpfc_cmd = (struct lpfc_io_buf *) piocbq->context1; in __lpfc_sli_get_els_sglq()
1157 ndlp = piocbq->context1; in __lpfc_sli_get_els_sglq()
9590 ndlp = (struct lpfc_nodelist *)iocbq->context1; in lpfc_sli4_iocb2wqe()
9638 } else if (pcmd && iocbq->context1) { in lpfc_sli4_iocb2wqe()
9740 lpfc_cmd = iocbq->context1; in lpfc_sli4_iocb2wqe()
9804 lpfc_cmd = iocbq->context1; in lpfc_sli4_iocb2wqe()
9861 lpfc_cmd = iocbq->context1; in lpfc_sli4_iocb2wqe()
9917 ndlp = (struct lpfc_nodelist *)iocbq->context1; in lpfc_sli4_iocb2wqe()
10008 ndlp = (struct lpfc_nodelist *)iocbq->context1; in lpfc_sli4_iocb2wqe()
10274 lpfc_cmd = (struct lpfc_io_buf *)piocb->context1; in lpfc_sli4_calc_ring()
[all …]
H A Dlpfc_hbadisc.c4781 if (iocb->context1 == (uint8_t *) ndlp) in lpfc_check_sli_ndlp()
5826 if (iocb->context1 != ndlp) { in lpfc_free_tx()
5839 if (iocb->context1 != ndlp) { in lpfc_free_tx()
H A Dlpfc_init.c4226 pwqeq->context1 = lpfc_ncmd; in lpfc_new_io_buf()
4231 lpfc_ncmd->cur_iocbq.context1 = lpfc_ncmd; in lpfc_new_io_buf()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dsort.src32 system="syscall pipe context1 spawn execl fstime"
183 context1)
/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dservices.c3203 struct context *context1; in security_sid_mls_copy() local
3230 context1 = sidtab_search(sidtab, sid); in security_sid_mls_copy()
3231 if (!context1) { in security_sid_mls_copy()
3245 newcon.user = context1->user; in security_sid_mls_copy()
3246 newcon.role = context1->role; in security_sid_mls_copy()
3247 newcon.type = context1->type; in security_sid_mls_copy()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_android.c1071 char *token1, *context1 = NULL; in wl_android_set_bandsteer() local
1082 iftype = bcmstrtok(&token1, " ", context1); in wl_android_set_bandsteer()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_android.c1058 char *token1, *context1 = NULL; in wl_android_set_bandsteer() local
1069 iftype = bcmstrtok(&token1, " ", context1); in wl_android_set_bandsteer()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_android.c1090 char *token1, *context1 = NULL; in wl_android_set_bandsteer() local
1101 iftype = bcmstrtok(&token1, " ", context1); in wl_android_set_bandsteer()
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.lpfc331 lpfc_sli_handle_mb_event, pmb->context1 points to a waitq. Do