Searched refs:tgt1 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/ia64/lib/ |
D | copy_page.S | 29 #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.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 1101 struct lmv_tgt_desc *tgt1, *tgt2; in lmv_iocontrol() local 1103 tgt1 = lmv_find_target(lmv, &op_data->op_fid1); in lmv_iocontrol() 1104 if (IS_ERR(tgt1)) in lmv_iocontrol() 1105 return PTR_ERR(tgt1); in lmv_iocontrol() 1111 if ((tgt1->ltd_exp == NULL) || (tgt2->ltd_exp == NULL)) in lmv_iocontrol() 1115 if (tgt1->ltd_idx != tgt2->ltd_idx) in lmv_iocontrol() 1118 rc = obd_iocontrol(cmd, tgt1->ltd_exp, len, karg, uarg); in lmv_iocontrol()
|