/src/lib/libc/arch/m68k/string/ |
memccpy.S | 68 movl %d0,%a0 | XXX maybe use lea to avoid stall? 90 movl %d0,%a0 | XXX maybe use lea to avoid stall?
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_cmd.c | 592 static int qxl_reap_surf(struct qxl_device *qdev, struct qxl_bo *surf, bool stall) 600 if (stall) 603 ret = ttm_bo_wait(&surf->tbo, true, !stall); 605 if (stall) 621 bool stall = false; local in function:qxl_reap_surface_id 645 ret = qxl_reap_surf(qdev, objptr, stall); 651 if (num_reaped == 0 && stall == false) { 652 stall = true;
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_atomic_helper.h | 101 bool stall);
|
/src/sbin/init/ |
init.c | 114 static void stall(const char *, ...) __sysloglike(1, 2); 424 stall(const char *message, ...) function in typeref:typename:void 436 * Like stall(), but doesn't sleep. 630 stall("can't open %s: %m", name); 634 stall("can't get %s for controlling terminal: %m", name); 862 stall("can't exec `%s' for `%s': %m", INIT_BSHELL, _PATH_RUNCOM); 1261 stall("can't exec window system `%s' for port `%s': %m", 1303 stall("can't chroot getty `%s' inside `%s': %m", 1324 stall("can't exec getty `%s' for port `%s': %m",
|
/src/sys/arch/arm/arm/ |
cpufunc_asm_armv7.S | 44 add r0, r0, #0 @ a stall
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_atomic_helper.c | 1857 * make sure work items don't artificially stall on each another. 1958 * stalling on 2nd previous commit means triple-buffer won't ever stall. 2026 * and its stall parameter, for when a driver's commit hooks look at the 2184 * stall for previous one to execute completely. */ 2205 * stall for previous one to execute completely. */ 2226 * stall for previous one to execute completely. */ 2707 * @stall: stall for preceeding commits 2729 * @stall must be set when nonblocking commits for this driver directly access 2736 * Returns 0 on success. Can return -ERESTARTSYS when @stall is true and th [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
tegra124.dtsi | 237 interrupt-names = "stall", "nonstall";
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/ |
tegra132.dtsi | 191 interrupt-names = "stall", "nonstall";
|
tegra186.dtsi | 1563 interrupt-names = "stall", "nonstall";
|
tegra210.dtsi | 418 interrupt-names = "stall", "nonstall";
|
tegra194.dtsi | 1767 interrupt-names = "stall", "nonstall";
|
/src/sys/arch/mips/mips/ |
mipsX_subr.S | 658 MFC0_HAZARD #01: stall
|