Lines Matching refs:mem_flags
190 gfp_t mem_flags)
200 ret = radix_tree_maybe_preload(mem_flags);
224 gfp_t mem_flags)
236 ring, seg, mem_flags);
273 static int xhci_update_stream_mapping(struct xhci_ring *ring, gfp_t mem_flags)
276 ring->first_seg, ring->last_seg, mem_flags);
569 gfp_t mem_flags)
576 dma, mem_flags);
579 mem_flags, dma);
582 mem_flags, dma);
624 unsigned int max_packet, gfp_t mem_flags)
642 stream_info = kzalloc_node(sizeof(*stream_info), mem_flags,
652 num_streams, sizeof(struct xhci_ring *), mem_flags,
660 mem_flags);
668 xhci_alloc_command_with_ctx(xhci, true, mem_flags);
682 mem_flags);
697 ret = xhci_update_stream_mapping(cur_ring, mem_flags);
849 struct usb_tt *tt, gfp_t mem_flags)
864 tt_info = kzalloc_node(sizeof(*tt_info), mem_flags,
1447 gfp_t mem_flags)
1518 xhci_ring_alloc(xhci, 2, 1, ring_type, max_packet, mem_flags);
1761 bool allocate_completion, gfp_t mem_flags)
1766 command = kzalloc_node(sizeof(*command), mem_flags, dev_to_node(dev));
1772 kzalloc_node(sizeof(struct completion), mem_flags,
1787 bool allocate_completion, gfp_t mem_flags)
1791 command = xhci_alloc_command(xhci, allocate_completion, mem_flags);
1796 mem_flags);