Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
H A Doflib.c109 static int need_map = -1; variable
158 if (need_map < 0) in of_claim()
159 need_map = check_of_version(); in of_claim()
160 if (align || !need_map) in of_claim()
/linux/drivers/block/
H A Dublk_drv.c697 bool need_map, struct io_comp_batch *iob);
1379 static unsigned int ublk_unmap_io(bool need_map, in ublk_unmap_io() argument
1385 if (!need_map) in ublk_unmap_io()
1483 bool need_map, struct io_comp_batch *iob) in __ublk_complete_rq() argument
1509 unmapped_bytes = ublk_unmap_io(need_map, req, io); in __ublk_complete_rq()