Searched refs:maxslots (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/kvm/ |
| D | memslot_perf_test.c | 235 static bool prepare_vm(struct vm_data *data, int nslots, uint64_t *maxslots, in prepare_vm() argument 262 *maxslots = mempages + 1; in prepare_vm() 530 uint64_t *maxslots, bool isactive) in test_memslot_move_prepare() argument 541 *maxslots = 0; in test_memslot_move_prepare() 560 uint64_t *maxslots) in test_memslot_move_prepare_active() argument 562 return test_memslot_move_prepare(data, sync, maxslots, true); in test_memslot_move_prepare_active() 567 uint64_t *maxslots) in test_memslot_move_prepare_inactive() argument 569 return test_memslot_move_prepare(data, sync, maxslots, false); in test_memslot_move_prepare_inactive() 731 uint64_t *maxslots); 735 static bool test_execute(int nslots, uint64_t *maxslots, in test_execute() argument [all …]
|
| /Linux-v5.15/fs/nfsd/ |
| D | xdr4.h | 436 u32 maxslots; /* request/response */ member
|
| D | nfs4xdr.c | 1798 seq->maxslots = be32_to_cpup(p++); in nfsd4_decode_sequence() 4489 *p++ = cpu_to_be32(seq->maxslots - 1); /* sr_highest_slotid */ in nfsd4_encode_sequence() 4490 *p++ = cpu_to_be32(seq->maxslots - 1); /* sr_target_highest_slotid */ in nfsd4_encode_sequence()
|
| D | nfs4state.c | 3824 seq->maxslots = session->se_fchannel.maxreqs; in nfsd4_sequence()
|