/linux-4.1.27/net/sched/ |
D | sch_tbf.c | 108 struct psched_ratecfg peak; member 226 return q->peak.rate_bytes_ps; in tbf_peak_present() 249 ptoks -= (s64) psched_l2t_ns(&q->peak, len); in tbf_dequeue() 320 struct psched_ratecfg peak; in tbf_change() local 359 psched_ratecfg_precompute(&peak, &qopt->peakrate, prate64); in tbf_change() 360 if (peak.rate_bytes_ps <= rate.rate_bytes_ps) { in tbf_change() 362 peak.rate_bytes_ps, rate.rate_bytes_ps); in tbf_change() 370 mtu = psched_l2t_ns(&peak, pburst); in tbf_change() 372 max_size = min_t(u64, max_size, psched_ns_t2l(&peak, mtu)); in tbf_change() 375 memset(&peak, 0, sizeof(peak)); in tbf_change() [all …]
|
D | act_police.c | 37 struct psched_ratecfg peak; member 210 psched_ratecfg_precompute(&police->peak, &P_tab->rate, 0); in tcf_act_police_locate() 221 police->tcfp_mtu_ptoks = (s64) psched_l2t_ns(&police->peak, in tcf_act_police_locate() 289 ptoks -= (s64) psched_l2t_ns(&police->peak, in tcf_act_police() 329 psched_ratecfg_getrate(&opt.peakrate, &police->peak); in tcf_act_police_dump()
|
/linux-4.1.27/include/media/ |
D | as3645a.h | 62 unsigned int peak; member
|
D | lm3560.h | 90 enum lm3560_peak_current peak; member
|
/linux-4.1.27/sound/core/seq/ |
D | seq_clientmgr.h | 76 int peak; member
|
D | seq_clientmgr.c | 200 if (res->cur > res->peak) in usage_alloc() 201 res->peak = res->cur; in usage_alloc() 2525 snd_iprintf(buffer, " peak clients : %d\n", client_usage.peak); in snd_seq_info_clients_read()
|
/linux-4.1.27/drivers/net/can/sja1000/ |
D | Kconfig | 45 from PEAK-System (http://www.peak-system.com). To compile this 55 (http://www.peak-system.com).
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
D | rj54n1cb0c.c | 628 unsigned int peak, peak_50, peak_60; in rj54n1_sensor_scale() local 766 peak = 12 * RJ54N1_MAX_WIDTH * (1 << 14) * resize / rj54n1->tgclk_mhz / in rj54n1_sensor_scale() 768 peak_50 = peak / 6; in rj54n1_sensor_scale() 769 peak_60 = peak / 5; in rj54n1_sensor_scale() 779 ret = reg_write(client, RJ54N1_PEAK_DIFF, peak / 150); in rj54n1_sensor_scale()
|
/linux-4.1.27/drivers/media/i2c/ |
D | lm3560.c | 387 REG_FLASH_TOUT, 0x60, flash->pdata->peak); in lm3560_init_device() 422 pdata->peak = LM3560_PEAK_3600mA; in lm3560_probe()
|
D | as3645a.c | 220 reg = (flash->pdata->peak << AS_CONTROL_COIL_PEAK_SHIFT) in as3645a_set_control()
|
/linux-4.1.27/Documentation/networking/ |
D | iphase.txt | 133 xxx = the maximum peak cell rate, from 170 - 353207. 139 xxx = the maximum peak cell rate, from 170 - 353207.
|
/linux-4.1.27/drivers/net/can/usb/ |
D | Kconfig | 73 (see also http://www.peak-system.com).
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | NOTES | 5 + MDP3 - ?? seems to be what is on geeksphone peak device
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | hdspm.txt | 103 or peak-meters over ioctl, or also to do only copying and no
|
/linux-4.1.27/Documentation/power/ |
D | charger-manager.txt | 35 consumption and slow down charging process. Or even, such peak power
|
/linux-4.1.27/Documentation/device-mapper/ |
D | cache.txt | 118 doing here to avoid migrating during those peak io moments.
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 110 peak bitrate in bits per second, divided by 400
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 229 VmPeak peak virtual memory size 232 VmHWM peak resident set size ("high water mark") 500 To reset the peak resident set size ("high water mark") to the process's
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-iio | 204 A computed peak value based on the sum squared magnitude of 310 called <type>[Y][_name]_scale. The peak modifier means this
|