Home
last modified time | relevance | path

Searched refs:sendpages_ok (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dnet.h328 static inline bool sendpages_ok(struct page *page, size_t len, size_t offset) in sendpages_ok() function
/linux-6.15/drivers/nvme/host/
H A Dtcp.c1140 if (!sendpages_ok(page, len, offset)) in nvme_tcp_try_send_data()
/linux-6.15/drivers/block/drbd/
H A Ddrbd_main.c1539 if (!drbd_disable_sendpage && sendpages_ok(page, len, offset)) in _drbd_send_page()