HomeSort by: relevance | last modified time | path
    Searched defs:limit0 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_proc.c 205 struct plimit limit0; variable in typeref:struct:plimit
225 .p_limit = &limit0,
524 mutex_init(&limit0.pl_lock, MUTEX_DEFAULT, IPL_NONE);
526 rlim = limit0.pl_rlimit;
527 for (i = 0; i < __arraycount(limit0.pl_rlimit); i++) {
547 limit0.pl_corename = defcorename;
548 limit0.pl_cnlen = 0;
549 limit0.pl_refcnt = 1;
550 limit0.pl_writeable = false;
551 limit0.pl_sv_limit = NULL
    [all...]
kern_proc.c 205 struct plimit limit0; variable in typeref:struct:plimit
225 .p_limit = &limit0,
524 mutex_init(&limit0.pl_lock, MUTEX_DEFAULT, IPL_NONE);
526 rlim = limit0.pl_rlimit;
527 for (i = 0; i < __arraycount(limit0.pl_rlimit); i++) {
547 limit0.pl_corename = defcorename;
548 limit0.pl_cnlen = 0;
549 limit0.pl_refcnt = 1;
550 limit0.pl_writeable = false;
551 limit0.pl_sv_limit = NULL
    [all...]

Completed in 23 milliseconds