Searched refs:sf_buf_active (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/powerpc/powerpc/
H A Dvm_machdep.c131 static struct sf_head *sf_buf_active; variable in typeref:struct:sf_head
264 sf_buf_active = hashinit(nsfbufs, M_TEMP, &sf_buf_hashmask);
293 hash_list = &sf_buf_active[SF_BUF_HASH(m)];
/freebsd-10-stable/sys/arm/arm/
H A Dvm_machdep.c109 static struct sf_head *sf_buf_active; variable in typeref:struct:sf_head
233 sf_buf_active = hashinit(nsfbufs, M_TEMP, &sf_buf_hashmask);
256 hash_list = &sf_buf_active[SF_BUF_HASH(m)];
/freebsd-10-stable/sys/i386/i386/
H A Dvm_machdep.c144 static struct sf_head *sf_buf_active; variable in typeref:struct:sf_head
819 sf_buf_active = hashinit(nsfbufs, M_TEMP, &sf_buf_hashmask);
844 hash_list = &sf_buf_active[SF_BUF_HASH(m)];
882 hash_list = &sf_buf_active[SF_BUF_HASH(m)];

Completed in 64 milliseconds