Searched refs:xmit_lock_owner (Results 1 - 3 of 3) sorted by last modified time

/linux-master/net/core/
H A Dnetpoll.c147 if (READ_ONCE(txq->xmit_lock_owner) == smp_processor_id())
H A Ddev.c4378 /* Other cpus might concurrently change txq->xmit_lock_owner
4381 if (READ_ONCE(txq->xmit_lock_owner) != cpu) {
10164 queue->xmit_lock_owner = -1;
/linux-master/include/linux/
H A Dnetdevice.h669 int xmit_lock_owner; member in struct:netdev_queue
4349 WRITE_ONCE(txq->xmit_lock_owner, cpu);
4367 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id());
4376 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id());
4384 WRITE_ONCE(txq->xmit_lock_owner, -1);
4391 WRITE_ONCE(txq->xmit_lock_owner, -1);
4400 if (txq->xmit_lock_owner != -1)

Completed in 528 milliseconds