Home
last modified time | relevance | path

Searched refs:radix_tree_maybe_preload (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dradix-tree.h240 int radix_tree_maybe_preload(gfp_t gfp_mask);
/linux/block/
H A Dblk-ioc.c375 if (radix_tree_maybe_preload(GFP_ATOMIC) < 0) { in ioc_create_icq()
/linux/lib/
H A Dradix-tree.c378 int radix_tree_maybe_preload(gfp_t gfp_mask) in radix_tree_maybe_preload() function
386 EXPORT_SYMBOL(radix_tree_maybe_preload);
/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c207 ret = radix_tree_maybe_preload(mem_flags); in cdnsp_insert_segment_mapping()
/linux/drivers/usb/host/
H A Dxhci-mem.c207 ret = radix_tree_maybe_preload(mem_flags); in xhci_insert_segment_mapping()