Searched refs:maxslots (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/kvm/ |
| H A D | memslot_perf_test.c | 284 static bool prepare_vm(struct vm_data *data, int nslots, u64 *maxslots, in prepare_vm() argument 308 *maxslots = get_max_slots(data, host_page_size); in prepare_vm() 580 u64 *maxslots, bool isactive) in test_memslot_move_prepare() argument 597 *maxslots = 0; in test_memslot_move_prepare() 616 u64 *maxslots) in test_memslot_move_prepare_active() argument 618 return test_memslot_move_prepare(data, sync, maxslots, true); in test_memslot_move_prepare_active() 623 u64 *maxslots) in test_memslot_move_prepare_inactive() argument 625 return test_memslot_move_prepare(data, sync, maxslots, false); in test_memslot_move_prepare_inactive() 796 u64 *maxslots); 800 static bool test_execute(int nslots, u64 *maxslots, in test_execute() argument [all …]
|
| /linux/fs/nfsd/ |
| H A D | nfs4xdr.c | 2034 seq->maxslots = be32_to_cpup(p++) + 1; in nfsd4_decode_sequence()
|