Lines Matching refs:mem_flags

187 		gfp_t mem_flags)  in xhci_insert_segment_mapping()  argument
197 ret = radix_tree_maybe_preload(mem_flags); in xhci_insert_segment_mapping()
221 gfp_t mem_flags) in xhci_update_stream_segment_mapping() argument
233 ring, seg, mem_flags); in xhci_update_stream_segment_mapping()
270 static int xhci_update_stream_mapping(struct xhci_ring *ring, gfp_t mem_flags) in xhci_update_stream_mapping() argument
273 ring->first_seg, ring->last_seg, mem_flags); in xhci_update_stream_mapping()
560 gfp_t mem_flags) in xhci_alloc_stream_ctx() argument
567 dma, mem_flags); in xhci_alloc_stream_ctx()
570 mem_flags, dma); in xhci_alloc_stream_ctx()
573 mem_flags, dma); in xhci_alloc_stream_ctx()
615 unsigned int max_packet, gfp_t mem_flags) in xhci_alloc_stream_info() argument
633 stream_info = kzalloc_node(sizeof(*stream_info), mem_flags, in xhci_alloc_stream_info()
643 num_streams, sizeof(struct xhci_ring *), mem_flags, in xhci_alloc_stream_info()
651 mem_flags); in xhci_alloc_stream_info()
659 xhci_alloc_command_with_ctx(xhci, true, mem_flags); in xhci_alloc_stream_info()
673 mem_flags); in xhci_alloc_stream_info()
688 ret = xhci_update_stream_mapping(cur_ring, mem_flags); in xhci_alloc_stream_info()
835 struct usb_tt *tt, gfp_t mem_flags) in xhci_alloc_tt_info() argument
850 tt_info = kzalloc_node(sizeof(*tt_info), mem_flags, in xhci_alloc_tt_info()
1425 gfp_t mem_flags) in xhci_endpoint_init() argument
1490 xhci_ring_alloc(xhci, 2, 1, ring_type, max_packet, mem_flags); in xhci_endpoint_init()
1733 bool allocate_completion, gfp_t mem_flags) in xhci_alloc_command() argument
1738 command = kzalloc_node(sizeof(*command), mem_flags, dev_to_node(dev)); in xhci_alloc_command()
1744 kzalloc_node(sizeof(struct completion), mem_flags, in xhci_alloc_command()
1759 bool allocate_completion, gfp_t mem_flags) in xhci_alloc_command_with_ctx() argument
1763 command = xhci_alloc_command(xhci, allocate_completion, mem_flags); in xhci_alloc_command_with_ctx()
1768 mem_flags); in xhci_alloc_command_with_ctx()