Home
last modified time | relevance | path

Searched refs:max_slots (Results 1 – 3 of 3) sorted by relevance

/reactos/base/services/nfsd/
H A Dnfs41_session.c41 return table->num_used < table->max_slots; in slot_table_avail()
49 table->max_slots = NFS41_MAX_NUM_SLOTS; in init_slot_table()
70 if (table->max_slots != target_highest_slotid + 1) { in resize_slot_table()
72 table->max_slots, target_highest_slotid + 1); in resize_slot_table()
73 table->max_slots = target_highest_slotid + 1; in resize_slot_table()
148 for (i = 0; i < table->max_slots; i++) { in nfs41_session_get_slot()
199 if (table->max_slots > args->sa_slotid) { in nfs41_session_bad_slot()
H A Dnfs41.h222 uint32_t max_slots; member
H A Dnfs41_ops.c176 session->table.max_slots, session->fore_chan_attrs.ca_maxrequests); in nfs41_create_session()
178 session->table.max_slots = min(session->table.max_slots, in nfs41_create_session()