Lines Matching refs:time_in
169 new_node->time_in[i] = now;
318 time_after(node_curr->time_in[i], node_real->time_in[i])) {
319 node_real->time_in[i] = node_curr->time_in[i];
404 node->time_in[port->type] = jiffies;
441 if (time_after(node->time_in[HSR_PT_SLAVE_B],
442 node->time_in[HSR_PT_SLAVE_A] +
445 if (time_after(node->time_in[HSR_PT_SLAVE_A],
446 node->time_in[HSR_PT_SLAVE_B] +
467 /* Don't prune own node. Neither time_in[HSR_PT_SLAVE_A]
468 * nor time_in[HSR_PT_SLAVE_B], will ever be updated for
476 time_a = node->time_in[HSR_PT_SLAVE_A];
477 time_b = node->time_in[HSR_PT_SLAVE_B];
486 * At least one time_in is OK here; nodes get pruned long
562 tdiff = jiffies - node->time_in[HSR_PT_SLAVE_A];
572 tdiff = jiffies - node->time_in[HSR_PT_SLAVE_B];