Searched refs:highest_slotid (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4session.c | 449 u32 highest_slotid) in nfs41_set_server_slotid_locked() 451 if (tbl->server_highest_slotid == highest_slotid) in nfs41_set_server_slotid_locked() 453 if (tbl->highest_used_slotid > highest_slotid) in nfs41_set_server_slotid_locked() 456 nfs4_shrink_slot_table(tbl, highest_slotid + 1); in nfs41_set_server_slotid_locked() 457 tbl->server_highest_slotid = highest_slotid; in nfs41_set_server_slotid_locked() 516 u32 highest_slotid = min(res->sr_highest_slotid, NFS4_MAX_SLOTID); in nfs41_update_target_slotid() local 522 nfs41_set_server_slotid_locked(tbl, highest_slotid); in nfs41_update_target_slotid() 448 nfs41_set_server_slotid_locked(struct nfs4_slot_table *tbl, u32 highest_slotid) nfs41_set_server_slotid_locked() argument
|
H A D | nfs4trace.h | 91 __field(unsigned int, highest_slotid) 102 __entry->highest_slotid = res->sr_highest_slotid; 111 "highest_slotid=%u target_highest_slotid=%u " 118 __entry->highest_slotid, 140 __field(unsigned int, highest_slotid) 149 __entry->highest_slotid = args->csa_highestslotid; 156 "highest_slotid=%u", 162 __entry->highest_slotid 177 __field(unsigned int, highest_slotid) 186 __entry->highest_slotid [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4session.c | 449 u32 highest_slotid) in nfs41_set_server_slotid_locked() 451 if (tbl->server_highest_slotid == highest_slotid) in nfs41_set_server_slotid_locked() 453 if (tbl->highest_used_slotid > highest_slotid) in nfs41_set_server_slotid_locked() 456 nfs4_shrink_slot_table(tbl, highest_slotid + 1); in nfs41_set_server_slotid_locked() 457 tbl->server_highest_slotid = highest_slotid; in nfs41_set_server_slotid_locked() 448 nfs41_set_server_slotid_locked(struct nfs4_slot_table *tbl, u32 highest_slotid) nfs41_set_server_slotid_locked() argument
|
H A D | nfs4trace.h | 426 __field(unsigned int, highest_slotid) 437 __entry->highest_slotid = res->sr_highest_slotid; 446 "highest_slotid=%u target_highest_slotid=%u " 453 __entry->highest_slotid, 475 __field(unsigned int, highest_slotid) 484 __entry->highest_slotid = args->csa_highestslotid; 491 "highest_slotid=%u", 497 __entry->highest_slotid 512 __field(unsigned int, highest_slotid) 521 __entry->highest_slotid [all...] |
Completed in 5 milliseconds