Home
last modified time | relevance | path

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

/linux/net/hsr/
H A Dhsr_framereg.c218 new_node->time_in[i] = now; in hsr_add_node()
480 time_after(node_curr->time_in[i], node_real->time_in[i])) { in hsr_handle_sup_frame()
481 node_real->time_in[i] = node_curr->time_in[i]; in hsr_handle_sup_frame()
576 node->time_in[port->type] = jiffies; in hsr_register_frame_in()
685 if (time_after(node->time_in[HSR_PT_SLAVE_B], in get_late_port()
686 node->time_in[HSR_PT_SLAVE_A] + in get_late_port()
689 if (time_after(node->time_in[HSR_PT_SLAVE_A], in get_late_port()
690 node->time_in[HSR_PT_SLAVE_B] + in get_late_port()
720 time_a = node->time_in[HSR_PT_SLAVE_A]; in hsr_prune_nodes()
721 time_b = node->time_in[HSR_PT_SLAVE_B]; in hsr_prune_nodes()
[all …]
H A Dhsr_framereg.h108 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/cavium/cpt/
H A Drequest_manager.h92 unsigned long time_in; member
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.h184 unsigned long time_in; member
/linux/drivers/acpi/apei/
H A Dghes.c1064 if (now - cache->time_in < GHES_ESTATUS_IN_CACHE_MAX_NSEC) in ghes_estatus_cached()
1098 cache->time_in = sched_clock(); in ghes_estatus_cache_alloc()
1135 duration = now - cache->time_in; in ghes_estatus_cache_add()