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

/illumos-gate/usr/src/uts/common/sys/
H A Dutssys.h81 int fud_user_max; member in struct:fu_data
/illumos-gate/usr/src/uts/common/syscall/
H A Dutssys.c333 fu_data->fud_user_max = v_proc;
603 ASSERT(pcnt < fu_data->fud_user_max);
675 if (fu_data->fud_user_count >= fu_data->fud_user_max) {
745 fu_data->fud_user_max = user_max;
840 fu_header.fud_user_max = total_max;
913 fu_header.fud_user_max = total_max;
947 kmem_free(fu_data, fu_data_size(fu_data->fud_user_max));
949 kmem_free(fuk_data, fu_data_size(fuk_data->fud_user_max));
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c172 fu_header.fud_user_max = 0;
184 fu_data->fud_user_max = count;

Completed in 61 milliseconds