/linux-4.1.27/sound/soc/codecs/ |
D | rl6231.c | 28 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/ |
D | drm_agpsupport.c | 220 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()
|
D | drm_memory.c | 70 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()
|
D | drm_legacy.h | 84 unsigned long bound; member
|
D | drm_vm.c | 144 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()
|
D | drm_bufs.c | 287 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()
|
D | drm_fb_helper.c | 454 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/ |
D | i915_gem_shrinker.c | 260 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()
|
D | i915_gem_gtt.c | 1684 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 …]
|
D | i915_gem_gtt.h | 162 unsigned int bound : 4; member
|
D | i915_gem_stolen.c | 538 vma->bound |= GLOBAL_BIND; in i915_gem_object_create_stolen_for_preallocated()
|
D | i915_gem.c | 3758 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()
|
D | i915_gem_context.c | 702 if (!(vma->bound & GLOBAL_BIND)) { in do_switch()
|
D | i915_gpu_error.c | 606 vma && (vma->bound & GLOBAL_BIND) && in i915_error_object_create() 613 if (!(vma && vma->bound & GLOBAL_BIND)) in i915_error_object_create()
|
D | i915_gem_execbuffer.c | 410 !(target_vma->bound & GLOBAL_BIND))) { in i915_gem_execbuffer_relocate_entry()
|
/linux-4.1.27/drivers/base/ |
D | component.c | 33 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/ |
D | raw.c | 85 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 …]
|
D | bcm.c | 119 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/ |
D | itnull.cocci | 1 /// 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/ |
D | pkt_sched.h | 58 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/ |
D | decompress_unlzma.c | 75 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/ |
D | u_ecm.h | 24 bool bound; member
|
D | u_eem.h | 24 bool bound; member
|
D | u_ncm.h | 24 bool bound; member
|
D | u_gether.h | 24 bool bound; member
|
D | u_uac2.h | 36 bool bound; member
|
D | u_rndis.h | 26 bool bound; member
|
D | u_phonet.h | 19 bool bound; member
|
D | u_uac1.h | 69 unsigned bound:1; member
|
D | f_subset.c | 315 if (!gether_opts->bound) { in geth_bind() 322 gether_opts->bound = true; in geth_bind() 434 if (opts->bound) in geth_free_inst()
|
D | f_rndis.c | 701 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()
|
D | f_eem.c | 266 if (!eem_opts->bound) { in eem_bind() 273 eem_opts->bound = true; in eem_bind() 576 if (opts->bound) in eem_free_inst()
|
D | f_phonet.c | 505 if (!phonet_opts->bound) { in pn_bind() 510 phonet_opts->bound = true; in pn_bind() 643 if (opts->bound) in phonet_free_inst()
|
D | f_ecm.c | 708 if (!ecm_opts->bound) { in ecm_bind() 715 ecm_opts->bound = true; in ecm_bind() 876 if (opts->bound) in ecm_free_inst()
|
D | f_ncm.c | 1361 if (!ncm_opts->bound) { in ncm_bind() 1368 ncm_opts->bound = true; in ncm_bind() 1525 if (opts->bound) in ncm_free_inst()
|
D | f_uac1.c | 681 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/ |
D | ether.c | 390 eem_opts->bound = true; in eth_bind() 392 ecm_opts->bound = true; in eth_bind() 394 geth_opts->bound = true; in eth_bind()
|
D | g_ffs.c | 397 ecm_opts->bound = true; in gfs_bind() 403 geth_opts->bound = true; in gfs_bind()
|
D | multi.c | 374 ecm_opts->bound = true; in multi_bind()
|
/linux-4.1.27/Documentation/input/ |
D | notifier.txt | 13 - KBD_UNBOUND_KEYCODE events are sent if the keycode is not bound to a keysym. 32 || !bound) {
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | README | 10 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/ |
D | read.c | 261 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/ |
D | mpipe_shm.h | 71 uint_reg_t bound : 1; member 115 uint_reg_t bound : 1;
|
/linux-4.1.27/Documentation/usb/ |
D | callbacks.txt | 83 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
|
D | gadget_configfs.txt | 204 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.
|
D | power-management.txt | 114 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
|
D | proc_usb_info.txt | 223 interface serves a distinct "function", which is typically bound
|
D | usb-serial.txt | 29 will print to the system log, which node(s) the device has been bound
|
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process.c | 367 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()
|
D | kfd_priv.h | 430 bool bound; member
|
D | kfd_device_queue_manager.c | 780 pdd->bound = false; in stop_cpsch()
|
/linux-4.1.27/drivers/gpu/drm/ast/ |
D | Kconfig | 15 is bound to the driver. These GPUs are commonly found
|
/linux-4.1.27/Documentation/console/ |
D | console.txt | 48 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/ |
D | umem_odp.c | 622 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/ |
D | README | 111 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/ |
D | socket.c | 459 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/ |
D | v4l2-async.h | 83 int (*bound)(struct v4l2_async_notifier *notifier, member
|
/linux-4.1.27/Documentation/hwmon/ |
D | adt7462 | 60 point1: Set the pwm speed at a lower temperature bound. 61 point2: Set the pwm speed at a higher temperature bound.
|
D | adt7470 | 59 point1: Set the pwm speed at a lower temperature bound. 60 point2: Set the pwm speed at a higher temperature bound.
|
D | adt7475 | 98 point1: Set the PWM speed at the lower temperature bound 99 point2: Set the PWM speed at the higher temperature bound
|
D | lm93 | 157 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/ |
D | workqueue.txt | 110 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
|
D | circular-buffers.txt | 116 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
|
D | rpmsg.txt | 54 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
|
D | vfio.txt | 91 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,
|
D | pi-futex.txt | 24 determinism and well-bound latencies. Even in the worst-case, PI will
|
D | phy.txt | 140 bound to devices. A lookup can be made be made during runtime when a handle to
|
D | media-framework.txt | 169 bound together. Example usages include reporting
|
D | kernel-per-CPU-kthreads.txt | 203 but if your workload is CPU-bound, this is a bad idea.
|
D | assoc_array.txt | 491 bound and get to the fourth level where these actually become different.
|
D | devices.txt | 76 offended. I often get submissions for /dev names that would be bound
|
D | kernel-parameters.txt | 3492 you have and where their interrupts are bound, this
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-async.c | 100 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/ |
D | rockchip,iommu.txt | 5 its master device. Each slave device is bound to a single master device, and
|
/linux-4.1.27/lib/xz/ |
D | xz_dec_lzma2.c | 499 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/ |
D | af_netlink.h | 38 bool bound; member
|
D | af_netlink.c | 1100 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/ |
D | ib_umem_odp.h | 107 u64 bound);
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 21 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.
|
D | Kconfig.aic7xxx | 26 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/ |
D | da9052-i2c.txt | 9 bound using their names as listed below:
|
D | da9055.txt | 33 bound using their names as listed below:
|
D | da9063.txt | 26 DA9063 regulators are bound using their names listed below:
|
D | mc13xxx.txt | 25 - regulators : Contain the regulator nodes. The regulators are bound using
|
/linux-4.1.27/fs/sysfs/ |
D | Kconfig | 12 which driver each is bound to. sysfs can also be used to tune devices
|
/linux-4.1.27/Documentation/timers/ |
D | timers-howto.txt | 87 worst case, fire an interrupt for your upper bound. 91 be balanced with what is an acceptable upper bound on
|
D | hrtimers.txt | 85 - data structure not bound to jiffies or any other granularity. All the
|
D | highres.txt | 196 separated from the tick bound timer softirq to allow accurate delivery of high
|
/linux-4.1.27/drivers/thermal/ |
D | Kconfig | 199 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/ |
D | sysfs-bus-usb | 27 drivers may change this setting when they are bound.
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | db8500-thermal.txt | 14 - tripN-cdev-num : number of the cooling devices which can be bound to trip
|
D | thermal.txt | 170 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/ |
D | HalDMOutSrc8723A_CE.c | 668 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/ |
D | driver.txt | 121 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()
|
D | porting.txt | 330 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
|
D | class.txt | 51 As devices are bound to drivers, they are added to the device class
|
D | platform.txt | 156 probe() succeeds, the driver and device are bound as usual. There are
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsd-admin-interfaces.txt | 17 bound (and listening, for tcp) socket, or
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-usb-lvstest | 3 driver is bound with root hub device.
|
D | sysfs-bus-rpmsg | 50 from any remote rpmsg client; it is not bound to a single
|
D | sysfs-tty | 26 UART port in serial_core, that is bound to TTY like ttyS0.
|
D | sysfs-block | 69 generate checksums for write requests bound for
|
D | sysfs-bus-coresight-devices-etm3x | 150 and bound to change depending on the driver.
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | ampdu.c | 76 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument 77 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
|
D | main.c | 1030 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/ |
D | smpboot.c | 281 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/ |
D | fault.c | 169 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/ |
D | fw-encoder-api.txt | 330 '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/ |
D | unified-hierarchy.txt | 41 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
|
D | cpusets.txt | 605 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
|
D | cgroups.txt | 372 to use it. Remounting allows changing bound subsystems and
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | phy.c | 988 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/ |
D | zram_drv.c | 328 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/ |
D | ispccp2.c | 392 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()
|
D | isp.c | 2560 isp->notifier.bound = isp_subdev_notifier_bound; in isp_probe()
|
/linux-4.1.27/Documentation/networking/ |
D | phonet.txt | 93 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
|
D | rds.txt | 50 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
|
D | rxrpc.txt | 224 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
|
D | l2tp.txt | 96 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 */
|
D | can.txt | 317 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
|
D | pktgen.txt | 217 also assign /proc/irq/XX/smp_affinity so that the TX interrupts are bound
|
D | dl2k.txt | 100 Once the driver has been compiled, it must be loaded, enabled, and bound
|
D | dccp.txt | 199 bound for the expiry of the nofeedback timer. This can be useful on LANs
|
D | udplite.txt | 157 option. The maximum upper bound for the send buffer is determined
|
D | cdc_mbim.txt | 34 functions bound to the "wrong" driver
|
D | cxgb.txt | 211 controller may be bound to more than one CPU. This will cause TCP
|
D | ppp_generic.txt | 59 system call on an instance of /dev/ppp which is bound to the
|
D | scaling.txt | 44 programmable filters. For example, webserver bound TCP port 80 packets
|
D | packet_mmap.txt | 332 <frame size> : it's an upper bound of frame's capture size (more on this later)
|
D | ip-sysctl.txt | 453 seconds and is a lower bound for the effective timeout.
|
D | bonding.txt | 1600 force all traffic bound to 192.168.1.100 to use eth1 in the bond as its output
|
/linux-4.1.27/Documentation/fb/ |
D | fbcon.txt | 163 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/ |
D | spi-lm70llp | 54 the bound "hwmon/lm70" protocol driver through its sysfs hook, using a
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192c/ |
D | phy_common.c | 1174 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/ |
D | Kconfig.x86 | 146 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/ |
D | udf.txt | 15 be bound to the underlying cd device to provide the required buffering
|
D | sysfs-pci.txt | 79 In the event a driver is not bound to the device, it can be enabled using the
|
D | btrfs.txt | 78 consequences when the system crashes. The upper bound is not forced,
|
D | seq_file.txt | 98 holding the current position. There is no upper bound for the sequence
|
D | xfs-delayed-logging-design.txt | 79 Effectively, this gives us the maximum bound of outstanding metadata changes 85 bound.
|
D | proc.txt | 1090 (interface index, label, number of references, number of bound
|
/linux-4.1.27/drivers/vme/bridges/ |
D | vme_tsi148.c | 493 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/ |
D | phy.c | 1111 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/ |
D | Kconfig | 265 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/ |
D | w1.generic | 54 provides temperature reading function which is bound to ->rbin() method
|
/linux-4.1.27/tools/virtio/virtio-trace/ |
D | README | 13 2) Create a read/write thread per CPU. Each thread is bound to a CPU.
|
/linux-4.1.27/Documentation/gpio/ |
D | board.txt | 93 Finally, GPIOs can be bound to devices and functions using platform data. Board
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-bwc.txt | 41 upper bound on the period length of 1s. Additional restrictions exist when
|
D | sched-deadline.txt | 156 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/ |
D | rcu.txt | 87 needed if you have CPU-bound realtime threads.
|
D | stallwarn.txt | 204 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
|
D | RTFP.txt | 74 This works well if there is a well-defined upper bound on the length of
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | phy.c | 1657 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/ |
D | governors.txt | 183 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/ |
D | intel_powerclamp.txt | 81 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.
|
D | sysfs-api.txt | 135 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/ |
D | phy_cmn.c | 45 #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/ |
D | README | 296 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.
|
D | INTERFACE | 454 The call is not implicitely bound to a connection. 708 The call is not implicitely bound to a connection.
|
D | README.sc | 64 channels can be specifically bound to particular interfaces.
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | scale.S | 167 cmpiw #0xffc0,%d1 |lower bound for normalization
|
D | setox.S | 125 | This bound will be used in Step 4.
|
/linux-4.1.27/Documentation/x86/ |
D | earlyprintk.txt | 52 The EHCI debug controller is bound to a specific physical USB
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
D | phy.c | 2004 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/ |
D | af_irda.c | 1611 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/ |
D | xilinx-vipp.c | 548 xdev->notifier.bound = xvip_graph_notify_bound; in xvip_graph_init()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
D | phy.c | 2448 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/ |
D | phy.c | 2114 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/ |
D | Kconfig | 192 bound to this driver will be accessible via a char device with
|
/linux-4.1.27/Documentation/acpi/ |
D | enumeration.txt | 360 the MFD device and if found, that ACPI companion device is bound to the
|
/linux-4.1.27/drivers/xen/ |
D | Kconfig | 177 will need to make sure no other driver has bound to the device(s)
|
/linux-4.1.27/Documentation/sysctl/ |
D | net.txt | 266 the primary network. It also indicates which device it is bound to (or
|
D | kernel.txt | 317 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/ |
D | tilegx.c | 1896 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/ |
D | Kconfig | 501 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/ |
D | BusLogic.c | 631 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/ |
D | mmu-layout.txt | 255 (*) The current task's page directory is bound to DAMR3.
|
/linux-4.1.27/init/ |
D | Kconfig | 613 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/ |
D | soc_camera.c | 1550 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/ |
D | vt.c | 3466 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/ |
D | media-dev.c | 1407 fmd->subdev_notifier.bound = subdev_notifier_bound; in fimc_md_probe()
|
/linux-4.1.27/Documentation/vm/ |
D | frontswap.txt | 132 to be I/O bound and using a small fraction of a percent of a CPU
|
D | hugetlbpage.txt | 210 For local policy to be deterministic, the task must be bound to a cpu or
|
/linux-4.1.27/drivers/media/platform/davinci/ |
D | vpif_display.c | 1313 vpif_obj.notifier.bound = vpif_async_bound; in vpif_probe()
|
D | vpif_capture.c | 1503 vpif_obj.notifier.bound = vpif_async_bound; in vpif_probe()
|
/linux-4.1.27/Documentation/devicetree/ |
D | usage-model.txt | 338 platform_device, which in turn may get bound to a platform_driver.
|
/linux-4.1.27/drivers/media/platform/am437x/ |
D | am437x-vpfe.c | 2605 vpfe->notifier.bound = vpfe_async_bound; in vpfe_probe()
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | netfs-api.txt | 306 subtrees to be bound to particular caches, the second step is to look up cache
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 1367 routing to implement full featured non-locally bound sockets.
|
/linux-4.1.27/Documentation/video4linux/ |
D | vivid.txt | 836 upper bound of the HW Seek. Otherwise the frequency range boundaries
|
D | v4l2-framework.txt | 437 subdevices to them. If a match is detected the .bound() notifier callback is
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 6782 # This bound will be used in Step 4. #
|