Searched refs:restart (Results 176 - 200 of 425) sorted by last modified time

1234567891011>>

/linux-master/drivers/usb/gadget/udc/
H A Domap_udc.c703 int status, restart, is_in; local
777 /* restart any queue, even if the claim failed */
778 restart = !ep->stopped && !list_empty(&ep->queue);
782 restart ? " (restart)" : "");
787 restart ? " (restart)" : "");
789 if (restart) {
1587 * restart the queue... very messy for DMA!
H A Datmel_usba_udc.c1435 restart:
1457 goto restart;
1498 goto restart;
1527 goto restart;
/linux-master/net/netfilter/
H A Dnf_conntrack_netlink.c1207 restart:
1261 goto restart;
3171 restart:
3198 goto restart;
3223 restart:
3244 goto restart;
/linux-master/fs/ntfs3/
H A Dfslog.c293 /* Define some tuning parameters to keep the restart tables a reasonable size. */
342 * A true indicates that the corresponding restart operation
380 /* Bytes per restart table. */
493 * Check the restart length field and whether the entire
494 * restart area is contained that length.
582 * Remove a client record from a client record list an restart area.
663 /* File should contain at least 2 restart pages and MinLogRecordPages pages. */
986 bool restart; member in struct:restart_info
1026 struct RESTART_AREA *ra; /* In-memory image of the next restart area. */
1027 u32 ra_size; /* The usable size of the restart are
[all...]
/linux-master/security/apparmor/
H A Ddomain.c397 restart:
437 goto restart;
446 goto restart;
/linux-master/fs/ceph/
H A Dquota.c229 restart:
255 goto restart;
286 restart:
291 * dropped and we can then restart the whole operation.
300 goto restart;
341 restart:
365 goto restart;
/linux-master/drivers/target/
H A Dtarget_core_transport.c2363 goto restart;
2384 restart:
/linux-master/net/sunrpc/auth_gss/
H A Dauth_gss.c853 restart:
864 goto restart;
/linux-master/mm/
H A Dpercpu.c1795 restart:
1837 goto restart;
H A Dpage_vma_mapped.c212 restart:
283 goto restart;
302 goto restart;
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c1088 /* The status is up-to-date; restart or stop the schedule as needed */
1136 /* The status is up-to-date; restart or stop the schedule as needed */
1624 /* restart schedule */
3125 restart:
3147 goto restart;
/linux-master/arch/mips/kernel/
H A Dsignal.c807 .restart = __NR_restart_syscall,
885 regs->regs[2] = current->thread.abi->restart;
/linux-master/net/atm/
H A Dlec.c1664 restart:
1681 goto restart;
2060 restart:
2079 goto restart;
/linux-master/fs/ocfs2/
H A Ddir.c687 restart:
751 goto restart;
/linux-master/drivers/watchdog/
H A Dmtk_wdt.c384 .restart = mtk_wdt_restart,
H A Dbcm2835_wdt.c131 .restart = bcm2835_restart,
/linux-master/drivers/scsi/libfc/
H A Dfc_fcp.c1068 restart:
1107 goto restart;
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mmio.c437 bool restart = dev->mt76.mcu_ops->mcu_restart; local
454 if (restart)
475 if (restart)
493 if (dev->mt76.beacon_mask && !restart)
517 if (restart) {
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disppreview.c1478 int restart = 0; local
1484 restart = 1;
1505 * restart the preview engine. Otherwise restart it immediately.
1507 if (restart)
H A Dispresizer.c1018 int restart = 0; local
1029 restart = 1;
1047 * restart the resizer. Otherwise restart it immediately.
1049 if (restart)
H A Dispccdc.c1620 /* Don't restart CCDC if we're just about to stop streaming. */
1651 int restart = 0; local
1686 restart = ccdc_isr_buffer(ccdc);
1692 if (restart)
1801 bool restart = false; local
1808 /* We now have a buffer queued on the output, restart the pipeline
1817 restart = true;
1822 if (restart)
/linux-master/arch/arm/mach-mxs/
H A Dmach-mxs.c479 .restart = mxs_restart,
/linux-master/arch/arm/mach-ep93xx/
H A Dedb93xx.c275 .restart = ep93xx_restart,
288 .restart = ep93xx_restart,
301 .restart = ep93xx_restart,
314 .restart = ep93xx_restart,
327 .restart = ep93xx_restart,
340 .restart = ep93xx_restart,
353 .restart = ep93xx_restart,
366 .restart = ep93xx_restart,
H A Dvision_ep9307.c320 .restart = ep93xx_restart,
/linux-master/kernel/futex/
H A Dwaitwake.c335 static long futex_wait_restart(struct restart_block *restart);
691 struct restart_block *restart; local
707 restart = &current->restart_block;
708 restart->futex.uaddr = uaddr;
709 restart->futex.val = val;
710 restart->futex.time = *abs_time;
711 restart->futex.bitset = bitset;
712 restart->futex.flags = flags | FLAGS_HAS_TIMEOUT;
714 return set_restart_fn(restart, futex_wait_restart);
720 static long futex_wait_restart(struct restart_block *restart) argument
[all...]

Completed in 378 milliseconds

1234567891011>>