Home
last modified time | relevance | path

Searched refs:maxslots (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c307 *maxslots = get_max_slots(data, host_page_size); in prepare_vm()
579 uint64_t *maxslots, bool isactive) in test_memslot_move_prepare() argument
596 *maxslots = 0; in test_memslot_move_prepare()
615 uint64_t *maxslots) in test_memslot_move_prepare_active() argument
622 uint64_t *maxslots) in test_memslot_move_prepare_inactive() argument
795 uint64_t *maxslots);
799 static bool test_execute(int nslots, uint64_t *maxslots, in test_execute() argument
821 !tdata->prepare(data, sync, maxslots)) { in test_execute()
1051 uint64_t maxslots; in test_loop() local
1057 if (maxslots) in test_loop()
[all …]
/linux-6.15/fs/nfsd/
H A Dxdr4.h577 u32 maxslots; /* request/response */ member
H A Dnfs4state.c4394 seq->maxslots <= session->se_target_maxslots) in nfsd4_sequence()
4464 seq->maxslots = max(session->se_target_maxslots, seq->maxslots); in nfsd4_sequence()
H A Dnfs4xdr.c1909 seq->maxslots = be32_to_cpup(p++) + 1; in nfsd4_decode_sequence()
5064 nfserr = nfsd4_encode_slotid4(xdr, seq->maxslots - 1); in nfsd4_encode_sequence()