tag | line | file | source code |
first_time | 495 | drivers/block/genhd.c | static int first_time = 1; |
first_time | 499 | drivers/block/genhd.c | if (first_time) |
first_time | 501 | drivers/block/genhd.c | first_time = 0; |
first_time | 115 | drivers/char/ftape/calibr.c | static int first_time = 1; |
first_time | 121 | drivers/char/ftape/calibr.c | if (first_time) { /* get idea of I/O performance */ |
first_time | 124 | drivers/char/ftape/calibr.c | first_time = 0; |
first_time | 812 | drivers/char/ftape/ftape-io.c | static int first_time = 1; |
first_time | 814 | drivers/char/ftape/ftape-io.c | if (first_time) { |
first_time | 816 | drivers/char/ftape/ftape-io.c | first_time = 0; |
first_time | 1457 | drivers/net/pi2.c | static first_time = 1; |
first_time | 1462 | drivers/net/pi2.c | if (first_time) { |
first_time | 1489 | drivers/net/pi2.c | first_time = 0; |
first_time | 474 | drivers/net/ppp.c | static int first_time = 1; |
first_time | 477 | drivers/net/ppp.c | if (first_time) { |
first_time | 478 | drivers/net/ppp.c | first_time = 0; |
first_time | 927 | drivers/net/pt.c | static first_time = 1; |
first_time | 931 | drivers/net/pt.c | if (first_time) |
first_time | 967 | drivers/net/pt.c | first_time = 0; |