Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/rxrpc/
Dconn_object.c387 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()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
Dkaslr.c441 u64 earliest = img->start + img->size; in mem_avoid_overlap() local
446 mem_avoid[i].start < earliest) { in mem_avoid_overlap()
448 earliest = overlap->start; in mem_avoid_overlap()
461 if (mem_overlaps(img, &avoid) && (avoid.start < earliest)) { in mem_avoid_overlap()
463 earliest = overlap->start; in mem_avoid_overlap()
472 if (mem_overlaps(img, &avoid) && (avoid.start < earliest)) { in mem_avoid_overlap()
474 earliest = overlap->start; in mem_avoid_overlap()
/kernel/linux/linux-5.10/drivers/input/
Dff-memless.c116 unsigned long earliest = 0; in ml_schedule_timer() local
136 (++events == 1 || time_before(next_at, earliest))) in ml_schedule_timer()
137 earliest = next_at; in ml_schedule_timer()
145 mod_timer(&ml->timer, earliest); in ml_schedule_timer()
/kernel/linux/linux-5.10/Documentation/infiniband/
Dtag_matching.rst15 message envelopes may match, the pair that includes the earliest posted-send
16 and the earliest posted-receive is the pair that must be used to satisfy the
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
Dbpftool-net.rst64 **xdpdrv** - Native XDP. runs earliest point in driver's receive path;
/kernel/linux/linux-5.10/drivers/parisc/
DKconfig9 The VSC, GSC and HSC busses were used from the earliest 700-series
/kernel/linux/linux-5.10/arch/m68k/q40/
DREADME55 went wrong during earliest setup stages of head.S.
/kernel/linux/linux-5.10/fs/
DKconfig.binfmt143 executables used in the earliest versions of UNIX. Linux used
/kernel/linux/linux-5.10/Documentation/driver-api/
Ddevice_link.rst47 The earliest point in time when device links can be added is after
/kernel/linux/linux-5.10/Documentation/scheduler/
Dsched-deadline.rst60 earliest scheduling deadline is selected for execution). Notice that the
68 algorithm selects the task with the earliest scheduling deadline as the one
/kernel/linux/linux-5.10/Documentation/RCU/Design/Memory-Ordering/
DTree-RCU-Memory-Ordering.rst559 | to end. The earliest reasonable candidate is as soon as the last CPU |
/kernel/linux/linux-5.10/Documentation/arm64/
Darm-acpi.rst102 not be optimal, with the earliest kernel version that first provides support
/kernel/linux/linux-5.10/Documentation/scsi/
Dncr53c8xx.rst107 the earliest 810 rev. 1, the latest 896 (2 channel LVD SCSI controller) and
/kernel/linux/linux-5.10/Documentation/RCU/Design/Requirements/
DRequirements.rst674 update-side code, and was premeditated, appearing in the earliest
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dkernel-parameters.txt2237 kernel debugger at the earliest opportunity.
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch9531 + * track of earliest wakeup time and delay subsequent prepare call accordingly