Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 13 of 13) sorted by relevance

/xnu-12377.1.9/bsd/kern/
H A Dtty_compat.c91 static unsigned int ttcompatspeedtab(speed_t speed, struct speedtab *table);
150 ttcompatspeedtab(speed_t speed, struct speedtab *table) in ttcompatspeedtab() argument
152 if (speed == 0) { in ttcompatspeedtab()
156 if (table->sp_speed <= speed) { /* nearest one, rounded down */ in ttcompatspeedtab()
H A Dtty.c2930 ttspeedtab(int speed, struct speedtab *table) in ttspeedtab() argument
2933 if (table->sp_speed == speed) { in ttspeedtab()
/xnu-12377.1.9/tools/tests/MPMMTest/
H A DREADME3 These tests measure the speed of IPC with mach messaging and kqueues. To build,
/xnu-12377.1.9/osfmk/console/
H A Dvideo_console.h143 extern void vc_progress_setdiskspeed(uint32_t speed);
H A Dvideo_console.c2640 vc_progress_setdiskspeed(uint32_t speed) in vc_progress_setdiskspeed() argument
2642 vc_progressmeter_diskspeed = speed; in vc_progress_setdiskspeed()
/xnu-12377.1.9/tests/vm/
H A Dvm_stress_slow.sh49 -s|--speed|-S)
/xnu-12377.1.9/bsd/sys/
H A Dtty.h319 int ttspeedtab(int speed, struct speedtab *table);
/xnu-12377.1.9/libsyscall/mach/
H A Derr_iokit.sub127 "(iokit/usb) device is not high speed, ehci driver returns error", // 0x049
129 "(iokit/usb) high speed hub error during split transaction", // 0x04b
/xnu-12377.1.9/bsd/net/
H A Dif_bond.c3597 int speed; in ifbond_find_best_LAG() local
3612 speed = link_speed(active); in ifbond_find_best_LAG()
3613 if ((count * speed) > (best_count * best_speed)) { in ifbond_find_best_LAG()
3615 best_speed = speed; in ifbond_find_best_LAG()
3758 int speed; in LAG_get_aggregatable_port_count() local
3762 speed = 0; in LAG_get_aggregatable_port_count()
3771 if (this_speed > speed) { in LAG_get_aggregatable_port_count()
3773 speed = this_speed; in LAG_get_aggregatable_port_count()
3775 } else if (this_speed == speed) { in LAG_get_aggregatable_port_count()
H A Ddlil.c1197 u_int64_t speed; /* downlink speed */ member
1205 { .speed = 10 * MBPS, .plowat = 2, .phiwat = 8, .blowat = (1 * 1024), .bhiwat = (6 * 1024) },
1206 { .speed = 100 * MBPS, .plowat = 10, .phiwat = 40, .blowat = (4 * 1024), .bhiwat = (64 * 1024) },
1207 { .speed = 1 * GBPS, .plowat = 10, .phiwat = 40, .blowat = (4 * 1024), .bhiwat = (64 * 1024) },
1208 { .speed = 10 * GBPS, .plowat = 10, .phiwat = 40, .blowat = (4 * 1024), .bhiwat = (64 * 1024) },
1209 { .speed = 100 * GBPS, .plowat = 10, .phiwat = 40, .blowat = (4 * 1024), .bhiwat = (64 * 1024) },
1210 { .speed = 0, .plowat = 0, .phiwat = 0, .blowat = 0, .bhiwat = 0 }
1929 for (n = 0, i = 0; rxpoll_tbl[i].speed != 0; i++) { in dlil_rxpoll_update_params()
1930 if (inbw < rxpoll_tbl[i].speed) { in dlil_rxpoll_update_params()
/xnu-12377.1.9/doc/debugging/
H A Ddebugging.md173 You can speed up few things by using local symbols:
/xnu-12377.1.9/doc/vm/
H A Dmemorystatus.md149 …y use `VM_memorystatus_1`. At one point we tried to parallelize jetsam to speed it up, but this ef…
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_subr.c1304 uint32_t speed; in vfs_mountroot() local
1307 speed = 128; in vfs_mountroot()
1309 speed = 7 * 256; in vfs_mountroot()
1311 speed = 256; in vfs_mountroot()
1313 vc_progress_setdiskspeed(speed); in vfs_mountroot()