Lines Matching refs:time_in
160 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_B] +
507 /* Don't prune own node. Neither time_in[HSR_PT_SLAVE_A]
508 * nor time_in[HSR_PT_SLAVE_B], will ever be updated for
516 time_a = node->time_in[HSR_PT_SLAVE_A];
517 time_b = node->time_in[HSR_PT_SLAVE_B];
526 * At least one time_in is OK here; nodes get pruned long
605 tdiff = jiffies - node->time_in[HSR_PT_SLAVE_A];
615 tdiff = jiffies - node->time_in[HSR_PT_SLAVE_B];