MCPcopy Create free account
hub / github.com/coreboot/coreboot / timer_queue_full

Function timer_queue_full

src/lib/timer_queue.c:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26static inline int timer_queue_full(struct timer_queue *tq)
27{
28 return tq->num_entries == tq->max_entries;
29}
30
31static inline struct timeout_callback *timer_queue_head(struct timer_queue *tq)
32{

Callers 1

timer_queue_insertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected