Searched refs:last_used (Results 1 – 11 of 11) sorted by relevance
91 coap_tick_t last_used; /**< Last time all data sent or 0 */ member120 coap_tick_t last_used; /**< Last time all data sent or 0 */ member147 coap_tick_t last_used; /**< Last time data sent or 0 */ member
477 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 …]
188 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()
108 unsigned last_used; member
91 time_t last_used; member
253 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()
571 u8_t last_used; in mem_sanity() local576 last_used = mem->used; in mem_sanity()591 if (last_used == 0) { in mem_sanity()601 last_used = mem->used; in mem_sanity()
63 dec->refs[target->valid_ref].last_used = 0; in nvc0_decoder_kick_ref()
63 dec->refs[target->valid_ref].last_used = 0; in nv98_decoder_kick_ref()
259 guint64 last_used; member5372 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()
3908 updating last_used time here.