Home
last modified time | relevance | path

Searched refs:last_used (Results 1 – 11 of 11) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_block_internal.h91 coap_tick_t last_used; /**< Last time all data sent or 0 */ member
120 coap_tick_t last_used; /**< Last time all data sent or 0 */ member
147 coap_tick_t last_used; /**< Last time data sent or 0 */ member
/third_party/libcoap/src/
Dblock.c477 lg_xmit->last_used = 0; in coap_add_data_large_internal()
741 if (!p->observe_set && p->last_used && in coap_block_check_lg_crcv_timeouts()
742 p->last_used + partial_timeout <= now) { in coap_block_check_lg_crcv_timeouts()
747 else if (!p->observe_set && p->last_used) { in coap_block_check_lg_crcv_timeouts()
749 if (tim_rem > p->last_used + partial_timeout - now) in coap_block_check_lg_crcv_timeouts()
750 tim_rem = p->last_used + partial_timeout - now; in coap_block_check_lg_crcv_timeouts()
795 if (p->last_used && p->last_used + partial_timeout <= now) { in coap_block_check_lg_srcv_timeouts()
800 else if (p->last_used) { in coap_block_check_lg_srcv_timeouts()
802 if (tim_rem > p->last_used + partial_timeout - now) in coap_block_check_lg_srcv_timeouts()
803 tim_rem = p->last_used + partial_timeout - now; in coap_block_check_lg_srcv_timeouts()
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c188 dec->refs[idx].last_used = seq; in nouveau_vp3_handle_references()
192 dec->refs[target->valid_ref].last_used = seq; in nouveau_vp3_handle_references()
202 } else if (!dec->refs[i].last_used) { in nouveau_vp3_handle_references()
204 } else if (empty_spot == ~0U && dec->refs[i].last_used != seq) in nouveau_vp3_handle_references()
209 dec->refs[empty_spot].last_used = seq; in nouveau_vp3_handle_references()
Dnouveau_vp3_video.h108 unsigned last_used; member
/third_party/mesa3d/src/panfrost/lib/
Dpan_bo.h91 time_t last_used; member
Dpan_bo.c253 if (time.tv_sec - entry->last_used <= 2) in panfrost_bo_cache_evict_stale_bos()
292 bo->last_used = time.tv_sec; in panfrost_bo_cache_put()
/third_party/lwip/src/core/
Dmem.c571 u8_t last_used; in mem_sanity() local
576 last_used = mem->used; in mem_sanity()
591 if (last_used == 0) { in mem_sanity()
601 last_used = mem->used; in mem_sanity()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video_vp.c63 dec->refs[target->valid_ref].last_used = 0; in nvc0_decoder_kick_ref()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video_vp.c63 dec->refs[target->valid_ref].last_used = 0; in nv98_decoder_kick_ref()
/third_party/glib/gio/
Dgsocket.c259 guint64 last_used; member
5372 socket->priv->recv_addr_cache[i].last_used = g_get_monotonic_time (); in cache_recv_address()
5376 if (socket->priv->recv_addr_cache[i].last_used < oldest_time) in cache_recv_address()
5378 oldest_time = socket->priv->recv_addr_cache[i].last_used; in cache_recv_address()
5394 socket->priv->recv_addr_cache[oldest_index].last_used = g_get_monotonic_time (); in cache_recv_address()
/third_party/libsoup/
DChangeLog.pre-git3908 updating last_used time here.