Home
last modified time | relevance | path

Searched refs:PROC_CTL_DEFSIZE (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c212 #define PROC_CTL_DEFSIZE 32 macro
214 #define PROC_CTL_DEFSIZE 1024 macro
277 size_t new_len = P2ROUNDUP(needed, PROC_CTL_DEFSIZE); in prwritectl_readin()