Home
last modified time | relevance | path

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

/linux/net/rxrpc/
A Dconn_object.c385 unsigned long expire_at, earliest, idle_timestamp, now; in rxrpc_service_connection_reaper() local
393 earliest = now + MAX_JIFFY_OFFSET; in rxrpc_service_connection_reaper()
414 if (time_before(expire_at, earliest)) in rxrpc_service_connection_reaper()
415 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/arch/x86/boot/compressed/
A Dkaslr.c412 u64 earliest = img->start + img->size; in mem_avoid_overlap() local
417 mem_avoid[i].start < earliest) { in mem_avoid_overlap()
419 earliest = overlap->start; in mem_avoid_overlap()
432 if (mem_overlaps(img, &avoid) && (avoid.start < earliest)) { in mem_avoid_overlap()
434 earliest = overlap->start; in mem_avoid_overlap()
443 if (mem_overlaps(img, &avoid) && (avoid.start < earliest)) { in mem_avoid_overlap()
445 earliest = overlap->start; in mem_avoid_overlap()
/linux/drivers/input/
A Dff-memless.c113 unsigned long earliest = 0; in ml_schedule_timer() local
133 (++events == 1 || time_before(next_at, earliest))) in ml_schedule_timer()
134 earliest = next_at; in ml_schedule_timer()
142 mod_timer(&ml->timer, earliest); in ml_schedule_timer()
/linux/Documentation/infiniband/
A 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
/linux/Documentation/scheduler/
A Dsched-eevdf.rst20 with the earliest VD to execute next. It's important to note that this
A 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
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-net.rst70 **xdpdrv** - Native XDP. runs earliest point in driver's receive path;
/linux/drivers/parisc/
A DKconfig10 The VSC, GSC and HSC busses were used from the earliest 700-series
/linux/arch/m68k/q40/
A DREADME54 went wrong during earliest setup stages of head.S.
/linux/Documentation/driver-api/
A Ddevice_link.rst47 The earliest point in time when device links can be added is after
/linux/Documentation/admin-guide/
A Dquickly-build-trimmed-linux.rst295 Now fetch the latest upstream changes; you again need to specify the earliest
516 to specify the earliest version you care about (or to be precise: its git
A Dverify-bugs-and-bisect-regressions.rst1347 to specify the earliest version you care about (or to be precise: its git
A Dkernel-parameters.txt2615 kernel debugger at the earliest opportunity.
/linux/Documentation/arch/arm64/
A Darm-acpi.rst103 not be optimal, with the earliest kernel version that first provides support
/linux/Documentation/RCU/Design/Memory-Ordering/
A DTree-RCU-Memory-Ordering.rst583 | to end. The earliest reasonable candidate is as soon as the last CPU |
/linux/Documentation/ABI/stable/
A Dsysfs-driver-mlxreg-io582 flow their reset should be released with system power – earliest power
/linux/Documentation/scsi/
A Dncr53c8xx.rst107 the earliest 810 rev. 1, the latest 896 (2 channel LVD SCSI controller) and
/linux/Documentation/RCU/Design/Requirements/
A DRequirements.rst675 update-side code, and was premeditated, appearing in the earliest
/linux/Documentation/filesystems/xfs/
A Dxfs-online-fsck-design.rst5321 The earliest form of this was the fork swap mechanism, where the entire

Completed in 54 milliseconds