Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/kvm/
Dmemslot_perf_test.c244 static bool prepare_vm(struct vm_data *data, int nslots, uint64_t *maxslots, in prepare_vm() argument
271 *maxslots = mempages + 1; in prepare_vm()
540 uint64_t *maxslots, bool isactive) in test_memslot_move_prepare() argument
551 *maxslots = 0; in test_memslot_move_prepare()
570 uint64_t *maxslots) in test_memslot_move_prepare_active() argument
572 return test_memslot_move_prepare(data, sync, maxslots, true); in test_memslot_move_prepare_active()
577 uint64_t *maxslots) in test_memslot_move_prepare_inactive() argument
579 return test_memslot_move_prepare(data, sync, maxslots, false); in test_memslot_move_prepare_inactive()
741 uint64_t *maxslots);
745 static bool test_execute(int nslots, uint64_t *maxslots, in test_execute() argument
[all …]
/Linux-v6.1/fs/nfsd/
Dxdr4.h439 u32 maxslots; /* request/response */ member
Dnfs4xdr.c1821 seq->maxslots = be32_to_cpup(p++); in nfsd4_decode_sequence()
4517 *p++ = cpu_to_be32(seq->maxslots - 1); /* sr_highest_slotid */ in nfsd4_encode_sequence()
4518 *p++ = cpu_to_be32(seq->maxslots - 1); /* sr_target_highest_slotid */ in nfsd4_encode_sequence()
Dnfs4state.c3943 seq->maxslots = session->se_fchannel.maxreqs; in nfsd4_sequence()