tag | line | file | source code |
best_time | 2678 | drivers/sound/gus_wave.c | int i, p, best = -1, best_time = 0x7fffffff; |
best_time | 2692 | drivers/sound/gus_wave.c | if (alloc->alloc_times[p] < best_time) |
best_time | 2695 | drivers/sound/gus_wave.c | best_time = alloc->alloc_times[p]; |
best_time | 1103 | drivers/sound/opl3.c | int i, p, best, first, avail_voices, best_time = 0x7fffffff; |
best_time | 1147 | drivers/sound/opl3.c | if (alloc->alloc_times[p] < best_time) /* Find oldest playing note */ |
best_time | 1149 | drivers/sound/opl3.c | best_time = alloc->alloc_times[p]; |
best_time | 502 | fs/buffer.c | unsigned int best_time, winner; |
best_time | 591 | fs/buffer.c | winner = best_time = UINT_MAX; |
best_time | 594 | fs/buffer.c | if(candidate[i]->b_lru_time < best_time){ |
best_time | 595 | fs/buffer.c | best_time = candidate[i]->b_lru_time; |