Searched defs:rdsv3_message_alloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dmessage.c278 rdsv3_message_alloc(unsigned int nents, int gfp) function
282 RDSV3_DPRINTF4("rdsv3_message_alloc", "Enter(nents: %d)", nents);
295 RDSV3_DPRINTF4("rdsv3_message_alloc", "Return(rm: %p)", rm);
309 rm = rdsv3_message_alloc(ceil(total_len, PAGE_SIZE), KM_NOSLEEP);
344 rm = rdsv3_message_alloc(ceil(total_len, PAGE_SIZE), KM_NOSLEEP);

Completed in 57 milliseconds