Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_mchain.c228 case MB_MINLINE: in mb_put_mem()
378 return (md_get_mem(mdp, x, 1, MB_MINLINE)); in md_get_uint8()
384 return (md_get_mem(mdp, (caddr_t)x, 2, MB_MINLINE)); in md_get_uint16()
412 return (md_get_mem(mdp, (caddr_t)x, 4, MB_MINLINE)); in md_get_uint32()
442 return (md_get_mem(mdp, (caddr_t)x, 8, MB_MINLINE)); in md_get_int64()
505 case MB_MINLINE: in md_get_mem()
/f-stack/freebsd/sys/
H A Dmchain.h40 #define MB_MINLINE 2 /* use an inline copy loop */ macro