Lines Matching defs:tbl
728 struct nfs4_slot_table *tbl;
730 tbl = slot->table;
731 spin_lock(&tbl->slot_tbl_lock);
732 if (!nfs41_wake_and_assign_slot(tbl, slot))
733 nfs4_free_slot(tbl, slot);
734 spin_unlock(&tbl->slot_tbl_lock);
752 struct nfs4_slot_table *tbl;
757 tbl = slot->table;
758 session = tbl->session;
765 spin_lock(&tbl->slot_tbl_lock);
769 if (tbl->highest_used_slotid > tbl->target_highest_slotid)
772 if (nfs41_wake_and_assign_slot(tbl, slot)) {
776 nfs4_free_slot(tbl, slot);
778 if (tbl->highest_used_slotid != NFS4_NO_SLOT)
781 spin_unlock(&tbl->slot_tbl_lock);
784 if (waitqueue_active(&tbl->slot_waitq))
785 wake_up_all(&tbl->slot_waitq);
1062 struct nfs4_slot_table *tbl = client->cl_slot_tbl;
1070 tbl = &session->fc_slot_table;
1072 spin_lock(&tbl->slot_tbl_lock);
1074 if (nfs4_slot_tbl_draining(tbl) && !args->sa_privileged)
1077 slot = nfs4_alloc_slot(tbl);
1083 spin_unlock(&tbl->slot_tbl_lock);
1095 rpc_sleep_on_priority_timeout(&tbl->slot_tbl_waitq, task,
1098 rpc_sleep_on_timeout(&tbl->slot_tbl_waitq, task,
1100 spin_unlock(&tbl->slot_tbl_lock);
1104 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
1107 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
1108 spin_unlock(&tbl->slot_tbl_lock);