Home
last modified time | relevance | path

Searched refs:earliest (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/net/rxrpc/
Dar-transport.c223 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()
Dar-connection.c849 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/
Dff-memless.c128 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/
DREADME55 went wrong during earliest setup stages of head.S.
/linux-4.1.27/drivers/parisc/
DKconfig7 The VSC, GSC and HSC busses were used from the earliest 700-series
/linux-4.1.27/fs/
DKconfig.binfmt109 executables used in the earliest versions of UNIX. Linux used
/linux-4.1.27/Documentation/scheduler/
Dsched-deadline.txt50 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/
Darm-acpi.txt100 not be optimal, with the earliest kernel version that first provides support
/linux-4.1.27/Documentation/sound/oss/
DREADME.OSS643 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/
Dncr53c8xx.txt99 the earliest 810 rev. 1, the latest 896 (2 channel LVD SCSI controller) and
/linux-4.1.27/Documentation/
Dkernel-parameters.txt1668 kernel debugger at the earliest opportunity.