Searched refs:maxslots (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/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() 588 *maxslots = 0; in test_memslot_move_prepare() 607 uint64_t *maxslots) in test_memslot_move_prepare_active() 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() 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 574 test_memslot_move_prepare(struct vm_data *data, struct sync_area *sync, uint64_t *maxslots, bool isactive) test_memslot_move_prepare() argument 605 test_memslot_move_prepare_active(struct vm_data *data, struct sync_area *sync, uint64_t *maxslots) test_memslot_move_prepare_active() argument 612 test_memslot_move_prepare_inactive(struct vm_data *data, struct sync_area *sync, uint64_t *maxslots) test_memslot_move_prepare_inactive() argument 1035 uint64_t maxslots; test_loop() local [all...] |
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | xdr4.h | 448 u32 maxslots; /* request/response */ member
|
H A D | nfs4xdr.c | 1529 seq->maxslots = be32_to_cpup(p++); in nfsd4_decode_sequence() 4366 *p++ = cpu_to_be32(seq->maxslots - 1); /* sr_highest_slotid */ in nfsd4_encode_sequence() 4367 *p++ = cpu_to_be32(seq->maxslots - 1); /* sr_target_highest_slotid */ in nfsd4_encode_sequence()
|
H A D | nfs4state.c | 3786 * maxslots to the session maxreqs which is used to encode in nfsd4_sequence() 3787 * sr_highest_slotid and the sr_target_slot id to maxslots */ in nfsd4_sequence() 3788 seq->maxslots = session->se_fchannel.maxreqs; in nfsd4_sequence()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | xdr4.h | 439 u32 maxslots; /* request/response */ member
|
H A D | nfs4xdr.c | 1866 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()
|
H A D | nfs4state.c | 3994 * maxslots to the session maxreqs which is used to encode in nfsd4_sequence() 3995 * sr_highest_slotid and the sr_target_slot id to maxslots */ in nfsd4_sequence() 3996 seq->maxslots = session->se_fchannel.maxreqs; in nfsd4_sequence()
|
Completed in 37 milliseconds