Searched refs:user_max (Results 1 – 3 of 3) sorted by relevance
733 int user_max, i; in dofkusers() local743 user_max = ldi_usage_count(); in dofkusers()744 fu_data = kmem_alloc(fu_data_size(user_max), KM_SLEEP); in dofkusers()745 fu_data->fud_user_max = user_max; in dofkusers()
353 size_t user_max = (pt_max_pty == 0 ? ptms_ptymax : pt_max_pty); in pt_ttys_alloc() local356 if (ptms_inuse >= min(ptms_ptymax, user_max)) { in pt_ttys_alloc()
295 size_t user_max = (sppptun_max_pty == 0 ? tcl_minormax : in tuncl_alloc() local299 if (tcl_inuse >= user_max) { in tuncl_alloc()