Searched refs:stkstr (Results 1 – 1 of 1) sorted by relevance
83 char *stkstr; in zk_thread_create() local102 stkstr = getenv("ZFS_STACK_SIZE"); in zk_thread_create()104 if (stkstr == NULL) in zk_thread_create()107 stksize = MAX(atoi(stkstr), TS_STACK_MIN); in zk_thread_create()