/openbmc/linux/net/rxrpc/ |
H A D | conn_object.c | 382 unsigned long expire_at, earliest, idle_timestamp, now; in rxrpc_service_connection_reaper() local 390 earliest = now + MAX_JIFFY_OFFSET; in rxrpc_service_connection_reaper() 411 if (time_before(expire_at, earliest)) in rxrpc_service_connection_reaper() 412 earliest = expire_at; in rxrpc_service_connection_reaper() 434 if (earliest != now + MAX_JIFFY_OFFSET) { in rxrpc_service_connection_reaper() 435 _debug("reschedule reaper %ld", (long)earliest - (long)now); in rxrpc_service_connection_reaper() 436 ASSERT(time_after(earliest, now)); in rxrpc_service_connection_reaper() 437 rxrpc_set_service_reap_timer(rxnet, earliest); in rxrpc_service_connection_reaper()
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A 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()
|
/openbmc/obmc-console/ |
H A D | console-server.c | 813 struct timeval *earliest; in get_poll_timeout() local 818 earliest = NULL; in get_poll_timeout() 824 (!earliest || in get_poll_timeout() 825 (earliest && timercmp(&poller->timeout, earliest, <)))) { in get_poll_timeout() 828 earliest = &poller->timeout; in get_poll_timeout() 832 if (earliest) { in get_poll_timeout() 833 if (timercmp(earliest, cur_time, >)) { in get_poll_timeout() 836 timersub(earliest, cur_time, &interval); in get_poll_timeout()
|
/openbmc/linux/drivers/input/ |
H 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()
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_macros.py | 836 earliest = min(ul.users, key=lambda u: u.start()) 837 if earliest.start() > definition.start(): 846 yield earliest.prepend(definition.group(0)) 851 yield from definition.move_typedef(earliest.start()) 854 earliest.warn("definition of %s %s is used here", i.type, i.name)
|
/openbmc/linux/Documentation/infiniband/ |
H 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
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-net.rst | 72 **xdpdrv** - Native XDP. runs earliest point in driver's receive path;
|
/openbmc/u-boot/disk/ |
H A D | Kconfig | 104 Specify an earliest location (in bytes) where the partition
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-common.inc | 40 # The earliest supported x86-64 CPU
|
/openbmc/linux/drivers/parisc/ |
H A D | Kconfig | 10 The VSC, GSC and HSC busses were used from the earliest 700-series
|
/openbmc/linux/arch/m68k/q40/ |
H A D | README | 54 went wrong during earliest setup stages of head.S.
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | gcc.git-ab884fffe3fc82a710bea66ad651720d71c938b8.patch | 329 + // before the first DST transition, so find the earliest DST->STD
|
/openbmc/linux/Documentation/driver-api/ |
H A D | device_link.rst | 47 The earliest point in time when device links can be added is after
|
/openbmc/linux/Documentation/scheduler/ |
H 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
|
/openbmc/linux/Documentation/admin-guide/ |
H 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
|
H A D | kernel-parameters.txt | 2512 kernel debugger at the earliest opportunity.
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | arm-acpi.rst | 103 not be optimal, with the earliest kernel version that first provides support
|
/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/ |
H A D | Tree-RCU-Memory-Ordering.rst | 583 | to end. The earliest reasonable candidate is as soon as the last CPU |
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-driver-mlxreg-io | 582 flow their reset should be released with system power – earliest power
|
/openbmc/qemu/qga/ |
H A D | qapi-schema.json | 1402 # multiple instances of the user are logged in, the earliest login
|
/openbmc/linux/Documentation/scsi/ |
H A D | ncr53c8xx.rst | 107 the earliest 810 rev. 1, the latest 896 (2 channel LVD SCSI controller) and
|
/openbmc/linux/Documentation/RCU/Design/Requirements/ |
H A D | Requirements.rst | 675 update-side code, and was premeditated, appearing in the earliest
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-online-fsck-design.rst | 5134 The earliest form of this was the fork swap mechanism, where the entire
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | variables.rst | 6410 package in :term:`PACKAGES`, it will be assigned to the earliest
|