Home
last modified time | relevance | path

Searched refs:tgt1 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/ia64/lib/
Dcopy_page.S29 #define tgt1 r22 macro
64 mov tgt1=in0
70 (EPI) st8 [tgt1]=t1[PIPE_DEPTH-1],16
76 (EPI) st8 [tgt1]=t3[PIPE_DEPTH-1],16
81 (EPI) st8 [tgt1]=t5[PIPE_DEPTH-1],16
86 (EPI) st8 [tgt1]=t7[PIPE_DEPTH-1],16
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c1063 struct lmv_tgt_desc *tgt1, *tgt2; in lmv_iocontrol() local
1065 tgt1 = lmv_find_target(lmv, &op_data->op_fid1); in lmv_iocontrol()
1066 if (IS_ERR(tgt1)) in lmv_iocontrol()
1067 return PTR_ERR(tgt1); in lmv_iocontrol()
1073 if ((tgt1->ltd_exp == NULL) || (tgt2->ltd_exp == NULL)) in lmv_iocontrol()
1077 if (tgt1->ltd_idx != tgt2->ltd_idx) in lmv_iocontrol()
1080 rc = obd_iocontrol(cmd, tgt1->ltd_exp, len, karg, uarg); in lmv_iocontrol()