Home
last modified time | relevance | path

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

/linux-4.1.27/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()
294 if (qh->dev_speed == USB_SPEED_HIGH || qh->do_split) { in dwc2_check_periodic_bandwidth()
705 if (qh->do_split) { in dwc2_hcd_qh_deactivate()
Dhcd_intr.c417 } else if (chan->qh->do_split) { in dwc2_get_actual_xfer_length()
594 if (chan->qh->do_split && in dwc2_update_isoc_urb_state()
983 if (chan->qh->do_split) { in dwc2_hc_xfercomp_intr()
1193 if (chan->do_split) { in dwc2_hc_nak_intr()
1267 if (chan->do_split) { in dwc2_hc_ack_intr()
1348 if (chan->do_split && chan->complete_split) { in dwc2_hc_nyet_intr()
1592 if (chan->do_split && chan->complete_split) in dwc2_hc_xacterr_intr()
Dhcd.h144 u8 do_split; member
270 u8 do_split; member
Dcore.c793 if (chan->do_split) { in dwc2_hc_enable_slave_ints()
819 if (chan->do_split) { in dwc2_hc_enable_slave_ints()
869 if (chan->error_state && !chan->do_split && in dwc2_hc_enable_dma_ints()
979 if (chan->do_split) { in dwc2_hc_init()
1360 if (chan->do_split) { in dwc2_hc_start_transfer()
1481 if (chan->do_split) { in dwc2_hc_start_transfer()
1633 if (chan->do_split) in dwc2_hc_continue_transfer()
Dhcd.c599 chan->do_split = 1; in dwc2_hc_init_split()
846 if (qh->do_split) in dwc2_assign_and_init_hc()
849 chan->do_split = 0; in dwc2_assign_and_init_hc()
1922 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.1.27/arch/x86/mm/
Dpageattr.c467 int i, do_split = 1; in try_preserve_large_page() local
491 do_split = -EINVAL; in try_preserve_large_page()
563 do_split = 0; in try_preserve_large_page()
583 do_split = 0; in try_preserve_large_page()
589 return do_split; in try_preserve_large_page()
1126 int do_split, err; in __change_page_attr() local
1192 do_split = try_preserve_large_page(kpte, address, cpa); in __change_page_attr()
1198 if (do_split <= 0) in __change_page_attr()
1199 return do_split; in __change_page_attr()
/linux-4.1.27/fs/ext3/
Dnamei.c1138 static struct ext3_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, in do_split() function
1414 de = do_split(handle,dir, &bh, frame, &hinfo, &retval); in make_indexed_dir()
1603 de = do_split(handle, dir, &bh, frame, &hinfo, &err); in ext3_dx_add_entry()
/linux-4.1.27/fs/ubifs/
Dtnc.c2026 goto do_split; in tnc_insert()
2059 do_split: in tnc_insert()
/linux-4.1.27/fs/ext4/
Dnamei.c1686 static struct ext4_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, in do_split() function
2111 de = do_split(handle,dir, &bh, frame, &hinfo); in make_indexed_dir()
2348 de = do_split(handle, dir, &bh, frame, &hinfo); in ext4_dx_add_entry()