Searched refs:stkstr (Results 1 – 1 of 1) sorted by relevance
100 char *stkstr; in zk_thread_create() local120 stkstr = getenv("ZFS_STACK_SIZE"); in zk_thread_create()122 if (stkstr == NULL) in zk_thread_create()125 stksize = MAX(atoi(stkstr), TS_STACK_MIN); in zk_thread_create()