Searched refs:MCLGET (Results 1 – 3 of 3) sorted by relevance
99 MCLGET(m, M_WAIT); in smb_mbc_alloc()143 MCLGET(m, M_WAIT); in smb_mbuf_get()181 MCLGET(m, M_WAIT); in smb_mbuf_allocate()254 MCLGET(m, M_WAIT); in MBC_INIT()
896 MCLGET(m, M_WAIT); in mbc_marshal_make_room()941 MCLGET(m, M_WAIT); in mbc_marshal_make_room()
231 #define MCLGET(m, how) \ macro