taglinefilesource code
w_next71fs/nfs/rpcsock.cslot->w_next = next;
w_next88fs/nfs/rpcsock.c*next = slot->w_next;
w_next91fs/nfs/rpcsock.cprev->w_next = next;
w_next213fs/nfs/rpcsock.crsock->free = slot->w_next;
w_next237fs/nfs/rpcsock.cif (slot == rsock->pending && slot->w_next != NULL)
w_next238fs/nfs/rpcsock.cwake_up(&slot->w_next->w_wait);
w_next243fs/nfs/rpcsock.cslot->w_next = rsock->free;
w_next367fs/nfs/rpcsock.cfor (rovr = rsock->pending; rovr; rovr = rovr->w_next) {
w_next554fs/nfs/rpcsock.cslot->w_next = slot + 1;
w_next555fs/nfs/rpcsock.cslot->w_next = NULL;
w_next77include/linux/rpcsock.hstruct rpc_wait *  w_next;