tag | line | file | source code |
best_time | 2721 | drivers/sound/gus_wave.c | int i, p, best = -1, best_time = 0x7fffffff; |
best_time | 2735 | drivers/sound/gus_wave.c | if (alloc->alloc_times[p] < best_time) |
best_time | 2738 | drivers/sound/gus_wave.c | best_time = alloc->alloc_times[p]; |
best_time | 1073 | drivers/sound/opl3.c | int i, p, best, first, avail, best_time = 0x7fffffff; |
best_time | 1117 | drivers/sound/opl3.c | if (alloc->alloc_times[p] < best_time) /* Find oldest playing note */ |
best_time | 1119 | drivers/sound/opl3.c | best_time = alloc->alloc_times[p]; |
best_time | 557 | fs/buffer.c | unsigned int best_time, winner; |
best_time | 646 | fs/buffer.c | winner = best_time = UINT_MAX; |
best_time | 649 | fs/buffer.c | if(candidate[i]->b_lru_time < best_time){ |
best_time | 650 | fs/buffer.c | best_time = candidate[i]->b_lru_time; |