Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 68) sorted by relevance

123

/drivers/usb/host/
Dohci-q.c87 static int balance (struct ohci_hcd *ohci, int interval, int load) in balance() argument
99 if (branch < 0 || ohci->load [branch] > ohci->load [i]) { in balance()
104 if ((ohci->load [j] + load) > 900) in balance()
127 ed, ed->branch, ed->load, ed->interval); in periodic_link()
154 ohci->load [i] += ed->load; in periodic_link()
156 ohci_to_hcd(ohci)->self.bandwidth_allocated += ed->load / ed->interval; in periodic_link()
230 branch = balance (ohci, ed->interval, ed->load); in ed_schedule()
234 branch, ed->interval, ed->load); in ed_schedule()
268 ohci->load [i] -= ed->load; in periodic_unlink()
270 ohci_to_hcd(ohci)->self.bandwidth_allocated -= ed->load / ed->interval; in periodic_unlink()
[all …]
Duhci-q.c278 qh->load = usb_calc_bus_time(udev->speed, in uhci_alloc_qh()
610 int highest_load = uhci->load[phase]; in uhci_highest_load()
613 highest_load = max_t(int, highest_load, uhci->load[phase]); in uhci_highest_load()
630 int phase, load; in uhci_check_bandwidth() local
636 load = uhci_highest_load(uhci, phase, qh->period); in uhci_check_bandwidth()
637 if (load < minimax_load) { in uhci_check_bandwidth()
638 minimax_load = load; in uhci_check_bandwidth()
645 if (minimax_load + qh->load > 900) { in uhci_check_bandwidth()
648 qh->period, qh->phase, minimax_load, qh->load); in uhci_check_bandwidth()
660 int load = qh->load; in uhci_reserve_bandwidth() local
[all …]
Disp116x-hcd.c332 isp116x->load[i] -= ep->load; in finish_request()
336 ep->load / ep->period; in finish_request()
484 u16 load = 0; in start_atl_transfers() local
504 if ((load = isp116x->load[index])) { in start_atl_transfers()
529 len = (MAX_LOAD_LIMIT - load) / byte_time; in start_atl_transfers()
550 load += len * byte_time; in start_atl_transfers()
551 if (load > MAX_LOAD_LIMIT) in start_atl_transfers()
650 static int balance(struct isp116x *isp116x, u16 period, u16 load) in balance() argument
657 if (branch < 0 || isp116x->load[branch] > isp116x->load[i]) { in balance()
661 if ((isp116x->load[j] + load) in balance()
[all …]
Dsl811-hcd.c464 sl811->load[i] -= ep->load; in finish_request()
469 -= ep->load / ep->period; in finish_request()
762 static int balance(struct sl811 *sl811, u16 period, u16 load) in balance() argument
770 if (branch < 0 || sl811->load[branch] > sl811->load[i]) { in balance()
774 if ((sl811->load[j] + load) in balance()
873 ep->load = usb_calc_bus_time(udev->speed, !is_out, in sl811h_urb_enqueue()
905 retval = balance(sl811, ep->period, ep->load); in sl811h_urb_enqueue()
932 sl811->load[i] += ep->load; in sl811h_urb_enqueue()
935 hcd->self.bandwidth_allocated += ep->load / ep->period; in sl811h_urb_enqueue()
1464 seq_printf(s, "%2d [%3d]:\n", i, sl811->load[i]); in proc_sl811h_show()
Dsl811.h153 u16 load[PERIODIC_SIZE]; member
184 u16 load; member
Duhci-hcd.h147 short load; /* Periodic time requirement, in us */ member
426 short load[MAX_PHASE]; /* Periodic allocations */ member
Duhci-debug.c174 space, "", qh->period, qh->phase, qh->load, in uhci_show_qh()
178 space, "", qh->period, qh->phase, qh->load); in uhci_show_qh()
363 out += sprintf(out, "\t%d", uhci->load[i]); in uhci_sprint_schedule()
/drivers/macintosh/
Drack-meter.c219 int i, offset, load, cumm, pause; in rackmeter_do_timer() local
234 load = (9 * (total_ticks - idle_ticks)) / total_ticks; in rackmeter_do_timer()
239 u8 ub = (load > i) ? 0xff : 0; in rackmeter_do_timer()
/drivers/gpu/drm/i810/
Di810_drv.c49 .load = i810_driver_load,
/drivers/gpu/drm/savage/
Dsavage_drv.c40 .load = savage_driver_load,
/drivers/gpu/drm/i830/
Di830_drv.c54 .load = i830_driver_load,
/drivers/cpufreq/
Dcpufreq_ondemand.c388 unsigned int load, load_freq; in dbs_check_cpu() local
423 load = 100 * (wall_time - idle_time) / wall_time; in dbs_check_cpu()
429 load_freq = load * freq_avg; in dbs_check_cpu()
/drivers/gpu/drm/via/
Dvia_drv.c44 .load = via_driver_load,
/drivers/gpu/drm/r128/
Dr128_drv.c48 .load = r128_driver_load,
/drivers/gpu/drm/sis/
Dsis_drv.c69 .load = sis_driver_load,
/drivers/gpu/drm/mga/
Dmga_drv.c50 .load = mga_driver_load,
/drivers/net/bonding/
Dbond_alb.h81 u32 load; /* Each slave sums the loadHistory of all clients member
Dbond_alb.c155 SLAVE_TLB_INFO(slave).load = 0; in tlb_init_slave()
249 (s64)(SLAVE_TLB_INFO(slave).load << 3); /* Bytes to bits */ in tlb_get_least_loaded_slave()
255 (s64)(SLAVE_TLB_INFO(slave).load << 3); in tlb_get_least_loaded_slave()
294 slave_info->load += in tlb_choose_channel()
1470 SLAVE_TLB_INFO(slave).load = in bond_alb_monitor()
/drivers/gpu/drm/
Ddrm_stub.c383 if (dev->driver->load) { in drm_get_dev()
384 ret = dev->driver->load(dev, ent->driver_data); in drm_get_dev()
DKconfig67 will load the correct one.
81 the X server will load the correct one.
/drivers/media/common/tuners/
DKconfig8 allow the card drivers to only load the frontend modules
11 Also, tuner module will automatically load a tuner driver
/drivers/gpu/drm/radeon/
Dradeon_drv.c86 .load = radeon_driver_load,
/drivers/staging/rt2860/
Dconfig.mk178 … -fno-common -pipe -mapcs-32 -D__LINUX_ARM_ARCH__=4 -march=armv4 -mshort-load-bytes -msoft-float …
190 …O_MM -mapcs-32 -march=armv4 -mtune=arm7tdmi -msoft-float -DMODULE -mshort-load-bytes -nostdinc -iw…
/drivers/media/video/usbvideo/
DKconfig26 can be specified when you load the module. Read
/drivers/gpu/drm/i915/
Di915_drv.c133 .load = i915_driver_load,

123