Home
last modified time | relevance | path

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

/linux/net/hsr/
A Dhsr_framereg.c168 new_node->time_in[i] = now; in hsr_add_node()
360 time_after(node_curr->time_in[i], node_real->time_in[i])) { in hsr_handle_sup_frame()
361 node_real->time_in[i] = node_curr->time_in[i]; in hsr_handle_sup_frame()
443 node->time_in[port->type] = jiffies; in hsr_register_frame_in()
476 if (time_after(node->time_in[HSR_PT_SLAVE_B], in get_late_port()
477 node->time_in[HSR_PT_SLAVE_A] + in get_late_port()
480 if (time_after(node->time_in[HSR_PT_SLAVE_A], in get_late_port()
481 node->time_in[HSR_PT_SLAVE_B] + in get_late_port()
511 time_a = node->time_in[HSR_PT_SLAVE_A]; in hsr_prune_nodes()
512 time_b = node->time_in[HSR_PT_SLAVE_B]; in hsr_prune_nodes()
[all …]
A Dhsr_debugfs.c48 seq_printf(sfp, "%10lx, ", node->time_in[HSR_PT_SLAVE_A]); in hsr_node_table_show()
49 seq_printf(sfp, "%10lx, ", node->time_in[HSR_PT_SLAVE_B]); in hsr_node_table_show()
A Dhsr_framereg.h76 unsigned long time_in[HSR_PT_PORTS]; member
/linux/include/acpi/
A Dghes.h45 unsigned long long time_in; member
/linux/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_reqmgr.c294 info->time_in = jiffies; in process_request()
382 if (time_after_eq(jiffies, info->time_in + in cpt_process_ccode()
387 info->time_in = jiffies; in cpt_process_ccode()
A Dotx2_cpt_reqmgr.h143 unsigned long time_in; member
/linux/drivers/crypto/marvell/octeontx/
A Dotx_cptvf_reqmgr.c359 info->time_in = jiffies; in process_request()
459 if (time_after_eq(jiffies, cpt_info->time_in + in cpt_process_ccode()
463 cpt_info->time_in = jiffies; in cpt_process_ccode()
A Dotx_cptvf_reqmgr.h184 unsigned long time_in; member
/linux/drivers/crypto/cavium/cpt/
A Drequest_manager.h92 unsigned long time_in; member
A Dcptvf_reqmanager.c369 (info->time_in + in process_pending_queue()
383 info->time_in = jiffies; in process_pending_queue()
510 info->time_in = jiffies; in process_request()
/linux/drivers/acpi/apei/
A Dghes.c738 if (now - cache->time_in < GHES_ESTATUS_IN_CACHE_MAX_NSEC) in ghes_estatus_cached()
772 cache->time_in = sched_clock(); in ghes_estatus_cache_alloc()
814 duration = now - cache->time_in; in ghes_estatus_cache_add()

Completed in 17 milliseconds