Searched refs:earliest (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/net/rxrpc/ |
D | conn_object.c | 387 unsigned long expire_at, earliest, idle_timestamp, now; in rxrpc_service_connection_reaper() local 394 earliest = now + MAX_JIFFY_OFFSET; in rxrpc_service_connection_reaper() 415 if (time_before(expire_at, earliest)) in rxrpc_service_connection_reaper() 416 earliest = expire_at; in rxrpc_service_connection_reaper() 437 if (earliest != now + MAX_JIFFY_OFFSET) { in rxrpc_service_connection_reaper() 438 _debug("reschedule reaper %ld", (long)earliest - (long)now); in rxrpc_service_connection_reaper() 439 ASSERT(time_after(earliest, now)); in rxrpc_service_connection_reaper() 440 rxrpc_set_service_reap_timer(rxnet, earliest); in rxrpc_service_connection_reaper()
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | kaslr.c | 436 unsigned long earliest = img->start + img->size; in mem_avoid_overlap() local 441 mem_avoid[i].start < earliest) { in mem_avoid_overlap() 443 earliest = overlap->start; in mem_avoid_overlap() 456 if (mem_overlaps(img, &avoid) && (avoid.start < earliest)) { in mem_avoid_overlap() 458 earliest = overlap->start; in mem_avoid_overlap()
|
/Linux-v4.19/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-v4.19/Documentation/infiniband/ |
D | tag_matching.txt | 11 message envelopes may match, the pair that includes the earliest posted-send 12 and the earliest posted-receive is the pair that must be used to satisfy the
|
/Linux-v4.19/drivers/parisc/ |
D | Kconfig | 7 The VSC, GSC and HSC busses were used from the earliest 700-series
|
/Linux-v4.19/arch/m68k/q40/ |
D | README | 55 went wrong during earliest setup stages of head.S.
|
/Linux-v4.19/fs/ |
D | Kconfig.binfmt | 120 executables used in the earliest versions of UNIX. Linux used
|
/Linux-v4.19/Documentation/driver-api/ |
D | device_link.rst | 48 The earliest point in time when device links can be added is after
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-deadline.txt | 60 earliest scheduling deadline is selected for execution). Notice that the 68 algorithm selects the task with the earliest scheduling deadline as the one
|
/Linux-v4.19/Documentation/arm64/ |
D | arm-acpi.txt | 100 not be optimal, with the earliest kernel version that first provides support
|
/Linux-v4.19/Documentation/scsi/ |
D | ncr53c8xx.txt | 99 the earliest 810 rev. 1, the latest 896 (2 channel LVD SCSI controller) and
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1933 kernel debugger at the earliest opportunity.
|