Home
last modified time | relevance | path

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

/linux-6.15/net/hsr/
H A Dhsr_framereg.c177 new_node->time_in[i] = now; in hsr_add_node()
386 time_after(node_curr->time_in[i], node_real->time_in[i])) { in hsr_handle_sup_frame()
387 node_real->time_in[i] = node_curr->time_in[i]; in hsr_handle_sup_frame()
477 node->time_in[port->type] = jiffies; in hsr_register_frame_in()
603 if (time_after(node->time_in[HSR_PT_SLAVE_B], in get_late_port()
604 node->time_in[HSR_PT_SLAVE_A] + in get_late_port()
607 if (time_after(node->time_in[HSR_PT_SLAVE_A], in get_late_port()
608 node->time_in[HSR_PT_SLAVE_B] + in get_late_port()
638 time_a = node->time_in[HSR_PT_SLAVE_A]; in hsr_prune_nodes()
639 time_b = node->time_in[HSR_PT_SLAVE_B]; in hsr_prune_nodes()
[all …]
H A Dhsr_debugfs.c40 seq_printf(sfp, "%10lx, ", node->time_in[HSR_PT_SLAVE_A]); in hsr_node_table_show()
41 seq_printf(sfp, "%10lx, ", node->time_in[HSR_PT_SLAVE_B]); in hsr_node_table_show()
H A Dhsr_framereg.h85 unsigned long time_in[HSR_PT_PORTS]; member
/linux-6.15/tools/perf/scripts/python/
H A Dtask-analyzer.py262 self._last_start = task.time_in(time_unit)
265 self._time_in = task.time_in()
266 time_in = task.time_in(time_unit)
268 self.in_in = time_in - self._last_start
269 self.out_in = time_in - self._last_finish
275 self._last_start = task.time_in(time_unit)
410 time_in = []
417 time_in.append(task.time_in())
424 max_at = time_in[runtimes.index(max(runtimes))]
556 def time_in(self, unit="s"): member in Task
[all …]
/linux-6.15/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_reqmgr.c148 info->time_in = jiffies; in process_request()
236 if (time_after_eq(jiffies, info->time_in + in cpt_process_ccode()
241 info->time_in = jiffies; in cpt_process_ccode()
H A Dotx2_cpt_reqmgr.h152 unsigned long time_in; member
/linux-6.15/include/acpi/
H A Dghes.h47 unsigned long long time_in; member
/linux-6.15/drivers/crypto/cavium/cpt/
H A Drequest_manager.h92 unsigned long time_in; member
H 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-6.15/drivers/crypto/marvell/octeontx/
H 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()
H A Dotx_cptvf_reqmgr.h184 unsigned long time_in; member
/linux-6.15/drivers/acpi/apei/
H A Dghes.c975 if (now - cache->time_in < GHES_ESTATUS_IN_CACHE_MAX_NSEC) in ghes_estatus_cached()
1009 cache->time_in = sched_clock(); in ghes_estatus_cache_alloc()
1046 duration = now - cache->time_in; in ghes_estatus_cache_add()