Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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; in nfs4_free_slot() local
88 __clear_bit(slotid, tbl->used_slots); in nfs4_free_slot()
91 if (slotid == tbl->highest_used_slotid) { in nfs4_free_slot()
92 u32 new_max = find_last_bit(tbl->used_slots, slotid); in nfs4_free_slot()
93 if (new_max < slotid) in nfs4_free_slot()
100 dprintk("%s: slotid %u highest_used_slotid %u\n", __func__, in nfs4_free_slot()
101 slotid, tbl->highest_used_slotid); in nfs4_free_slot()
105 u32 slotid, u3 in nfs4_new_slot()
104 nfs4_new_slot(struct nfs4_slot_table *tbl, u32 slotid, u32 seq_init, gfp_t gfp_mask) nfs4_new_slot() argument
120 nfs4_find_or_create_slot(struct nfs4_slot_table *tbl, u32 slotid, u32 seq_init, gfp_t gfp_mask) nfs4_find_or_create_slot() argument
145 u32 slotid = slot->slot_nr; nfs4_lock_slot() local
172 nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid) nfs4_lookup_slot() argument
201 nfs4_slot_seqid_in_use(struct nfs4_slot_table *tbl, u32 slotid, u32 seq_nr) nfs4_slot_seqid_in_use() argument
222 nfs4_slot_wait_on_seqid(struct nfs4_slot_table *tbl, u32 slotid, u32 seq_nr, unsigned long timeout) nfs4_slot_wait_on_seqid() argument
245 u32 slotid; nfs4_alloc_slot() local
[all...]
H A Dnfs4session.h46 u32 max_slotid; /* Max allowed slotid value */
50 u32 server_highest_slotid; /* Server highest slotid */
86 extern struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid);
88 u32 slotid, u32 seq_nr,
103 u32 slotid) in nfs4_test_locked_slot()
105 return !!test_bit(slotid, tbl->used_slots); in nfs4_test_locked_slot()
102 nfs4_test_locked_slot(const struct nfs4_slot_table *tbl, u32 slotid) nfs4_test_locked_slot() argument
/kernel/linux/linux-6.6/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; in nfs4_free_slot() local
88 __clear_bit(slotid, tbl->used_slots); in nfs4_free_slot()
91 if (slotid == tbl->highest_used_slotid) { in nfs4_free_slot()
92 u32 new_max = find_last_bit(tbl->used_slots, slotid); in nfs4_free_slot()
93 if (new_max < slotid) in nfs4_free_slot()
100 dprintk("%s: slotid %u highest_used_slotid %u\n", __func__, in nfs4_free_slot()
101 slotid, tbl->highest_used_slotid); in nfs4_free_slot()
105 u32 slotid, u3 in nfs4_new_slot()
104 nfs4_new_slot(struct nfs4_slot_table *tbl, u32 slotid, u32 seq_init, gfp_t gfp_mask) nfs4_new_slot() argument
120 nfs4_find_or_create_slot(struct nfs4_slot_table *tbl, u32 slotid, u32 seq_init, gfp_t gfp_mask) nfs4_find_or_create_slot() argument
145 u32 slotid = slot->slot_nr; nfs4_lock_slot() local
172 nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid) nfs4_lookup_slot() argument
201 nfs4_slot_seqid_in_use(struct nfs4_slot_table *tbl, u32 slotid, u32 seq_nr) nfs4_slot_seqid_in_use() argument
222 nfs4_slot_wait_on_seqid(struct nfs4_slot_table *tbl, u32 slotid, u32 seq_nr, unsigned long timeout) nfs4_slot_wait_on_seqid() argument
245 u32 slotid; nfs4_alloc_slot() 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) in nfs4_test_locked_slot()
106 return !!test_bit(slotid, tbl->used_slots); in nfs4_test_locked_slot()
103 nfs4_test_locked_slot(const struct nfs4_slot_table *tbl, u32 slotid) nfs4_test_locked_slot() argument
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dultravisor.h64 u64 flags, u64 slotid) in uv_register_mem_slot()
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()
63 uv_register_mem_slot(u64 lpid, u64 start_gpa, u64 size, u64 flags, u64 slotid) uv_register_mem_slot() argument
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dultravisor.h64 u64 flags, u64 slotid) in uv_register_mem_slot()
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()
63 uv_register_mem_slot(u64 lpid, u64 start_gpa, u64 size, u64 flags, u64 slotid) uv_register_mem_slot() argument
/kernel/linux/linux-5.10/fs/nfsd/
H A Dxdr4.h447 u32 slotid; /* request/response */ member
H A Dnfs4xdr.c1528 seq->slotid = be32_to_cpup(p++); in nfsd4_decode_sequence()
4364 *p++ = cpu_to_be32(seq->slotid); in nfsd4_encode_sequence()
4365 /* Note slotid's are numbered from zero: */ in nfsd4_encode_sequence()
H A Dnfs4state.c3779 if (seq->slotid >= session->se_fchannel.maxreqs) in nfsd4_sequence()
3782 slot = session->se_slots[seq->slotid]; in nfsd4_sequence()
3783 dprintk("%s: slotid %d\n", __func__, seq->slotid); in nfsd4_sequence()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dxdr4.h438 u32 slotid; /* request/response */ member
H A Dnfs4xdr.c1865 seq->slotid = be32_to_cpup(p++); in nfsd4_decode_sequence()
4641 *p++ = cpu_to_be32(seq->slotid); in nfsd4_encode_sequence()
4642 /* Note slotid's are numbered from zero: */ in nfsd4_encode_sequence()
H A Dnfs4state.c3987 if (seq->slotid >= session->se_fchannel.maxreqs) in nfsd4_sequence()
3990 slot = session->se_slots[seq->slotid]; in nfsd4_sequence()
3991 dprintk("%s: slotid %d\n", __func__, seq->slotid); in nfsd4_sequence()

Completed in 49 milliseconds