Lines Matching defs:tbl
723 struct nfs4_slot_table *tbl;
725 tbl = slot->table;
726 spin_lock(&tbl->slot_tbl_lock);
727 if (!nfs41_wake_and_assign_slot(tbl, slot))
728 nfs4_free_slot(tbl, slot);
729 spin_unlock(&tbl->slot_tbl_lock);
747 struct nfs4_slot_table *tbl;
752 tbl = slot->table;
753 session = tbl->session;
760 spin_lock(&tbl->slot_tbl_lock);
764 if (tbl->highest_used_slotid > tbl->target_highest_slotid)
767 if (nfs41_wake_and_assign_slot(tbl, slot)) {
771 nfs4_free_slot(tbl, slot);
773 if (tbl->highest_used_slotid != NFS4_NO_SLOT)
776 spin_unlock(&tbl->slot_tbl_lock);
779 if (waitqueue_active(&tbl->slot_waitq))
780 wake_up_all(&tbl->slot_waitq);
1057 struct nfs4_slot_table *tbl = client->cl_slot_tbl;
1065 tbl = &session->fc_slot_table;
1067 spin_lock(&tbl->slot_tbl_lock);
1069 if (nfs4_slot_tbl_draining(tbl) && !args->sa_privileged)
1072 slot = nfs4_alloc_slot(tbl);
1078 spin_unlock(&tbl->slot_tbl_lock);
1090 rpc_sleep_on_priority_timeout(&tbl->slot_tbl_waitq, task,
1093 rpc_sleep_on_timeout(&tbl->slot_tbl_waitq, task,
1095 spin_unlock(&tbl->slot_tbl_lock);
1099 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
1102 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
1103 spin_unlock(&tbl->slot_tbl_lock);