Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/
Dmemslot_perf_test.c280 static bool prepare_vm(struct vm_data *data, int nslots, uint64_t *maxslots, in prepare_vm() argument
304 *maxslots = get_max_slots(data, host_page_size); in prepare_vm()
576 uint64_t *maxslots, bool isactive) in test_memslot_move_prepare() argument
588 *maxslots = 0; in test_memslot_move_prepare()
607 uint64_t *maxslots) in test_memslot_move_prepare_active() argument
609 return test_memslot_move_prepare(data, sync, maxslots, true); in test_memslot_move_prepare_active()
614 uint64_t *maxslots) in test_memslot_move_prepare_inactive() argument
616 return test_memslot_move_prepare(data, sync, maxslots, false); in test_memslot_move_prepare_inactive()
787 uint64_t *maxslots);
791 static bool test_execute(int nslots, uint64_t *maxslots, in test_execute() argument
[all …]
/Linux-v6.6/fs/nfsd/
Dxdr4.h439 u32 maxslots; /* request/response */ member
Dnfs4xdr.c1866 seq->maxslots = be32_to_cpup(p++); in nfsd4_decode_sequence()
4643 *p++ = cpu_to_be32(seq->maxslots - 1); /* sr_highest_slotid */ in nfsd4_encode_sequence()
4644 *p++ = cpu_to_be32(seq->maxslots - 1); /* sr_target_highest_slotid */ in nfsd4_encode_sequence()
Dnfs4state.c3996 seq->maxslots = session->se_fchannel.maxreqs; in nfsd4_sequence()