Lines Matching refs:mem_flags

186 		gfp_t mem_flags)  in xhci_insert_segment_mapping()  argument
196 ret = radix_tree_maybe_preload(mem_flags); in xhci_insert_segment_mapping()
220 gfp_t mem_flags) in xhci_update_stream_segment_mapping() argument
232 ring, seg, mem_flags); in xhci_update_stream_segment_mapping()
269 static int xhci_update_stream_mapping(struct xhci_ring *ring, gfp_t mem_flags) in xhci_update_stream_mapping() argument
272 ring->first_seg, ring->last_seg, mem_flags); in xhci_update_stream_mapping()
603 gfp_t mem_flags) in xhci_alloc_stream_ctx() argument
610 dma, mem_flags); in xhci_alloc_stream_ctx()
613 mem_flags, dma); in xhci_alloc_stream_ctx()
616 mem_flags, dma); in xhci_alloc_stream_ctx()
657 unsigned int num_streams, gfp_t mem_flags) in xhci_alloc_stream_info() argument
674 stream_info = kzalloc(sizeof(struct xhci_stream_info), mem_flags); in xhci_alloc_stream_info()
684 mem_flags); in xhci_alloc_stream_info()
691 mem_flags); in xhci_alloc_stream_info()
699 xhci_alloc_command(xhci, true, true, mem_flags); in xhci_alloc_stream_info()
711 xhci_ring_alloc(xhci, 2, 1, TYPE_STREAM, mem_flags); in xhci_alloc_stream_info()
726 ret = xhci_update_stream_mapping(cur_ring, mem_flags); in xhci_alloc_stream_info()
873 struct usb_tt *tt, gfp_t mem_flags) in xhci_alloc_tt_info() argument
887 tt_info = kzalloc(sizeof(*tt_info), mem_flags); in xhci_alloc_tt_info()
1403 gfp_t mem_flags) in xhci_endpoint_init() argument
1425 xhci_ring_alloc(xhci, 2, 1, type, mem_flags); in xhci_endpoint_init()
1738 gfp_t mem_flags) in xhci_alloc_command() argument
1742 command = kzalloc(sizeof(*command), mem_flags); in xhci_alloc_command()
1749 mem_flags); in xhci_alloc_command()
1758 kzalloc(sizeof(struct completion), mem_flags); in xhci_alloc_command()