Searched refs:slotid (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/fs/nfs/ |
| H A D | nfs4session.c | 85 u32 slotid = slot->slot_nr; in nfs4_free_slot() local 93 if (new_max < slotid) in nfs4_free_slot() 101 slotid, tbl->highest_used_slotid); in nfs4_free_slot() 112 slot->slot_nr = slotid; in nfs4_new_slot() 135 if (slot->slot_nr == slotid) in nfs4_find_or_create_slot() 145 u32 slotid = slot->slot_nr; in nfs4_lock_slot() local 174 if (slotid <= tbl->max_slotid) in nfs4_lookup_slot() 202 u32 slotid, u32 seq_nr) in nfs4_slot_seqid_in_use() argument 223 u32 slotid, u32 seq_nr, in nfs4_slot_wait_on_seqid() argument 245 u32 slotid; in nfs4_alloc_slot() local [all …]
|
| H A D | nfs4session.h | 87 extern struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid); 89 u32 slotid, u32 seq_nr, 104 u32 slotid) in nfs4_test_locked_slot() argument 106 return !!test_bit(slotid, tbl->used_slots); in nfs4_test_locked_slot()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | ultravisor.h | 64 u64 flags, u64 slotid) in uv_register_mem_slot() argument 67 size, flags, slotid); in uv_register_mem_slot() 70 static inline int uv_unregister_mem_slot(u64 lpid, u64 slotid) in uv_unregister_mem_slot() argument 72 return ucall_norets(UV_UNREGISTER_MEM_SLOT, lpid, slotid); in uv_unregister_mem_slot()
|
| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | ultravisor.rst | 570 uint16_t slotid) /* slot identifier */ 582 * U_P5 if the ``slotid`` parameter is unsupported. 619 uint64_t slotid) /* reservation slotid */ 629 * U_P2 if ``slotid`` is invalid. 635 Release the memory slot identified by ``slotid`` and free any
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfs4callback.c | 507 u32 seqid, slotid, target; in decode_cb_sequence4resok() local 529 slotid = be32_to_cpup(p++); in decode_cb_sequence4resok() 530 if (slotid != cb->cb_held_slot) { in decode_cb_sequence4resok()
|
| H A D | xdr4.h | 576 u32 slotid; /* request/response */ member
|
| H A D | nfs4state.c | 4360 if (seq->slotid >= session->se_fchannel.maxreqs) in nfsd4_sequence() 4363 slot = xa_load(&session->se_slots, seq->slotid); in nfsd4_sequence() 4364 dprintk("%s: slotid %d\n", __func__, seq->slotid); in nfsd4_sequence() 4428 if (seq->slotid == session->se_fchannel.maxreqs - 1 && in nfsd4_sequence()
|
| H A D | trace.h | 837 __entry->slot_index = seq->slotid;
|
| H A D | nfs4xdr.c | 1907 seq->slotid = be32_to_cpup(p++); in nfsd4_decode_sequence() 5059 nfserr = nfsd4_encode_slotid4(xdr, seq->slotid); in nfsd4_encode_sequence()
|
| /linux-6.15/Documentation/trace/ |
| H A D | hisi-ptt.rst | 143 calculated from its PCI Slot ID as (slotid & 7) * 2. The value for a Requester
|