Home
last modified time | relevance | path

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

/linux/net/hsr/
H A Dhsr_framereg.c168 new_node->time_in[i] = now; in hsr_add_node()
374 time_after(node_curr->time_in[i], node_real->time_in[i])) { in hsr_handle_sup_frame()
375 node_real->time_in[i] = node_curr->time_in[i]; in hsr_handle_sup_frame()
465 node->time_in[port->type] = jiffies; in hsr_register_frame_in()
502 if (time_after(node->time_in[HSR_PT_SLAVE_B], in get_late_port()
503 node->time_in[HSR_PT_SLAVE_A] + in get_late_port()
506 if (time_after(node->time_in[HSR_PT_SLAVE_A], in get_late_port()
507 node->time_in[HSR_PT_SLAVE_B] + in get_late_port()
537 time_a = node->time_in[HSR_PT_SLAVE_A]; in hsr_prune_nodes()
538 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.h82 unsigned long time_in[HSR_PT_PORTS]; member
/linux/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/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/include/acpi/
H A Dghes.h47 unsigned long long time_in; member
/linux/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/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/drivers/acpi/apei/
H A Dghes.c874 if (now - cache->time_in < GHES_ESTATUS_IN_CACHE_MAX_NSEC) in ghes_estatus_cached()
908 cache->time_in = sched_clock(); in ghes_estatus_cache_alloc()
945 duration = now - cache->time_in; in ghes_estatus_cache_add()