Searched refs:rds_message_alloc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/rds/ |
H A D | message.c | 284 struct rds_message *rds_message_alloc(unsigned int extra_len, gfp_t gfp) in rds_message_alloc() function 341 rm = rds_message_alloc(extra_bytes, GFP_NOWAIT); in rds_message_map_pages()
|
H A D | send.c | 1269 rm = rds_message_alloc(ret, GFP_KERNEL); in rds_sendmsg() 1434 rm = rds_message_alloc(0, GFP_ATOMIC); in rds_send_probe()
|
H A D | rds.h | 853 struct rds_message *rds_message_alloc(unsigned int nents, gfp_t gfp);
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | message.c | 284 struct rds_message *rds_message_alloc(unsigned int extra_len, gfp_t gfp) in rds_message_alloc() function 341 rm = rds_message_alloc(extra_bytes, GFP_NOWAIT); in rds_message_map_pages()
|
H A D | send.c | 1267 rm = rds_message_alloc(ret, GFP_KERNEL); in rds_sendmsg() 1428 rm = rds_message_alloc(0, GFP_ATOMIC); in rds_send_probe()
|
H A D | rds.h | 853 struct rds_message *rds_message_alloc(unsigned int nents, gfp_t gfp);
|
Completed in 9 milliseconds