outstanding_tx 31 drivers/net/wireless/broadcom/brcm80211/brcmfmac/commonring.h atomic_t outstanding_tx; outstanding_tx 755 drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c atomic_inc(&commonring->outstanding_tx); outstanding_tx 787 drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c if ((force) || (atomic_read(&commonring->outstanding_tx) < outstanding_tx 887 drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c atomic_dec(&commonring->outstanding_tx); outstanding_tx 1383 drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c ((qlen) && (atomic_read(&commonring->outstanding_tx) < outstanding_tx 96 samples/bpf/xdpsock_user.c u32 outstanding_tx; outstanding_tx 494 samples/bpf/xdpsock_user.c if (!xsk->outstanding_tx) outstanding_tx 500 samples/bpf/xdpsock_user.c ndescs = (xsk->outstanding_tx > BATCH_SIZE) ? BATCH_SIZE : outstanding_tx 501 samples/bpf/xdpsock_user.c xsk->outstanding_tx; outstanding_tx 524 samples/bpf/xdpsock_user.c xsk->outstanding_tx -= rcvd; outstanding_tx 534 samples/bpf/xdpsock_user.c if (!xsk->outstanding_tx) outstanding_tx 543 samples/bpf/xdpsock_user.c xsk->outstanding_tx -= rcvd; outstanding_tx 626 samples/bpf/xdpsock_user.c xsk->outstanding_tx += BATCH_SIZE; outstanding_tx 704 samples/bpf/xdpsock_user.c xsk->outstanding_tx += rcvd; outstanding_tx 59 tools/lib/bpf/xsk.c __u64 outstanding_tx; outstanding_tx 591 tools/lib/bpf/xsk.c xsk->outstanding_tx = 0;