Searched refs:slotid (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dultravisor.h64 u64 flags, u64 slotid)
67 size, flags, slotid);
70 static inline int uv_unregister_mem_slot(u64 lpid, u64 slotid) argument
72 return ucall_norets(UV_UNREGISTER_MEM_SLOT, lpid, slotid);
63 uv_register_mem_slot(u64 lpid, u64 start_gpa, u64 size, u64 flags, u64 slotid) argument
/linux-master/fs/nfs/
H A Dnfs4session.c73 * If the freed slotid equals highest_used_slotid we want to update it
78 * highest slotid in use.
85 u32 slotid = slot->slot_nr; local
88 __clear_bit(slotid, tbl->used_slots);
91 if (slotid == tbl->highest_used_slotid) {
92 u32 new_max = find_last_bit(tbl->used_slots, slotid);
93 if (new_max < slotid)
100 dprintk("%s: slotid %u highest_used_slotid %u\n", __func__,
101 slotid, tbl->highest_used_slotid);
105 u32 slotid, u3
104 nfs4_new_slot(struct nfs4_slot_table *tbl, u32 slotid, u32 seq_init, gfp_t gfp_mask) argument
120 nfs4_find_or_create_slot(struct nfs4_slot_table *tbl, u32 slotid, u32 seq_init, gfp_t gfp_mask) argument
145 u32 slotid = slot->slot_nr; local
172 nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid) argument
201 nfs4_slot_seqid_in_use(struct nfs4_slot_table *tbl, u32 slotid, u32 seq_nr) argument
222 nfs4_slot_wait_on_seqid(struct nfs4_slot_table *tbl, u32 slotid, u32 seq_nr, unsigned long timeout) argument
245 u32 slotid; local
[all...]
H A Dnfs4session.h47 u32 max_slotid; /* Max allowed slotid value */
51 u32 server_highest_slotid; /* Server highest slotid */
87 extern struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid);
89 u32 slotid, u32 seq_nr,
104 u32 slotid)
106 return !!test_bit(slotid, tbl->used_slots);
103 nfs4_test_locked_slot(const struct nfs4_slot_table *tbl, u32 slotid) argument
/linux-master/fs/nfsd/
H A Dxdr4.h557 u32 slotid; /* request/response */ member in struct:nfsd4_sequence
H A Dnfs4xdr.c1865 seq->slotid = be32_to_cpup(p++);
4926 nfserr = nfsd4_encode_slotid4(xdr, seq->slotid);
4929 /* Note slotid's are numbered from zero: */
H A Dnfs4state.c4213 if (seq->slotid >= session->se_fchannel.maxreqs)
4216 slot = session->se_slots[seq->slotid];
4217 dprintk("%s: slotid %d\n", __func__, seq->slotid);

Completed in 169 milliseconds