Home
last modified time | relevance | path

Searched refs:throttle (Results 1 – 22 of 22) sorted by relevance

/linux-4.19.296/include/linux/
Ddm-kcopyd.h26 unsigned throttle; member
44 module_param_named(name, dm_kcopyd_throttle.throttle, uint, 0644); \
52 struct dm_kcopyd_client *dm_kcopyd_client_create(struct dm_kcopyd_throttle *throttle);
Dtty_driver.h273 void (*throttle)(struct tty_struct * tty); member
Dcyclades.h159 int throttle; member
Dserial_core.h55 void (*throttle)(struct uart_port *); member
139 void (*throttle)(struct uart_port *port); member
Dthermal.h240 int (*throttle)(struct thermal_zone_device *tz, int trip); member
/linux-4.19.296/block/
Dblk-rq-qos.c76 if (rqos->ops->throttle) in rq_qos_throttle()
77 rqos->ops->throttle(rqos, bio, lock); in rq_qos_throttle()
Dblk-rq-qos.h28 void (*throttle)(struct rq_qos *, struct bio *, spinlock_t *); member
DMakefile19 obj-$(CONFIG_BLK_DEV_THROTTLING) += blk-throttle.o
DKconfig146 Enabling this option enables the block layer to throttle buffered
Dblk-wbt.c779 .throttle = wbt_wait,
Dblk-iolatency.c621 .throttle = blkcg_iolatency_throttle,
/linux-4.19.296/drivers/cpufreq/
Dpowernv-cpufreq.c146 struct work_struct throttle; member
909 struct chip *chip = container_of(work, struct chip, throttle); in powernv_cpufreq_work_fn()
981 schedule_work(&chips[i].throttle); in powernv_cpufreq_occ_msg()
1000 schedule_work(&chips[i].throttle); in powernv_cpufreq_occ_msg()
1088 INIT_WORK(&chips[i].throttle, powernv_cpufreq_work_fn); in init_chip_info()
1107 cancel_work_sync(&chips[i].throttle); in clean_chip_info()
/linux-4.19.296/include/linux/usb/
Dserial.h294 void (*throttle)(struct tty_struct *tty); member
/linux-4.19.296/drivers/s390/char/
Dtty3270.c94 int throttle, attn; /* tty throttle/unthrottle. */ member
687 if (!tp->throttle) in tty3270_irq()
1810 tp->throttle = 1; in tty3270_throttle()
1824 tp->throttle = 0; in tty3270_unthrottle()
1897 .throttle = tty3270_throttle,
Dcon3215.c1165 .throttle = tty3215_throttle,
/linux-4.19.296/include/acpi/
Dprocessor.h238 u8 throttle:1; member
/linux-4.19.296/drivers/thunderbolt/
Dnhi.c884 u32 throttle = DIV_ROUND_UP(128 * NSEC_PER_USEC, 256); in nhi_enable_int_throttling() local
893 iowrite32(throttle, nhi->iobase + reg); in nhi_enable_int_throttling()
/linux-4.19.296/drivers/isdn/gigaset/
Dinterface.c479 .throttle = if_throttle,
/linux-4.19.296/fs/btrfs/
Dtransaction.c841 int throttle) in __btrfs_end_transaction() argument
895 if (throttle) in __btrfs_end_transaction()
915 if (throttle) in __btrfs_end_transaction()
/linux-4.19.296/drivers/isdn/capi/
Dcapi.c1249 .throttle = capinc_tty_throttle,
/linux-4.19.296/drivers/isdn/i4l/
Disdn_tty.c1748 .throttle = isdn_tty_throttle,
/linux-4.19.296/drivers/char/pcmcia/
Dsynclink_cs.c2793 .throttle = mgslpc_throttle,