Home
last modified time | relevance | path

Searched refs:r_index (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/block/partitions/
Dldm.c999 int r_objid, r_name, r_size, r_parent, r_diskid, r_index, len; in ldm_parse_prt3() local
1029 r_index = ldm_relative(buffer, buflen, 0x34, r_diskid); in ldm_parse_prt3()
1030 if (r_index < 0) { in ldm_parse_prt3()
1031 ldm_error("r_index %d < 0", r_index); in ldm_parse_prt3()
1034 len = r_index; in ldm_parse_prt3()
1036 r_index = 0; in ldm_parse_prt3()
/linux-4.4.14/drivers/isdn/hisax/
Dst5481_usb.c32 int r_index; in usb_next_ctrl_msg() local
38 if ((r_index = fifo_remove(&ctrl->msg_fifo.f)) < 0) { in usb_next_ctrl_msg()
43 (unsigned char *)&ctrl->msg_fifo.data[r_index]; in usb_next_ctrl_msg()
/linux-4.4.14/arch/powerpc/perf/
Dcore-book3s.c429 int r_index, u_index, pred; in power_pmu_bhrb_read() local
431 r_index = 0; in power_pmu_bhrb_read()
433 while (r_index < ppmu->bhrb_nr) { in power_pmu_bhrb_read()
435 val = read_bhrb(r_index++); in power_pmu_bhrb_read()
474 val = read_bhrb(r_index++); in power_pmu_bhrb_read()
479 r_index--; in power_pmu_bhrb_read()