/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/include/linux/ |
H A D | timerqueue.h | 27 * timerqueue_getnext - Returns the timer with the earliest expiration time 31 * Returns a pointer to the timer node that has the earliest expiration time.
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
H A D | base.c | 78 /* Have we hit the earliest alarm that hasn't gone off? */ in nvkm_timer_alarm_trigger() 120 /* Insert into pending list, ordered earliest to latest. */ in nvkm_timer_alarm() 129 /* Update HW if this is now the earliest alarm. */ in nvkm_timer_alarm()
|
/openbmc/linux/drivers/media/cec/core/ |
H A D | cec-pin-priv.h | 96 /* Wait for earliest end of bit period after sampling */ 102 /* End of 0 Ack time, wait for earliest end of bit period */ 106 /* Wait for earliest end of bit period and end of message */
|
/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/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/media/cec/platform/meson/ |
H A D | ao-cec.c | 185 #define TX_REQ_CURRENT 1 /* Transmit earliest message in buffer */ 186 #define TX_ABORT 2 /* Abort transmitting earliest message */ 187 #define TX_REQ_NEXT 3 /* Overwrite earliest msg, transmit next */ 197 #define RX_ACK_CURRENT 1 /* Read earliest message in buffer */ 199 #define RX_ACK_NEXT 3 /* Clear earliest msg, read next */
|
/openbmc/u-boot/arch/mips/cpu/ |
H A D | start.S | 223 /* Earliest point to set up debug uart */ 256 /* Earliest point to set up debug uart */
|
/openbmc/linux/fs/fat/ |
H A D | fat_test.c | 34 .name = "Earliest possible UTC (1980-01-01 00:00:00)", 50 .name = "Earliest possible (UTC-11) (== 1979-12-31 13:00:00 UTC)",
|
/openbmc/linux/drivers/gpu/drm/lib/ |
H A D | drm_random.h | 6 * be transposed to lib/ at the earliest convenience.
|
/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/kernel/time/ |
H A D | tick-broadcast-hrtimer.c | 41 * which is about to enter idle has the earliest broadcast timer event.
|
/openbmc/u-boot/disk/ |
H A D | Kconfig | 104 Specify an earliest location (in bytes) where the partition
|
/openbmc/u-boot/arch/arc/lib/ |
H A D | start.S | 88 /* Earliest point to set up early debug uart */
|
/openbmc/qemu/target/xtensa/core-dc232b/ |
H A D | core-isa.h | 108 #define XCHAL_HW_MIN_VERSION_MAJOR 2210 /* major v of earliest tgt hw */ 109 #define XCHAL_HW_MIN_VERSION_MINOR 1 /* minor v of earliest tgt hw */ 110 #define XCHAL_HW_MIN_VERSION 221001 /* earliest targeted hw */
|
/openbmc/linux/arch/xtensa/variants/test_mmuhifi_c3/include/variant/ |
H A D | core.h | 117 #define XCHAL_HW_MIN_VERSION_MAJOR 2300 /* major v of earliest tgt hw */ 118 #define XCHAL_HW_MIN_VERSION_MINOR 0 /* minor v of earliest tgt hw */ 119 #define XCHAL_HW_MIN_VERSION 230000 /* earliest targeted hw */
|
/openbmc/linux/arch/xtensa/variants/dc232b/include/variant/ |
H A D | core.h | 109 #define XCHAL_HW_MIN_VERSION_MAJOR 2210 /* major v of earliest tgt hw */ 110 #define XCHAL_HW_MIN_VERSION_MINOR 1 /* minor v of earliest tgt hw */ 111 #define XCHAL_HW_MIN_VERSION 221001 /* earliest targeted hw */
|
/openbmc/u-boot/arch/xtensa/include/asm/arch-dc232b/ |
H A D | core.h | 107 #define XCHAL_HW_MIN_VERSION_MAJOR 2210 /* major v of earliest tgt hw */ 108 #define XCHAL_HW_MIN_VERSION_MINOR 1 /* minor v of earliest tgt hw */ 109 #define XCHAL_HW_MIN_VERSION 221001 /* earliest targeted hw */
|
/openbmc/linux/net/dccp/ |
H A D | ackvec.c | 92 * the earliest ack_ackno, the packet is too old to be considered. in dccp_ackvec_lookup() 284 * we use tail_ackno to identify outdated records; it always marks the earliest
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_tas.c | 65 /* Roll the earliest base time over until it is in a comparable in sja1105_tas_set_runtime_params() 86 dev_dbg(ds->dev, "earliest base time %lld ns\n", earliest_base_time); in sja1105_tas_set_runtime_params() 294 * base times by 1 TAS delta, so that even the earliest base in sja1105_init_scheduling() 751 /* Plan to start the earliest schedule first. The others in sja1105_tas_state_machine()
|
/openbmc/linux/drivers/parisc/ |
H A D | Kconfig | 10 The VSC, GSC and HSC busses were used from the earliest 700-series
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | context.hpp | 144 * placed earliest in the ctor initializer list, so that the reference can be
|
/openbmc/qemu/target/xtensa/core-dc233c/ |
H A D | core-isa.h | 147 #define XCHAL_HW_MIN_VERSION_MAJOR 2400 /* major v of earliest tgt hw */ 148 #define XCHAL_HW_MIN_VERSION_MINOR 1 /* minor v of earliest tgt hw */ 149 #define XCHAL_HW_MIN_VERSION 240001 /* earliest targeted hw */
|