Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_sup.c2666 uint8_t do_next, rbyte, *vbyte; in qla2x00_get_fcode_version() local
2677 do_next = 0; in qla2x00_get_fcode_version()
2679 while ((iter < iend) && !do_next) { in qla2x00_get_fcode_version()
2684 do_next++; in qla2x00_get_fcode_version()
2687 do_next++; in qla2x00_get_fcode_version()
2690 if (!do_next) in qla2x00_get_fcode_version()
2694 do_next = 0; in qla2x00_get_fcode_version()
2695 while ((iter > istart) && !do_next) { in qla2x00_get_fcode_version()
2698 do_next++; in qla2x00_get_fcode_version()
2700 if (!do_next) in qla2x00_get_fcode_version()
[all …]
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c617 goto do_next; in hist_browser__show_callchain()
639 do_next: in hist_browser__show_callchain()
/linux-4.4.14/net/ceph/
Dmessenger.c2557 goto do_next; in try_write()
2572 do_next: in try_write()