Home | Sort by: relevance | last modified time | path |
/src/tests/lib/libc/sys/ | |
t_mincore.c | 92 size_t i, resident; local in function:check_residency 100 for (i = resident = 0; i < npgs; i++) { 103 resident++; 113 return resident; 155 size_t npgs = 0, resident; local in function:ATF_TC_BODY 232 resident = check_residency(addr, npgs); 233 if (resident < npgs) 235 "%zu pages of the newly mapped %zu pages are resident", 236 resident, npgs); 343 * pages still resident, for information only [all...] |
/src/lib/libwrap/ | |
hosts_access.c | 84 int resident = (-1); /* -1, 0: unknown; +1: yes */ variable in typeref:typename:int 146 if (resident <= 0) 147 resident++; |
/src/usr.sbin/tcpdchk/ | |
tcpdchk.c | 72 int resident = 0; variable in typeref:typename:int |
/src/sys/uvm/pmap/ | |
pmap.c | 1499 const bool resident = pte_valid_p(opte); local in function:pmap_enter 1501 if (resident) { 1515 if (!resident || remap) { |