Searched refs:earliest (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/net/rxrpc/ |
D | ar-transport.c | 223 unsigned long now, earliest, reap_time; in rxrpc_transport_reaper() local 230 earliest = ULONG_MAX; in rxrpc_transport_reaper() 245 else if (reap_time < earliest) in rxrpc_transport_reaper() 246 earliest = reap_time; in rxrpc_transport_reaper() 250 if (earliest != ULONG_MAX) { in rxrpc_transport_reaper() 251 _debug("reschedule reaper %ld", (long) earliest - now); in rxrpc_transport_reaper() 252 ASSERTCMP(earliest, >, now); in rxrpc_transport_reaper() 254 (earliest - now) * HZ); in rxrpc_transport_reaper()
|
D | ar-connection.c | 849 unsigned long now, earliest, reap_time; in rxrpc_connection_reaper() local 856 earliest = ULONG_MAX; in rxrpc_connection_reaper() 886 } else if (reap_time < earliest) { in rxrpc_connection_reaper() 887 earliest = reap_time; in rxrpc_connection_reaper() 895 if (earliest != ULONG_MAX) { in rxrpc_connection_reaper() 896 _debug("reschedule reaper %ld", (long) earliest - now); in rxrpc_connection_reaper() 897 ASSERTCMP(earliest, >, now); in rxrpc_connection_reaper() 899 (earliest - now) * HZ); in rxrpc_connection_reaper()
|
/linux-4.1.27/drivers/input/ |
D | ff-memless.c | 128 unsigned long earliest = 0; in ml_schedule_timer() local 148 (++events == 1 || time_before(next_at, earliest))) in ml_schedule_timer() 149 earliest = next_at; in ml_schedule_timer() 157 mod_timer(&ml->timer, earliest); in ml_schedule_timer()
|
/linux-4.1.27/arch/m68k/q40/ |
D | README | 55 went wrong during earliest setup stages of head.S.
|
/linux-4.1.27/drivers/parisc/ |
D | Kconfig | 7 The VSC, GSC and HSC busses were used from the earliest 700-series
|
/linux-4.1.27/fs/ |
D | Kconfig.binfmt | 109 executables used in the earliest versions of UNIX. Linux used
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-deadline.txt | 50 earliest scheduling deadline is selected for execution). Notice that the 58 algorithm selects the task with the earliest scheduling deadline as the one
|
/linux-4.1.27/Documentation/arm64/ |
D | arm-acpi.txt | 100 not be optimal, with the earliest kernel version that first provides support
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.OSS | 643 Some of the earliest sound cards were jumper configurable. You have to 976 earliest ones (pre 3.7) don't have a hardware mixer. With these cards
|
/linux-4.1.27/Documentation/scsi/ |
D | ncr53c8xx.txt | 99 the earliest 810 rev. 1, the latest 896 (2 channel LVD SCSI controller) and
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 1668 kernel debugger at the earliest opportunity.
|