Home
last modified time | relevance | path

Searched refs:time_in (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/net/hsr/
Dhsr_framereg.c151 node->time_in[i] = now; in hsr_add_node()
245 time_after(node_curr->time_in[i], node_real->time_in[i])) { in hsr_handle_sup_frame()
246 node_real->time_in[i] = node_curr->time_in[i]; in hsr_handle_sup_frame()
322 node->time_in[port->type] = jiffies; in hsr_register_frame_in()
352 if (time_after(node->time_in[HSR_PT_SLAVE_B], in get_late_port()
353 node->time_in[HSR_PT_SLAVE_A] + in get_late_port()
356 if (time_after(node->time_in[HSR_PT_SLAVE_A], in get_late_port()
357 node->time_in[HSR_PT_SLAVE_B] + in get_late_port()
386 time_a = node->time_in[HSR_PT_SLAVE_A]; in hsr_prune_nodes()
387 time_b = node->time_in[HSR_PT_SLAVE_B]; in hsr_prune_nodes()
[all …]
Dhsr_debugfs.c47 seq_printf(sfp, "0x%lx, ", node->time_in[HSR_PT_SLAVE_A]); in hsr_node_table_show()
48 seq_printf(sfp, "0x%lx ", node->time_in[HSR_PT_SLAVE_B]); in hsr_node_table_show()
Dhsr_framereg.h58 unsigned long time_in[HSR_PT_PORTS]; member
/Linux-v5.4/include/acpi/
Dghes.h42 unsigned long long time_in; member
/Linux-v5.4/drivers/crypto/cavium/cpt/
Drequest_manager.h90 unsigned long time_in; member
Dcptvf_reqmanager.c373 (info->time_in + in process_pending_queue()
387 info->time_in = jiffies; in process_pending_queue()
516 info->time_in = jiffies; in process_request()
/Linux-v5.4/drivers/acpi/apei/
Dghes.c604 if (now - cache->time_in < GHES_ESTATUS_IN_CACHE_MAX_NSEC) in ghes_estatus_cached()
638 cache->time_in = sched_clock(); in ghes_estatus_cache_alloc()
680 duration = now - cache->time_in; in ghes_estatus_cache_add()