Searched refs:argoplist_size (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c782 int argoplist_size; local
866 argoplist_size = numops * sizeof (nfs_argop4);
867 argop = kmem_alloc(argoplist_size, KM_SLEEP);
921 kmem_free(argop, argoplist_size);
993 kmem_free(argop, argoplist_size);
1067 kmem_free(argop, argoplist_size);
1155 kmem_free(argop, argoplist_size);
1225 kmem_free(argop, argoplist_size);
1276 kmem_free(argop, argoplist_size);
1371 kmem_free(argop, argoplist_size);
5242 int argoplist_size = 7 * sizeof (nfs_argop4); local
5677 int argoplist_size = 9 * sizeof (nfs_argop4); local
6168 int argoplist_size; local
6834 int numops, argoplist_size, setgid_flag, idx_create, idx_fattr; local
7474 int argoplist_size = 7 * sizeof (nfs_argop4); local
8158 int doqueue, argoplist_size; local
8346 int argoplist_size; local
13015 int argoplist_size; local
[all...]
H A Dnfs4_srv_deleg.c840 int argoplist_size; local
850 argoplist_size = numops * sizeof (nfs_cb_argop4);
851 argop = kmem_zalloc(argoplist_size, KM_SLEEP);
H A Dnfs4_stub_vnops.c1387 int argoplist_size = 3 * sizeof (nfs_argop4); local
1432 argop = kmem_alloc(argoplist_size, KM_SLEEP);
1470 kmem_free(argop, argoplist_size);
1517 kmem_free(argop, argoplist_size);

Completed in 83 milliseconds