Home
last modified time | relevance | path

Searched refs:do_split (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/usb/dwc2/
Dhcd_queue.c93 qh->do_split = 1; in dwc2_qh_init()
105 qh->usecs = NS_TO_US(usb_calc_bus_time(qh->do_split ? in dwc2_qh_init()
299 if (qh->dev_speed == USB_SPEED_HIGH || qh->do_split) { in dwc2_check_periodic_bandwidth()
718 if (qh->do_split) { in dwc2_hcd_qh_deactivate()
Dhcd.h144 u8 do_split; member
270 u8 do_split; member
Dhcd_intr.c420 } else if (chan->qh->do_split) { in dwc2_get_actual_xfer_length()
612 if (chan->qh->do_split && in dwc2_update_isoc_urb_state()
1003 if (chan->qh->do_split) { in dwc2_hc_xfercomp_intr()
1229 if (chan->do_split) { in dwc2_hc_nak_intr()
1303 if (chan->do_split) { in dwc2_hc_ack_intr()
1384 if (chan->do_split && chan->complete_split) { in dwc2_hc_nyet_intr()
1628 if (chan->do_split && chan->complete_split) in dwc2_hc_xacterr_intr()
Dcore.c1161 if (chan->do_split) { in dwc2_hc_enable_slave_ints()
1187 if (chan->do_split) { in dwc2_hc_enable_slave_ints()
1237 if (chan->error_state && !chan->do_split && in dwc2_hc_enable_dma_ints()
1347 if (chan->do_split) { in dwc2_hc_init()
1728 if (chan->do_split) { in dwc2_hc_start_transfer()
1849 if (chan->do_split) { in dwc2_hc_start_transfer()
2001 if (chan->do_split) in dwc2_hc_continue_transfer()
Dhcd.c594 chan->do_split = 1; in dwc2_hc_init_split()
848 if (qh->do_split) in dwc2_assign_and_init_hc()
851 chan->do_split = 0; in dwc2_assign_and_init_hc()
1972 dev_dbg(hsotg->dev, " do_split: %d\n", chan->do_split); in dwc2_hcd_dump_state()
Dhcd_ddma.c320 if (qh->do_split) { in dwc2_hcd_qh_init_ddma()
/linux-4.4.14/arch/x86/mm/
Dpageattr.c480 int i, do_split = 1; in try_preserve_large_page() local
505 do_split = -EINVAL; in try_preserve_large_page()
580 do_split = 0; in try_preserve_large_page()
600 do_split = 0; in try_preserve_large_page()
606 return do_split; in try_preserve_large_page()
1153 int do_split, err; in __change_page_attr() local
1219 do_split = try_preserve_large_page(kpte, address, cpa); in __change_page_attr()
1225 if (do_split <= 0) in __change_page_attr()
1226 return do_split; in __change_page_attr()
/linux-4.4.14/block/
Dblk-merge.c92 bool do_split = true; in blk_bio_segment_split() local
150 do_split = false; in blk_bio_segment_split()
154 if (do_split) { in blk_bio_segment_split()
164 return do_split ? new : NULL; in blk_bio_segment_split()
/linux-4.4.14/fs/ubifs/
Dtnc.c2025 goto do_split; in tnc_insert()
2058 do_split: in tnc_insert()
/linux-4.4.14/fs/ext4/
Dnamei.c1682 static struct ext4_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, in do_split() function
2030 de = do_split(handle,dir, &bh, frame, &fname->hinfo); in make_indexed_dir()
2280 de = do_split(handle, dir, &bh, frame, &fname->hinfo); in ext4_dx_add_entry()