kern_exec.c | 289 static struct pool exec_pool; variable in typeref:struct:pool 858 data->ed_argp = pool_get(&exec_pool, PR_WAITOK); 910 pool_put(&exec_pool, data->ed_argp); 1009 pool_put(&exec_pool, data->ed_argp); 1368 pool_put(&exec_pool, data->ed_argp); 1451 pool_put(&exec_pool, data->ed_argp); 1940 pool_init(&exec_pool, NCARGS, 0, 0, PR_NOALIGN|PR_NOTOUCH, 1942 pool_sethardlimit(&exec_pool, maxexec, "should not happen", 0);
|