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()
1917 static void mana_rx_skb(void *buf_va, bool from_pool, in mana_rx_skb() argument
1951 if (from_pool) in mana_rx_skb()
2004 if (from_pool) { in mana_rx_skb()
2022 dma_addr_t *da, bool *from_pool) in mana_get_rxfrag() argument
2027 *from_pool = false; in mana_get_rxfrag()
2043 *from_pool = true; in mana_get_rxfrag()
2050 mana_put_rx_page(rxq, page, *from_pool); in mana_get_rxfrag()
2064 *from_pool = true; in mana_get_rxfrag()
[all …]
/linux/fs/ceph/
H A Daddr.c612 bool from_pool; member
1055 ceph_wbc->from_pool = false; in ceph_init_writeback_ctl()
1191 ceph_wbc->from_pool = true; in __ceph_allocate_page_array()
1235 (ceph_wbc->from_pool ? CEPH_OSD_SLAB_OPS : CEPH_OSD_MAX_OPS); in is_num_ops_too_big()
1505 ceph_wbc->from_pool, in ceph_submit_write()
1552 0, ceph_wbc->from_pool, false); in ceph_submit_write()
1557 ceph_wbc->from_pool = false; in ceph_submit_write()