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

/linux-master/net/hsr/
H A Dhsr_framereg.c160 new_node->time_in[i] = now;
357 time_after(node_curr->time_in[i], node_real->time_in[i])) {
358 node_real->time_in[i] = node_curr->time_in[i];
444 node->time_in[port->type] = jiffies;
481 if (time_after(node->time_in[HSR_PT_SLAVE_B],
482 node->time_in[HSR_PT_SLAVE_A] +
485 if (time_after(node->time_in[HSR_PT_SLAVE_A],
486 node->time_in[HSR_PT_SLAVE_
[all...]
H A Dhsr_debugfs.c26 seq_puts(sfp, "MAC-Address-A, MAC-Address-B, time_in[A], ");
27 seq_puts(sfp, "time_in[B], Address-B port, ");
40 seq_printf(sfp, "%10lx, ", node->time_in[HSR_PT_SLAVE_A]);
41 seq_printf(sfp, "%10lx, ", node->time_in[HSR_PT_SLAVE_B]);
H A Dhsr_framereg.h78 unsigned long time_in[HSR_PT_PORTS]; member in struct:hsr_node
/linux-master/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())
556 def time_in(self, unit="s"): member in class:Task
[all...]
/linux-master/include/acpi/
H A Dghes.h47 unsigned long long time_in; member in struct:ghes_estatus_cache
/linux-master/drivers/crypto/cavium/cpt/
H A Drequest_manager.h92 unsigned long time_in; member in struct:cpt_info_buffer
H A Dcptvf_reqmanager.c369 (info->time_in +
383 info->time_in = jiffies;
510 info->time_in = jiffies;
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_reqmgr.c148 info->time_in = jiffies;
236 if (time_after_eq(jiffies, info->time_in +
241 info->time_in = jiffies;
H A Dotx2_cpt_reqmgr.h152 unsigned long time_in; member in struct:otx2_cpt_inst_info
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.h184 unsigned long time_in; member in struct:otx_cpt_info_buffer
H A Dotx_cptvf_reqmgr.c359 info->time_in = jiffies;
459 if (time_after_eq(jiffies, cpt_info->time_in +
463 cpt_info->time_in = jiffies;
/linux-master/drivers/acpi/apei/
H A Dghes.c790 if (now - cache->time_in < GHES_ESTATUS_IN_CACHE_MAX_NSEC)
824 cache->time_in = sched_clock();
861 duration = now - cache->time_in;

Completed in 265 milliseconds