Searched refs:MB_MINLINE (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | subr_mchain.c | 226 case MB_MINLINE: in mb_put_mem() 376 return (md_get_mem(mdp, x, 1, MB_MINLINE)); in md_get_uint8() 382 return (md_get_mem(mdp, (caddr_t)x, 2, MB_MINLINE)); in md_get_uint16() 410 return (md_get_mem(mdp, (caddr_t)x, 4, MB_MINLINE)); in md_get_uint32() 440 return (md_get_mem(mdp, (caddr_t)x, 8, MB_MINLINE)); in md_get_int64() 503 case MB_MINLINE: in md_get_mem()
|
| /freebsd-14.2/sys/sys/ |
| H A D | mchain.h | 38 #define MB_MINLINE 2 /* use an inline copy loop */ macro
|