Searched refs:time_in (Results 1 – 11 of 11) sorted by relevance
/linux/net/hsr/ |
A D | hsr_framereg.c | 168 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 D | hsr_debugfs.c | 48 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 D | hsr_framereg.h | 76 unsigned long time_in[HSR_PT_PORTS]; member
|
/linux/include/acpi/ |
A D | ghes.h | 45 unsigned long long time_in; member
|
/linux/drivers/crypto/marvell/octeontx2/ |
A D | otx2_cptvf_reqmgr.c | 294 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 D | otx2_cpt_reqmgr.h | 143 unsigned long time_in; member
|
/linux/drivers/crypto/marvell/octeontx/ |
A D | otx_cptvf_reqmgr.c | 359 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 D | otx_cptvf_reqmgr.h | 184 unsigned long time_in; member
|
/linux/drivers/crypto/cavium/cpt/ |
A D | request_manager.h | 92 unsigned long time_in; member
|
A D | cptvf_reqmanager.c | 369 (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 D | ghes.c | 738 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