Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c285 static bool prepare_vm(struct vm_data *data, int nslots, u64 *maxslots, in prepare_vm()
309 *maxslots = get_max_slots(data, host_page_size); in prepare_vm()
581 u64 *maxslots, bool isactive) in test_memslot_move_prepare()
598 *maxslots = 0; in test_memslot_move_prepare()
617 u64 *maxslots) in test_memslot_move_prepare_active()
619 return test_memslot_move_prepare(data, sync, maxslots, true); in test_memslot_move_prepare_active()
624 u64 *maxslots) in test_memslot_move_prepare_inactive()
626 return test_memslot_move_prepare(data, sync, maxslots, false); in test_memslot_move_prepare_inactive()
797 u64 *maxslots);
801 static bool test_execute(int nslots, u64 *maxslots, in test_execute()
284 prepare_vm(struct vm_data * data,int nslots,u64 * maxslots,void * guest_code,u64 mem_size,struct timespec * slot_runtime) prepare_vm() argument
580 test_memslot_move_prepare(struct vm_data * data,struct sync_area * sync,u64 * maxslots,bool isactive) test_memslot_move_prepare() argument
616 test_memslot_move_prepare_active(struct vm_data * data,struct sync_area * sync,u64 * maxslots) test_memslot_move_prepare_active() argument
623 test_memslot_move_prepare_inactive(struct vm_data * data,struct sync_area * sync,u64 * maxslots) test_memslot_move_prepare_inactive() argument
800 test_execute(int nslots,u64 * maxslots,unsigned int maxtime,const struct test_data * tdata,u64 * nloops,struct timespec * slot_runtime,struct timespec * guest_runtime) test_execute() argument
1052 u64 maxslots; test_loop() local
[all...]
/linux/fs/nfsd/
H A Dxdr4.h597 u32 maxslots; /* request */ member
H A Dnfs4state.c4983 seq->maxslots); in nfsd4_construct_sequence_response()
5094 seq->maxslots <= session->se_target_maxslots && in nfsd4_sequence()
H A Dnfs4xdr.c2054 seq->maxslots = be32_to_cpup(p++) + 1; in nfsd4_decode_sequence()