Searched refs:used_slots (Results 1 – 2 of 2) sorted by relevance
/fs/nfs/ |
D | nfs4session.c | 88 __clear_bit(slotid, tbl->used_slots); in nfs4_free_slot() 92 u32 new_max = find_last_bit(tbl->used_slots, slotid); in nfs4_free_slot() 147 __set_bit(slotid, tbl->used_slots); in nfs4_lock_slot() 209 cur_seq == seq_nr && test_bit(slotid, tbl->used_slots)) in nfs4_slot_seqid_in_use() 248 __func__, tbl->used_slots[0], tbl->highest_used_slotid, in nfs4_alloc_slot() 250 slotid = find_first_zero_bit(tbl->used_slots, tbl->max_slotid + 1); in nfs4_alloc_slot() 257 __func__, tbl->used_slots[0], tbl->highest_used_slotid, in nfs4_alloc_slot()
|
D | nfs4session.h | 41 unsigned long used_slots[SLOT_TABLE_SZ]; /* used/unused bitmap */ member 105 return !!test_bit(slotid, tbl->used_slots); in nfs4_test_locked_slot()
|