Searched refs:MB_MINLINE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/kern/
H A Dsubr_mchain.c225 case MB_MINLINE:
375 return (md_get_mem(mdp, x, 1, MB_MINLINE));
381 return (md_get_mem(mdp, (caddr_t)x, 2, MB_MINLINE));
409 return (md_get_mem(mdp, (caddr_t)x, 4, MB_MINLINE));
439 return (md_get_mem(mdp, (caddr_t)x, 8, MB_MINLINE));
502 case MB_MINLINE:
/freebsd-10.1-release/sys/sys/
H A Dmchain.h38 #define MB_MINLINE 2 /* use an inline copy loop */ macro

Completed in 58 milliseconds