Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 192 of 192) sorted by relevance

/linux-4.1.27/sound/soc/codecs/
Drl6231.c28 int i, red, bound, temp; in rl6231_calc_dmic_clk() local
32 bound = div[i] * 3000000; in rl6231_calc_dmic_clk()
33 if (rate > bound) in rl6231_calc_dmic_clk()
35 temp = bound - rate; in rl6231_calc_dmic_clk()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_agpsupport.c220 entry->bound = 0; in drm_agp_alloc()
282 if (!entry->bound) in drm_agp_unbind()
286 entry->bound = 0; in drm_agp_unbind()
323 if (entry->bound) in drm_agp_bind()
328 entry->bound = dev->agp->base + (page << PAGE_SHIFT); in drm_agp_bind()
330 dev->agp->base, entry->bound); in drm_agp_bind()
366 if (entry->bound) in drm_agp_free()
449 if (entry->bound) in drm_agp_clear()
Ddrm_memory.c70 if (agpmem->bound <= offset in agp_remap()
71 && (agpmem->bound + (agpmem->pages << PAGE_SHIFT)) >= in agp_remap()
87 phys_page_map = (agpmem->memory->pages + (offset - agpmem->bound) / PAGE_SIZE); in agp_remap()
Ddrm_legacy.h84 unsigned long bound; member
Ddrm_vm.c144 if (agpmem->bound <= baddr && in drm_do_vm_fault()
145 agpmem->bound + agpmem->pages * PAGE_SIZE > baddr) in drm_do_vm_fault()
155 offset = (baddr - agpmem->bound) >> PAGE_SHIFT; in drm_do_vm_fault()
Ddrm_bufs.c287 if ((map->offset >= entry->bound) && in drm_addmap_core()
288 (map->offset + map->size <= entry->bound + entry->pages * PAGE_SIZE)) { in drm_addmap_core()
645 if ((agp_offset >= agp_entry->bound) && in drm_legacy_addbufs_agp()
646 (agp_offset + total * count <= agp_entry->bound + agp_entry->pages * PAGE_SIZE)) { in drm_legacy_addbufs_agp()
Ddrm_fb_helper.c454 int bound = 0, crtcs_bound = 0; in drm_fb_helper_is_bound() local
465 bound++; in drm_fb_helper_is_bound()
468 if (bound < crtcs_bound) in drm_fb_helper_is_bound()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_shrinker.c260 unsigned long pinned, bound, unbound, freed_pages; in i915_gem_shrinker_oom() local
285 unbound = bound = pinned = 0; in i915_gem_shrinker_oom()
302 bound += obj->base.size; in i915_gem_shrinker_oom()
308 if (freed_pages || unbound || bound) in i915_gem_shrinker_oom()
311 if (unbound || bound) in i915_gem_shrinker_oom()
314 bound, unbound); in i915_gem_shrinker_oom()
Di915_gem_gtt.c1684 vma->bound &= ~GLOBAL_BIND; in i915_gem_restore_gtt_mappings()
1886 vma->bound = GLOBAL_BIND; in i915_ggtt_bind_vma()
1905 vma->bound = 0; in i915_ggtt_unbind_vma()
1937 if (!(vma->bound & GLOBAL_BIND) || in ggtt_bind_vma()
1942 vma->bound |= GLOBAL_BIND; in ggtt_bind_vma()
1947 (!(vma->bound & LOCAL_BIND) || in ggtt_bind_vma()
1953 vma->bound |= LOCAL_BIND; in ggtt_bind_vma()
1963 if (vma->bound & GLOBAL_BIND) { in ggtt_unbind_vma()
1968 vma->bound &= ~GLOBAL_BIND; in ggtt_unbind_vma()
1971 if (vma->bound & LOCAL_BIND) { in ggtt_unbind_vma()
[all …]
Di915_gem_gtt.h162 unsigned int bound : 4; member
Di915_gem_stolen.c538 vma->bound |= GLOBAL_BIND; in i915_gem_object_create_stolen_for_preallocated()
Di915_gem.c3758 vma->bound & GLOBAL_BIND); in i915_gem_object_set_cache_level()
4111 unsigned bound; in i915_gem_object_do_pin() local
4157 bound = vma ? vma->bound : 0; in i915_gem_object_do_pin()
4169 if (flags & PIN_GLOBAL && !(vma->bound & GLOBAL_BIND)) { in i915_gem_object_do_pin()
4175 if ((bound ^ vma->bound) & GLOBAL_BIND) { in i915_gem_object_do_pin()
Di915_gem_context.c702 if (!(vma->bound & GLOBAL_BIND)) { in do_switch()
Di915_gpu_error.c606 vma && (vma->bound & GLOBAL_BIND) && in i915_error_object_create()
613 if (!(vma && vma->bound & GLOBAL_BIND)) in i915_error_object_create()
Di915_gem_execbuffer.c410 !(target_vma->bound & GLOBAL_BIND))) { in i915_gem_execbuffer_relocate_entry()
/linux-4.1.27/drivers/base/
Dcomponent.c33 bool bound; member
44 bool bound; member
162 if (master->bound) in try_to_bring_up_master()
193 master->bound = true; in try_to_bring_up_master()
218 if (master->bound) { in take_down_master()
221 master->bound = false; in take_down_master()
356 WARN_ON(!component->bound); in component_unbind()
359 component->bound = false; in component_unbind()
409 component->bound = true; in component_bind()
/linux-4.1.27/net/can/
Draw.c85 int bound; member
284 if (ro->bound) in raw_notifier()
291 ro->bound = 0; in raw_notifier()
314 ro->bound = 0; in raw_init()
357 if (ro->bound) { in raw_release()
374 ro->bound = 0; in raw_release()
401 if (ro->bound && addr->can_ifindex == ro->ifindex) in raw_bind()
433 if (ro->bound) { in raw_bind()
447 ro->bound = 1; in raw_bind()
516 if (ro->bound && ro->ifindex) in raw_setsockopt()
[all …]
Dbcm.c119 int bound; member
1244 if (!bo->bound) in bcm_sendmsg()
1373 if (bo->bound && bo->ifindex == dev->ifindex) { in bcm_notifier()
1374 bo->bound = 0; in bcm_notifier()
1389 if (bo->bound && bo->ifindex == dev->ifindex) { in bcm_notifier()
1406 bo->bound = 0; in bcm_init()
1478 if (bo->bound) { in bcm_release()
1479 bo->bound = 0; in bcm_release()
1502 if (bo->bound) in bcm_connect()
1526 bo->bound = 1; in bcm_connect()
/linux-4.1.27/scripts/coccinelle/iterators/
Ditnull.cocci1 /// Many iterators have the property that the first argument is always bound
85 cocci.print_main("iterator-bound variable",p1)
93 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line)
/linux-4.1.27/include/net/
Dpkt_sched.h58 psched_tdiff_bounded(psched_time_t tv1, psched_time_t tv2, psched_time_t bound) in psched_tdiff_bounded() argument
60 return min(tv1 - tv2, bound); in psched_tdiff_bounded()
/linux-4.1.27/lib/
Ddecompress_unlzma.c75 uint32_t bound; member
151 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS); in rc_is_bit_0_helper()
152 return rc->bound; in rc_is_bit_0_helper()
163 rc->range = rc->bound; in rc_update_bit_0()
168 rc->range -= rc->bound; in rc_update_bit_1()
169 rc->code -= rc->bound; in rc_update_bit_1()
/linux-4.1.27/drivers/usb/gadget/function/
Du_ecm.h24 bool bound; member
Du_eem.h24 bool bound; member
Du_ncm.h24 bool bound; member
Du_gether.h24 bool bound; member
Du_uac2.h36 bool bound; member
Du_rndis.h26 bool bound; member
Du_phonet.h19 bool bound; member
Du_uac1.h69 unsigned bound:1; member
Df_subset.c315 if (!gether_opts->bound) { in geth_bind()
322 gether_opts->bound = true; in geth_bind()
434 if (opts->bound) in geth_free_inst()
Df_rndis.c701 if (!rndis_opts->bound) { in rndis_bind()
706 rndis_opts->bound = true; in rndis_bind()
850 if (opts->bound) in rndis_borrow_net()
854 opts->borrowed_net = opts->bound = true; in rndis_borrow_net()
900 if (opts->bound) in rndis_free_inst()
Df_eem.c266 if (!eem_opts->bound) { in eem_bind()
273 eem_opts->bound = true; in eem_bind()
576 if (opts->bound) in eem_free_inst()
Df_phonet.c505 if (!phonet_opts->bound) { in pn_bind()
510 phonet_opts->bound = true; in pn_bind()
643 if (opts->bound) in phonet_free_inst()
Df_ecm.c708 if (!ecm_opts->bound) { in ecm_bind()
715 ecm_opts->bound = true; in ecm_bind()
876 if (opts->bound) in ecm_free_inst()
Df_ncm.c1361 if (!ncm_opts->bound) { in ncm_bind()
1368 ncm_opts->bound = true; in ncm_bind()
1525 if (opts->bound) in ncm_free_inst()
Df_uac1.c681 if (!audio_opts->bound) { in f_audio_bind()
685 audio_opts->bound = true; in f_audio_bind()
/linux-4.1.27/drivers/usb/gadget/legacy/
Dether.c390 eem_opts->bound = true; in eth_bind()
392 ecm_opts->bound = true; in eth_bind()
394 geth_opts->bound = true; in eth_bind()
Dg_ffs.c397 ecm_opts->bound = true; in gfs_bind()
403 geth_opts->bound = true; in gfs_bind()
Dmulti.c374 ecm_opts->bound = true; in multi_bind()
/linux-4.1.27/Documentation/input/
Dnotifier.txt13 - KBD_UNBOUND_KEYCODE events are sent if the keycode is not bound to a keysym.
32 || !bound) {
/linux-4.1.27/drivers/staging/ozwpan/
DREADME10 To operate the driver must be bound to a suitable network interface. This can
12 as a parameter - e.g. 'insmod ozwpan g_net_dev=go0') or can be bound after
/linux-4.1.27/fs/nfs/
Dread.c261 loff_t bound; in nfs_readpage_result() local
263 bound = hdr->args.offset + hdr->res.count; in nfs_readpage_result()
265 if (bound < hdr->io_start + hdr->good_bytes) { in nfs_readpage_result()
268 hdr->good_bytes = bound - hdr->io_start; in nfs_readpage_result()
/linux-4.1.27/arch/tile/include/arch/
Dmpipe_shm.h71 uint_reg_t bound : 1; member
115 uint_reg_t bound : 1;
/linux-4.1.27/Documentation/usb/
Dcallbacks.txt83 with another driver bound the interface, eg. a power management
122 that isn't bound to your driver.
124 Probe will never be called for an interface bound to a driver.
128 Once your driver is bound to an interface, disconnect can be
Dgadget_configfs.txt204 In order to enable the gadget it must be bound to a UDC (USB Device Controller).
367 functions and binds them. This way the whole gadget is bound.
Dpower-management.txt114 non-supporting driver is bound to a device, the device won't be
333 USB drivers are bound to interfaces, so their suspend and resume
595 leave hub interface drivers bound. If the driver for the usb device (not
Dproc_usb_info.txt223 interface serves a distinct "function", which is typically bound
Dusb-serial.txt29 will print to the system log, which node(s) the device has been bound
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c367 if (pdd->bound) in kfd_bind_process_to_device()
374 pdd->bound = true; in kfd_bind_process_to_device()
410 pdd->bound = false; in kfd_unbind_process_from_device()
Dkfd_priv.h430 bool bound; member
Dkfd_device_queue_manager.c780 pdd->bound = false; in stop_cpsch()
/linux-4.1.27/drivers/gpu/drm/ast/
DKconfig15 is bound to the driver. These GPUs are commonly found
/linux-4.1.27/Documentation/console/
Dconsole.txt48 0 - means the driver is not bound and if echo'ed, commands the driver
51 1 - means the driver is bound and if echo'ed, commands the driver to
104 driver is bound or not.
122 driver, which was previously bound, becomes unbound. The console layer
/linux-4.1.27/drivers/infiniband/core/
Dumem_odp.c622 u64 bound) in ib_umem_odp_unmap_dma_pages() argument
629 bound = min_t(u64, bound, ib_umem_end(umem)); in ib_umem_odp_unmap_dma_pages()
636 for (addr = virt; addr < bound; addr += (u64)umem->page_size) { in ib_umem_odp_unmap_dma_pages()
/linux-4.1.27/tools/usb/usbip/
DREADME111 A USB storage device of busid 3-3.2 is now bound to the usb-storage
113 "exportable"; the device is bound to the usbip-host driver. Please
193 - usbip-host.ko must be bound to the target device.
/linux-4.1.27/net/ieee802154/
Dsocket.c459 unsigned int bound:1; member
512 ro->bound = 0; in dgram_bind()
534 ro->bound = 1; in dgram_bind()
593 if (!ro->bound) { in dgram_connect()
638 if (!ro->bound) in dgram_sendmsg()
688 ro->bound ? &ro->src_addr : NULL, size); in dgram_sendmsg()
781 if (!ro->bound) in ieee802154_match_sock()
/linux-4.1.27/include/media/
Dv4l2-async.h83 int (*bound)(struct v4l2_async_notifier *notifier, member
/linux-4.1.27/Documentation/hwmon/
Dadt746260 point1: Set the pwm speed at a lower temperature bound.
61 point2: Set the pwm speed at a higher temperature bound.
Dadt747059 point1: Set the pwm speed at a lower temperature bound.
60 point2: Set the pwm speed at a higher temperature bound.
Dadt747598 point1: Set the PWM speed at the lower temperature bound
99 point2: Set the PWM speed at the higher temperature bound
Dlm93157 points of configuration. To start, each PWM output can be bound to any
159 individual control sources to which the PWM output is bound.
164 a "0" disables it. The h/w default is 0x0f (all temperatures bound).
233 If the #PROCHOT or #VRDHOT signals are asserted while bound to a PWM output
/linux-4.1.27/Documentation/
Dworkqueue.txt110 unless specifically overridden, a work item of a bound workqueue will
120 Each worker-pool bound to an actual CPU implements concurrency
142 mark a bound wq to ignore the concurrency management. Please refer to
172 woker-pools which host workers which are not bound to any
180 expected and using bound wq may end up creating large number
214 worker-pool from starting execution. This is useful for bound
237 Currently, for a bound wq, the maximum limit for @max_active is 512
261 Work items w0, w1, w2 are queued to a bound wq q0 on the same CPU.
348 cycles, using a bound wq is usually beneficial due to the increased
Dcircular-buffers.txt116 they will return a lower bound as the producer controls the head index,
120 To the consumer it will show an upper bound as the producer may be busy
124 will return a lower bound as the consumer controls the tail index, but the
128 To the producer it will show an upper bound as the consumer may be busy
Drpmsg.txt54 When a driver starts listening on a channel, its rx callback is bound with
157 - every rpmsg address in the system is bound to an rx callback (so when
171 endpoint, their rx callback is bound to their rpmsg address, and when
Dvfio.txt91 be bound to a VFIO driver before operations on the VFIO group
190 /* Group is not viable (ie, not all devices bound for vfio) */
249 into VFIO core. When devices are bound and unbound to the driver,
Dpi-futex.txt24 determinism and well-bound latencies. Even in the worst-case, PI will
Dphy.txt140 bound to devices. A lookup can be made be made during runtime when a handle to
Dmedia-framework.txt169 bound together. Example usages include reporting
Dkernel-per-CPU-kthreads.txt203 but if your workload is CPU-bound, this is a bad idea.
Dassoc_array.txt491 bound and get to the fourth level where these actually become different.
Ddevices.txt76 offended. I often get submissions for /dev names that would be bound
Dkernel-parameters.txt3492 you have and where their interrupts are bound, this
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-async.c100 if (notifier->bound) { in v4l2_async_test_notify()
101 ret = notifier->bound(notifier, sd, asd); in v4l2_async_test_notify()
/linux-4.1.27/Documentation/devicetree/bindings/iommu/
Drockchip,iommu.txt5 its master device. Each slave device is bound to a single master device, and
/linux-4.1.27/lib/xz/
Dxz_dec_lzma2.c499 uint32_t bound; in rc_bit() local
503 bound = (rc->range >> RC_BIT_MODEL_TOTAL_BITS) * *prob; in rc_bit()
504 if (rc->code < bound) { in rc_bit()
505 rc->range = bound; in rc_bit()
509 rc->range -= bound; in rc_bit()
510 rc->code -= bound; in rc_bit()
/linux-4.1.27/net/netlink/
Daf_netlink.h38 bool bound; member
Daf_netlink.c1100 if (nlk_sk(sk)->bound) in netlink_insert()
1126 nlk_sk(sk)->bound = portid; in netlink_insert()
1293 if (nlk->portid && nlk->bound) { in netlink_release()
1507 bool bound; in netlink_bind() local
1524 bound = nlk->bound; in netlink_bind()
1525 if (bound) { in netlink_bind()
1550 if (!bound) { in netlink_bind()
1601 if (!nlk->bound) in netlink_connect()
2358 if (!nlk->bound) { in netlink_sendmsg()
/linux-4.1.27/include/rdma/
Dib_umem_odp.h107 u64 bound);
/linux-4.1.27/drivers/scsi/aic7xxx/
DKconfig.aic79xx21 This is an upper bound value for the number of tagged transactions
31 on some devices. The upper bound is 253. 0 disables tagged queueing.
DKconfig.aic7xxx26 This is an upper bound value for the number of tagged transactions
36 on some devices. The upper bound is 253. 0 disables tagged queueing.
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dda9052-i2c.txt9 bound using their names as listed below:
Dda9055.txt33 bound using their names as listed below:
Dda9063.txt26 DA9063 regulators are bound using their names listed below:
Dmc13xxx.txt25 - regulators : Contain the regulator nodes. The regulators are bound using
/linux-4.1.27/fs/sysfs/
DKconfig12 which driver each is bound to. sysfs can also be used to tune devices
/linux-4.1.27/Documentation/timers/
Dtimers-howto.txt87 worst case, fire an interrupt for your upper bound.
91 be balanced with what is an acceptable upper bound on
Dhrtimers.txt85 - data structure not bound to jiffies or any other granularity. All the
Dhighres.txt196 separated from the tick bound timer softirq to allow accurate delivery of high
/linux-4.1.27/drivers/thermal/
DKconfig199 created. Cooling devices can be bound to the trip points to cool this
216 (CPU, GPU, MEM, PLLX). Cooling devices can be bound to the thermal
227 bound to thermal zone trip points. When a trip point reached, the
228 bound cpufreq cooling device turns active to set CPU frequency low to
/linux-4.1.27/Documentation/ABI/obsolete/
Dsysfs-bus-usb27 drivers may change this setting when they are bound.
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Ddb8500-thermal.txt14 - tripN-cdev-num : number of the cooling devices which can be bound to trip
Dthermal.txt170 Note: The delay properties are bound to the maximum dT/dt (temperature
176 The maximum dT/dt is highly bound to hardware power consumption and dissipation
/linux-4.1.27/drivers/staging/rtl8723au/hal/
DHalDMOutSrc8723A_CE.c668 u32 i, j, diff, SimularityBitMap, bound = 0; in _PHY_SimularityCompare() local
674 bound = 8; in _PHY_SimularityCompare()
676 bound = 4; in _PHY_SimularityCompare()
680 for (i = 0; i < bound; i++) { in _PHY_SimularityCompare()
697 for (i = 0; i < (bound/4); i++) { in _PHY_SimularityCompare()
/linux-4.1.27/Documentation/driver-model/
Ddriver.txt121 The devices field is a list of all the devices that have been bound to
148 and the driver partially bound to the device. Drivers commonly use
159 When the driver has successfully bound itself to that device, then probe()
Dporting.txt330 devices must be bound to a driver, or drivers must be bound to all
353 When a device is successfully bound to a driver, device->driver is
Dclass.txt51 As devices are bound to drivers, they are added to the device class
Dplatform.txt156 probe() succeeds, the driver and device are bound as usual. There are
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfsd-admin-interfaces.txt17 bound (and listening, for tcp) socket, or
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-usb-lvstest3 driver is bound with root hub device.
Dsysfs-bus-rpmsg50 from any remote rpmsg client; it is not bound to a single
Dsysfs-tty26 UART port in serial_core, that is bound to TTY like ttyS0.
Dsysfs-block69 generate checksums for write requests bound for
Dsysfs-bus-coresight-devices-etm3x150 and bound to change depending on the driver.
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Dampdu.c76 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument
77 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
Dmain.c1030 brcms_b_txstatus(struct brcms_hardware *wlc_hw, bool bound, bool *fatal) in brcms_b_txstatus() argument
1040 uint max_tx_num = bound ? TXSBND : -1; in brcms_b_txstatus()
7719 brcms_b_recv(struct brcms_hardware *wlc_hw, uint fifo, bool bound) in brcms_b_recv() argument
7726 uint bound_limit = bound ? RXBND : -1; in brcms_b_recv()
/linux-4.1.27/arch/ia64/kernel/
Dsmpboot.c281 unsigned long flags, rt, master_time_stamp, bound; in ia64_sync_itc() local
315 bound = rt; in ia64_sync_itc()
/linux-4.1.27/arch/tile/mm/
Dfault.c169 int bound = get_clock_rate(); in wait_for_migration() local
172 if (++retries > bound) in wait_for_migration()
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt330 '00' subbands 4-31 in intensity_stereo, bound==4
331 '01' subbands 8-31 in intensity_stereo, bound==8
332 '10' subbands 12-31 in intensity_stereo, bound==12
333 '11' subbands 16-31 in intensity_stereo, bound==16
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt41 populated. Another issue is that all controllers bound to a hierarchy
97 All controllers which support the unified hierarchy and are not bound
98 to other hierarchies are automatically bound to unified hierarchy and
100 root of unified hierarchy can be bound to other hierarchies. This
162 In the root cgroup, this lists controllers which are not bound to
163 other hierarchies and the content changes as controllers are bound to
Dcpusets.txt605 mempolicy MPOL_BIND, and the nodes to which it was bound overlap with
610 was MPOL_BIND bound to the new cpuset (even though its NUMA placement,
620 bound to some subset of its cpuset using the sched_setaffinity() call,
651 cpuset is bound with another cgroup subsystem which has some restrictions
Dcgroups.txt372 to use it. Remounting allows changing bound subsystems and
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Dphy.c988 u32 i, j, diff, sim_bitmap = 0, bound; in simularity_compare() local
997 bound = 8; in simularity_compare()
999 bound = 4; in simularity_compare()
1001 for (i = 0; i < bound; i++) { in simularity_compare()
1034 for (i = 0; i < (bound/4); i++) { in simularity_compare()
/linux-4.1.27/drivers/block/zram/
Dzram_drv.c328 u64 end, bound; in valid_io_request() local
337 bound = zram->disksize >> SECTOR_SHIFT; in valid_io_request()
339 if (unlikely(start >= bound || end > bound || start > end)) in valid_io_request()
/linux-4.1.27/drivers/media/platform/omap3isp/
Dispccp2.c392 u64 bound; in ccp2_adjust_bandwidth() local
410 bound = div_u64(area * timeperframe->denominator, in ccp2_adjust_bandwidth()
412 value = min_t(u64, bound, l3_ick); in ccp2_adjust_bandwidth()
Disp.c2560 isp->notifier.bound = isp_subdev_notifier_bound; in isp_probe()
/linux-4.1.27/Documentation/networking/
Dphonet.txt93 protocol from the PF_PHONET family. Each socket is bound to one of the
136 socket paradigm. The listening socket is bound to an unique free object
Drds.txt50 Sockets must be bound before you can send or receive data.
52 attaches it to the socket. Once bound, the transport assignment
235 indicate which ports on bound addresses are congested. As the
Drxrpc.txt224 bound before the operation takes place.
495 (2) A local address can optionally be bound:
591 (2) A local address must then be bound:
710 the socket is bound to. The call will go to the destination address of a
715 the key bound to the socket with the RXRPC_SECURITY_KEY sockopt. Calls
Dl2tp.txt96 2. Create a single PPPoL2TP socket per tunnel bound to a special null
283 /* Note, the target socket must be bound already, else it will not be ready */
Dcan.txt317 on a socket that is bound to 'any' interface sendto(2) is needed to
320 Reading CAN frames from a bound CAN_RAW socket (see above) consists
344 When the CAN interface is bound to 'any' existing CAN interface
361 To write CAN frames on sockets bound to 'any' CAN interface the
666 Note a CAN_BCM socket must be connected instead of bound after socket
689 When the broadcast manager socket is bound to 'any' CAN interface (=> the
Dpktgen.txt217 also assign /proc/irq/XX/smp_affinity so that the TX interrupts are bound
Ddl2k.txt100 Once the driver has been compiled, it must be loaded, enabled, and bound
Ddccp.txt199 bound for the expiry of the nofeedback timer. This can be useful on LANs
Dudplite.txt157 option. The maximum upper bound for the send buffer is determined
Dcdc_mbim.txt34 functions bound to the "wrong" driver
Dcxgb.txt211 controller may be bound to more than one CPU. This will cause TCP
Dppp_generic.txt59 system call on an instance of /dev/ppp which is bound to the
Dscaling.txt44 programmable filters. For example, webserver bound TCP port 80 packets
Dpacket_mmap.txt332 <frame size> : it's an upper bound of frame's capture size (more on this later)
Dip-sysctl.txt453 seconds and is a lower bound for the effective timeout.
Dbonding.txt1600 force all traffic bound to 192.168.1.100 to use eth1 in the bond as its output
/linux-4.1.27/Documentation/fb/
Dfbcon.txt163 unloaded if it is still bound to the console layer. (See
171 The fbdev drivers cannot be unloaded if it's bound to fbcon, and fbcon cannot
172 be unloaded if it's bound to the console layer.
/linux-4.1.27/Documentation/spi/
Dspi-lm70llp54 the bound "hwmon/lm70" protocol driver through its sysfs hook, using a
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192c/
Dphy_common.c1174 u32 i, j, diff, simularity_bitmap, bound; in _rtl92c_phy_simularity_compare() local
1181 bound = 8; in _rtl92c_phy_simularity_compare()
1183 bound = 4; in _rtl92c_phy_simularity_compare()
1187 for (i = 0; i < bound; i++) { in _rtl92c_phy_simularity_compare()
1208 for (i = 0; i < (bound / 4); i++) { in _rtl92c_phy_simularity_compare()
/linux-4.1.27/drivers/cpufreq/
DKconfig.x86146 the CPUs' workloads are. CPU-bound workloads will be more sensitive
147 -- they will perform better as frequency increases. Memory/IO-bound
/linux-4.1.27/Documentation/filesystems/
Dudf.txt15 be bound to the underlying cd device to provide the required buffering
Dsysfs-pci.txt79 In the event a driver is not bound to the device, it can be enabled using the
Dbtrfs.txt78 consequences when the system crashes. The upper bound is not forced,
Dseq_file.txt98 holding the current position. There is no upper bound for the sequence
Dxfs-delayed-logging-design.txt79 Effectively, this gives us the maximum bound of outstanding metadata changes
85 bound.
Dproc.txt1090 (interface index, label, number of references, number of bound
/linux-4.1.27/drivers/vme/bridges/
Dvme_tsi148.c493 unsigned long long bound; in tsi148_find_error() local
495 bound = address + count; in tsi148_find_error()
509 (vme_err->address < bound)) { in tsi148_find_error()
527 unsigned long long bound; in tsi148_clear_errors() local
529 bound = address + count; in tsi148_clear_errors()
544 (vme_err->address < bound)) { in tsi148_clear_errors()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/
Dphy.c1111 u32 i, j, diff, simularity_bitmap, bound; in _rtl8723e_phy_simularity_compare() local
1116 bound = 4; in _rtl8723e_phy_simularity_compare()
1120 for (i = 0; i < bound; i++) { in _rtl8723e_phy_simularity_compare()
1141 for (i = 0; i < (bound / 4); i++) { in _rtl8723e_phy_simularity_compare()
/linux-4.1.27/arch/powerpc/platforms/
DKconfig265 bound. The default behavior is to show both the upper and lower
266 bound in /proc/cpuinfo. If the range is large, the temperature is
/linux-4.1.27/Documentation/w1/
Dw1.generic54 provides temperature reading function which is bound to ->rbin() method
/linux-4.1.27/tools/virtio/virtio-trace/
DREADME13 2) Create a read/write thread per CPU. Each thread is bound to a CPU.
/linux-4.1.27/Documentation/gpio/
Dboard.txt93 Finally, GPIOs can be bound to devices and functions using platform data. Board
/linux-4.1.27/Documentation/scheduler/
Dsched-bwc.txt41 upper bound on the period length of 1s. Additional restrictions exist when
Dsched-deadline.txt156 As a matter of fact, in this case it is possible to provide an upper bound
183 that the tardiness of real-time tasks has an upper bound.
/linux-4.1.27/Documentation/RCU/
Drcu.txt87 needed if you have CPU-bound realtime threads.
Dstallwarn.txt204 o A CPU-bound real-time task in a CONFIG_PREEMPT kernel, which might
213 o A CPU-bound real-time task in a CONFIG_PREEMPT_RT kernel that
DRTFP.txt74 This works well if there is a well-defined upper bound on the length of
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/
Dphy.c1657 u32 i, j, diff, simularity_bitmap, bound; in _rtl88e_phy_simularity_compare() local
1664 bound = 8; in _rtl88e_phy_simularity_compare()
1666 bound = 4; in _rtl88e_phy_simularity_compare()
1670 for (i = 0; i < bound; i++) { in _rtl88e_phy_simularity_compare()
1691 for (i = 0; i < (bound / 4); i++) { in _rtl88e_phy_simularity_compare()
/linux-4.1.27/Documentation/cpu-freq/
Dgovernors.txt183 frequency changes. A workload with sensitivity of 0% (memory/IO-bound)
185 workload with sensitivity of 100% (CPU-bound) will perform better
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt81 effect. Threads are also bound to the CPU such that they cannot be
264 cooling device. Currently, it’s not bound to any thermal zones.
Dsysfs-api.txt135 If nth bit is set, then the cdev and thermal zone are bound
145 be bound, as per platform data.
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_cmn.c45 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) argument
48 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1)) argument
49 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1)) argument
/linux-4.1.27/Documentation/isdn/
DREADME296 4. Either the channel is not bound exclusively to another Net-interface, or
297 it is bound AND the other checks apply to exactly this interface.
311 is pre-bound to a channel, this channel is used directly.
532 unbinds a previously bound interface.
DINTERFACE454 The call is not implicitely bound to a connection.
708 The call is not implicitely bound to a connection.
DREADME.sc64 channels can be specifically bound to particular interfaces.
/linux-4.1.27/arch/m68k/fpsp040/
Dscale.S167 cmpiw #0xffc0,%d1 |lower bound for normalization
Dsetox.S125 | This bound will be used in Step 4.
/linux-4.1.27/Documentation/x86/
Dearlyprintk.txt52 The EHCI debug controller is bound to a specific physical USB
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/
Dphy.c2004 u32 i, j, diff, simularity_bitmap, bound = 0; in _rtl8723be_phy_simularity_compare() local
2010 bound = 8; in _rtl8723be_phy_simularity_compare()
2014 for (i = 0; i < bound; i++) { in _rtl8723be_phy_simularity_compare()
2046 for (i = 0; i < (bound / 4); i++) { in _rtl8723be_phy_simularity_compare()
/linux-4.1.27/net/irda/
Daf_irda.c1611 int bound = 0; in irda_sendmsg_ultra() local
1659 bound = 1; in irda_sendmsg_ultra()
1689 err = irlmp_connless_data_request((bound ? self->lsap : NULL), in irda_sendmsg_ultra()
/linux-4.1.27/drivers/media/platform/xilinx/
Dxilinx-vipp.c548 xdev->notifier.bound = xvip_graph_notify_bound; in xvip_graph_init()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
Dphy.c2448 u32 i, j, diff, simularity_bitmap, bound; in _rtl92ee_phy_simularity_compare() local
2454 bound = 8; in _rtl92ee_phy_simularity_compare()
2458 for (i = 0; i < bound; i++) { in _rtl92ee_phy_simularity_compare()
2491 for (i = 0; i < (bound / 4); i++) { in _rtl92ee_phy_simularity_compare()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/
Dphy.c2114 u32 i, j, diff, sim_bitmap, bound; in _rtl92d_phy_simularity_compare() local
2120 bound = 8; in _rtl92d_phy_simularity_compare()
2122 bound = 4; in _rtl92d_phy_simularity_compare()
2124 for (i = 0; i < bound; i++) { in _rtl92d_phy_simularity_compare()
2141 for (i = 0; i < (bound / 4); i++) { in _rtl92d_phy_simularity_compare()
/linux-4.1.27/drivers/input/serio/
DKconfig192 bound to this driver will be accessible via a char device with
/linux-4.1.27/Documentation/acpi/
Denumeration.txt360 the MFD device and if found, that ACPI companion device is bound to the
/linux-4.1.27/drivers/xen/
DKconfig177 will need to make sure no other driver has bound to the device(s)
/linux-4.1.27/Documentation/sysctl/
Dnet.txt266 the primary network. It also indicates which device it is bound to (or
Dkernel.txt317 The upper bound on the number of tasks that are checked.
457 guarantee. If the target workload is already bound to NUMA nodes then this
/linux-4.1.27/drivers/net/ethernet/tile/
Dtilegx.c1896 edesc_body.bound = !(p_used < p_len); in tso_egress()
2034 edescs[num_edescs - 1].bound = 1; in tile_net_tx()
/linux-4.1.27/drivers/char/
DKconfig501 The raw driver permits block devices to be bound to /dev/raw/rawN.
502 Once bound, I/O against /dev/raw/rawN uses efficient zero-copy I/O.
/linux-4.1.27/drivers/scsi/
DBusLogic.c631 int last_exchange = probeinfo_cnt - 1, bound, j; in blogic_sort_probeinfo() local
634 bound = last_exchange; in blogic_sort_probeinfo()
636 for (j = 0; j < bound; j++) { in blogic_sort_probeinfo()
/linux-4.1.27/Documentation/frv/
Dmmu-layout.txt255 (*) The current task's page directory is bound to DAMR3.
/linux-4.1.27/init/
DKconfig613 initialization. These systems tend to run CPU-bound, and thus
687 real-time application that has one or more CPU-bound threads
690 real-time CPU-bound application thread. The default RCU_KTHREAD_PRIO
692 applications that do not have any CPU-bound threads.
787 "rcuo" are bound to "housekeeping" CPUs, this reduces OS jitter
/linux-4.1.27/drivers/media/platform/soc_camera/
Dsoc_camera.c1550 sasc->notifier.bound = soc_camera_async_bound; in scan_async_group()
1649 sasc->notifier.bound = soc_camera_async_bound; in soc_of_bind()
/linux-4.1.27/drivers/tty/vt/
Dvt.c3466 int i, bound = 0; in con_is_bound() local
3470 bound = 1; in con_is_bound()
3475 return bound; in con_is_bound()
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dmedia-dev.c1407 fmd->subdev_notifier.bound = subdev_notifier_bound; in fimc_md_probe()
/linux-4.1.27/Documentation/vm/
Dfrontswap.txt132 to be I/O bound and using a small fraction of a percent of a CPU
Dhugetlbpage.txt210 For local policy to be deterministic, the task must be bound to a cpu or
/linux-4.1.27/drivers/media/platform/davinci/
Dvpif_display.c1313 vpif_obj.notifier.bound = vpif_async_bound; in vpif_probe()
Dvpif_capture.c1503 vpif_obj.notifier.bound = vpif_async_bound; in vpif_probe()
/linux-4.1.27/Documentation/devicetree/
Dusage-model.txt338 platform_device, which in turn may get bound to a platform_driver.
/linux-4.1.27/drivers/media/platform/am437x/
Dam437x-vpfe.c2605 vpfe->notifier.bound = vpfe_async_bound; in vpfe_probe()
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt306 subtrees to be bound to particular caches, the second step is to look up cache
/linux-4.1.27/net/netfilter/
DKconfig1367 routing to implement full featured non-locally bound sockets.
/linux-4.1.27/Documentation/video4linux/
Dvivid.txt836 upper bound of the HW Seek. Otherwise the frequency range boundaries
Dv4l2-framework.txt437 subdevices to them. If a match is detected the .bound() notifier callback is
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfplsp.S6782 # This bound will be used in Step 4. #