Searched refs:earliest (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.6/net/rxrpc/ |
D | conn_object.c | 386 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() 438 if (earliest != now + MAX_JIFFY_OFFSET) { in rxrpc_service_connection_reaper() 439 _debug("reschedule reaper %ld", (long)earliest - (long)now); in rxrpc_service_connection_reaper() 440 ASSERT(time_after(earliest, now)); in rxrpc_service_connection_reaper() 441 rxrpc_set_service_reap_timer(rxnet, earliest); in rxrpc_service_connection_reaper()
|
/Linux-v6.6/arch/x86/boot/compressed/ |
D | kaslr.c | 437 u64 earliest = img->start + img->size; in mem_avoid_overlap() local 442 mem_avoid[i].start < earliest) { in mem_avoid_overlap() 444 earliest = overlap->start; in mem_avoid_overlap() 457 if (mem_overlaps(img, &avoid) && (avoid.start < earliest)) { in mem_avoid_overlap() 459 earliest = overlap->start; in mem_avoid_overlap() 468 if (mem_overlaps(img, &avoid) && (avoid.start < earliest)) { in mem_avoid_overlap() 470 earliest = overlap->start; in mem_avoid_overlap()
|
/Linux-v6.6/drivers/input/ |
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-v6.6/Documentation/infiniband/ |
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-v6.6/tools/bpf/bpftool/Documentation/ |
D | bpftool-net.rst | 72 **xdpdrv** - Native XDP. runs earliest point in driver's receive path;
|
/Linux-v6.6/drivers/parisc/ |
D | Kconfig | 10 The VSC, GSC and HSC busses were used from the earliest 700-series
|
/Linux-v6.6/arch/m68k/q40/ |
D | README | 54 went wrong during earliest setup stages of head.S.
|
/Linux-v6.6/Documentation/driver-api/ |
D | device_link.rst | 47 The earliest point in time when device links can be added is after
|
/Linux-v6.6/Documentation/scheduler/ |
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-v6.6/Documentation/admin-guide/ |
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
|
D | kernel-parameters.txt | 2498 kernel debugger at the earliest opportunity.
|
/Linux-v6.6/Documentation/arch/arm64/ |
D | arm-acpi.rst | 103 not be optimal, with the earliest kernel version that first provides support
|
/Linux-v6.6/Documentation/RCU/Design/Memory-Ordering/ |
D | Tree-RCU-Memory-Ordering.rst | 583 | to end. The earliest reasonable candidate is as soon as the last CPU |
|
/Linux-v6.6/Documentation/ABI/stable/ |
D | sysfs-driver-mlxreg-io | 582 flow their reset should be released with system power – earliest power
|
/Linux-v6.6/Documentation/scsi/ |
D | ncr53c8xx.rst | 107 the earliest 810 rev. 1, the latest 896 (2 channel LVD SCSI controller) and
|
/Linux-v6.6/Documentation/RCU/Design/Requirements/ |
D | Requirements.rst | 675 update-side code, and was premeditated, appearing in the earliest
|
/Linux-v6.6/Documentation/filesystems/ |
D | xfs-online-fsck-design.rst | 5134 The earliest form of this was the fork swap mechanism, where the entire
|