Searched refs:earliest (Results 1 – 19 of 19) sorted by relevance
| /linux/net/rxrpc/ |
| A D | conn_object.c | 385 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 D | kaslr.c | 412 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 D | ff-memless.c | 113 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 D | tag_matching.rst | 15 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 D | sched-eevdf.rst | 20 with the earliest VD to execute next. It's important to note that this
|
| A D | sched-deadline.rst | 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/tools/bpf/bpftool/Documentation/ |
| A D | bpftool-net.rst | 70 **xdpdrv** - Native XDP. runs earliest point in driver's receive path;
|
| /linux/drivers/parisc/ |
| A D | Kconfig | 10 The VSC, GSC and HSC busses were used from the earliest 700-series
|
| /linux/arch/m68k/q40/ |
| A D | README | 54 went wrong during earliest setup stages of head.S.
|
| /linux/Documentation/driver-api/ |
| A D | device_link.rst | 47 The earliest point in time when device links can be added is after
|
| /linux/Documentation/admin-guide/ |
| A D | quickly-build-trimmed-linux.rst | 295 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 D | verify-bugs-and-bisect-regressions.rst | 1347 to specify the earliest version you care about (or to be precise: its git
|
| A D | kernel-parameters.txt | 2615 kernel debugger at the earliest opportunity.
|
| /linux/Documentation/arch/arm64/ |
| A D | arm-acpi.rst | 103 not be optimal, with the earliest kernel version that first provides support
|
| /linux/Documentation/RCU/Design/Memory-Ordering/ |
| A D | Tree-RCU-Memory-Ordering.rst | 583 | to end. The earliest reasonable candidate is as soon as the last CPU |
|
| /linux/Documentation/ABI/stable/ |
| A D | sysfs-driver-mlxreg-io | 582 flow their reset should be released with system power – earliest power
|
| /linux/Documentation/scsi/ |
| A D | ncr53c8xx.rst | 107 the earliest 810 rev. 1, the latest 896 (2 channel LVD SCSI controller) and
|
| /linux/Documentation/RCU/Design/Requirements/ |
| A D | Requirements.rst | 675 update-side code, and was premeditated, appearing in the earliest
|
| /linux/Documentation/filesystems/xfs/ |
| A D | xfs-online-fsck-design.rst | 5321 The earliest form of this was the fork swap mechanism, where the entire
|
Completed in 792 milliseconds