Searched refs:earliest (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/net/rxrpc/ |
| D | conn_object.c | 385 unsigned long expire_at, earliest, idle_timestamp, now; in rxrpc_service_connection_reaper() local 392 earliest = now + MAX_JIFFY_OFFSET; in rxrpc_service_connection_reaper() 413 if (time_before(expire_at, earliest)) in rxrpc_service_connection_reaper() 414 earliest = expire_at; in rxrpc_service_connection_reaper() 435 if (earliest != now + MAX_JIFFY_OFFSET) { in rxrpc_service_connection_reaper() 436 _debug("reschedule reaper %ld", (long)earliest - (long)now); in rxrpc_service_connection_reaper() 437 ASSERT(time_after(earliest, now)); in rxrpc_service_connection_reaper() 438 rxrpc_set_service_reap_timer(rxnet, earliest); in rxrpc_service_connection_reaper()
|
| /Linux-v5.4/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-v5.4/drivers/input/ |
| D | ff-memless.c | 116 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()
|
| /Linux-v5.4/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-v5.4/tools/bpf/bpftool/Documentation/ |
| D | bpftool-net.rst | 64 **xdpdrv** - Native XDP. runs earliest point in driver's receive path;
|
| /Linux-v5.4/drivers/parisc/ |
| D | Kconfig | 9 The VSC, GSC and HSC busses were used from the earliest 700-series
|
| /Linux-v5.4/arch/m68k/q40/ |
| D | README | 55 went wrong during earliest setup stages of head.S.
|
| /Linux-v5.4/fs/ |
| D | Kconfig.binfmt | 137 executables used in the earliest versions of UNIX. Linux used
|
| /Linux-v5.4/Documentation/driver-api/ |
| D | device_link.rst | 51 The earliest point in time when device links can be added is after
|
| /Linux-v5.4/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-v5.4/Documentation/arm64/ |
| D | arm-acpi.rst | 102 not be optimal, with the earliest kernel version that first provides support
|
| /Linux-v5.4/Documentation/scsi/ |
| D | ncr53c8xx.txt | 99 the earliest 810 rev. 1, the latest 896 (2 channel LVD SCSI controller) and
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 2017 kernel debugger at the earliest opportunity.
|