Home
last modified time | relevance | path

Searched refs:from_pool (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c63 bool from_pool) in mana_put_rx_page() argument
65 if (from_pool) in mana_put_rx_page()
1938 static void mana_rx_skb(void *buf_va, bool from_pool, in mana_rx_skb() argument
1973 if (from_pool) in mana_rx_skb()
2026 if (from_pool) { in mana_rx_skb()
2044 dma_addr_t *da, bool *from_pool) in mana_get_rxfrag() argument
2049 *from_pool = false; in mana_get_rxfrag()
2065 *from_pool = true; in mana_get_rxfrag()
2072 mana_put_rx_page(rxq, page, *from_pool); in mana_get_rxfrag()
2086 *from_pool = true; in mana_get_rxfrag()
[all …]
/linux/fs/ceph/
H A Daddr.c617 bool from_pool; member
1069 ceph_wbc->from_pool = false; in ceph_init_writeback_ctl()
1205 ceph_wbc->from_pool = true; in __ceph_allocate_page_array()
1249 (ceph_wbc->from_pool ? CEPH_OSD_SLAB_OPS : CEPH_OSD_MAX_OPS); in is_num_ops_too_big()
1523 ceph_wbc->from_pool, in ceph_submit_write()
1570 0, ceph_wbc->from_pool, false); in ceph_submit_write()
1575 ceph_wbc->from_pool = false; in ceph_submit_write()