stats_last_writer 72 net/openvswitch/flow.c if (cpu == 0 && unlikely(flow->stats_last_writer != cpu)) stats_last_writer 73 net/openvswitch/flow.c flow->stats_last_writer = cpu; stats_last_writer 81 net/openvswitch/flow.c if (unlikely(flow->stats_last_writer != cpu)) { stats_last_writer 87 net/openvswitch/flow.c if (likely(flow->stats_last_writer != -1) && stats_last_writer 112 net/openvswitch/flow.c flow->stats_last_writer = cpu; stats_last_writer 211 net/openvswitch/flow.h int stats_last_writer; /* CPU id of the last writer on stats_last_writer 75 net/openvswitch/flow_table.c flow->stats_last_writer = -1;