Searched refs:maxslots (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | memslot_perf_test.c | 280 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 …]
|
/openbmc/linux/fs/nfsd/ |
H A D | xdr4.h | 439 u32 maxslots; /* request/response */ member
|
H A D | nfs4xdr.c | 1858 seq->maxslots = be32_to_cpup(p++); in nfsd4_decode_sequence() 4635 *p++ = cpu_to_be32(seq->maxslots - 1); /* sr_highest_slotid */ in nfsd4_encode_sequence() 4636 *p++ = cpu_to_be32(seq->maxslots - 1); /* sr_target_highest_slotid */ in nfsd4_encode_sequence()
|
H A D | nfs4state.c | 4002 seq->maxslots = session->se_fchannel.maxreqs; in nfsd4_sequence()
|