Searched refs:throttle (Results 1 - 25 of 83) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep053.tcl33 set throttle { "throttle" "" }
35 foreach t $throttle {
54 proc rep053_sub { method niter tnum logset recargs throttle largs } {
106 if { $throttle == "throttle" } {
108 throttle [$clientenv rep_limit 0 [expr 8 * 1024]] 0
153 # the simple case, and more than 3 in the "throttle" case.
163 if { $throttle == "throttle" } {
[all...]
H A Drep046.tcl31 set throttle { "throttle" "" }
40 foreach t $throttle {
53 proc rep046_sub { method niter tnum logset recargs throttle largs } {
116 if { $throttle == "throttle" } {
191 if { $throttle == "throttle" } {
271 if { $throttle == "throttle" } {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_tables.h117 .throttle = edge_throttle,
146 .throttle = edge_throttle,
175 .throttle = edge_throttle,
204 .throttle = edge_throttle,
H A Dempeg.c71 .throttle = usb_serial_generic_throttle,
H A Daircable.c192 .throttle = usb_serial_generic_throttle,
H A Dvisor.c192 .throttle = usb_serial_generic_throttle,
213 .throttle = usb_serial_generic_throttle,
234 .throttle = usb_serial_generic_throttle,
H A Dsymbolserial.c307 .throttle = symbol_throttle,
H A Dcypress_m8.c207 .throttle = cypress_throttle,
234 .throttle = cypress_throttle,
261 .throttle = cypress_throttle,
H A Dusb-serial.c396 if (port->serial->type->throttle)
397 port->serial->type->throttle(tty);
1193 .throttle = serial_throttle,
H A Dgeneric.c71 .throttle = usb_serial_generic_throttle,
127 /* clear the throttle flags */
424 /* Set the throttle request flag. It will be picked up
439 /* Clear the throttle flags */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/class/
H A Dcdc-acm.h123 unsigned char throttle; /* throttled by tty layer */ member in struct:acm
H A Dcdc-acm.c404 throttled = acm->throttle;
428 throttled = acm->throttle;
597 acm->throttle = 0;
752 acm->throttle = 1;
762 acm->throttle = 0;
1666 .throttle = acm_tty_throttle,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsession.h59 throttle, member in struct:perf_event_ops
H A Dsession.c268 if (handler->throttle == NULL)
269 handler->throttle = process_event_stub;
619 return ops->throttle(event, self);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Di82593.h162 u_char throttle : 6, member in struct:i82593_conf_block
H A Dtty_driver.h132 * void (*throttle)(struct tty_struct * tty);
256 void (*throttle)(struct tty_struct * tty); member in struct:tty_operations
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dssl.c120 .throttle = line_throttle,
H A Dstdio_console.c123 .throttle = line_throttle,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-inject.c161 .throttle = event__repipe,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2usb.c230 del_singleshot_timer_sync(&hw->throttle);
H A Dhfa384x_usb.c560 init_timer(&hw->throttle);
561 hw->throttle.function = hfa384x_usb_throttlefn;
562 hw->throttle.data = (unsigned long)hw;
3180 !timer_pending(&hw->throttle)) {
3181 mod_timer(&hw->throttle, jiffies + THROTTLE_JIFFIES);
3727 && !timer_pending(&hw->throttle)) {
3728 mod_timer(&hw->throttle,
4010 * We need to check BOTH the RX and the TX throttle controls,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dprocessor.h179 int tx; /* throttle level */
220 u8 throttle:1; member in struct:acpi_processor_errata::__anon17085
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dserial.h75 * @throttled: nonzero if the read urb is inactive to throttle the device
76 * @throttle_req: nonzero if the tty wants to throttle us
269 void (*throttle)(struct tty_struct *tty); member in struct:usb_serial_driver
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dtransaction.c309 struct btrfs_root *root, int throttle)
342 if (throttle)
363 if (throttle)
308 __btrfs_end_transaction(struct btrfs_trans_handle *trans, struct btrfs_root *root, int throttle) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtty3270.c84 int throttle, attn; /* tty throttle/unthrottle. */ member in struct:tty3270
653 if (!tp->throttle)
1661 tp->throttle = 1;
1675 tp->throttle = 0;
1732 .throttle = tty3270_throttle,

Completed in 314 milliseconds

1234