/linux-4.4.14/net/wireless/ |
D | wext-proc.c | 52 stats->qual.updated & IW_QUAL_QUAL_UPDATED in wireless_seq_printf_stats() 55 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0), in wireless_seq_printf_stats() 56 stats->qual.updated & IW_QUAL_LEVEL_UPDATED in wireless_seq_printf_stats() 59 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0), in wireless_seq_printf_stats() 60 stats->qual.updated & IW_QUAL_NOISE_UPDATED in wireless_seq_printf_stats() 67 stats->qual.updated &= ~IW_QUAL_ALL_UPDATED; in wireless_seq_printf_stats()
|
D | wext-compat.c | 168 range->max_qual.updated = IW_QUAL_NOISE_INVALID; in cfg80211_wext_giwrange() 177 range->max_qual.updated |= IW_QUAL_DBM; in cfg80211_wext_giwrange() 178 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange() 179 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wext_giwrange() 185 range->max_qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wext_giwrange() 186 range->max_qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wext_giwrange() 192 range->avg_qual.updated = range->max_qual.updated; in cfg80211_wext_giwrange() 1347 wstats.qual.updated |= IW_QUAL_LEVEL_UPDATED; in cfg80211_wireless_stats() 1348 wstats.qual.updated |= IW_QUAL_QUAL_UPDATED; in cfg80211_wireless_stats() 1349 wstats.qual.updated |= IW_QUAL_DBM; in cfg80211_wireless_stats() [all …]
|
D | wext-spy.c | 101 spydata->spy_stat[i].updated &= ~IW_QUAL_ALL_UPDATED; in iw_handler_get_spy()
|
D | scan.c | 1403 iwe.u.qual.updated = IW_QUAL_LEVEL_UPDATED | in ieee80211_bss() 1410 iwe.u.qual.updated |= IW_QUAL_DBM; in ieee80211_bss()
|
D | wext-core.c | 675 stats->qual.updated &= ~IW_QUAL_ALL_UPDATED; in iw_handler_get_iwstats()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_marker.c | 77 bool updated = false; in vmw_marker_pull() local 86 updated = true; in vmw_marker_pull() 96 updated = true; in vmw_marker_pull() 104 return (updated) ? 0 : -EBUSY; in vmw_marker_pull()
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | locking.txt | 75 In the origin code, the spte can be fast updated (non-atomically) if the 114 if it can be updated out of mmu-lock, see spte_has_volatile_bits(), it means, 115 the spte is always atomically updated in this case. 117 3): flush tlbs due to spte updated 118 If the spte is updated from writable to readonly, we should flush all TLBs, 122 As mentioned before, the spte can be updated to writable out of mmu-lock on 127 Since the spte is "volatile" if it can be updated out of mmu-lock, we always
|
D | cpuid.txt | 19 and will be updated if more functions are added in the future.
|
D | msr.txt | 85 time at the time this structure was last updated. Unit is
|
/linux-4.4.14/arch/um/kernel/ |
D | tlb.c | 316 int updated = 0, err; in flush_tlb_kernel_range_common() local 326 updated = 1; in flush_tlb_kernel_range_common() 343 updated = 1; in flush_tlb_kernel_range_common() 360 updated = 1; in flush_tlb_kernel_range_common() 373 updated = 1; in flush_tlb_kernel_range_common() 385 updated = 1; in flush_tlb_kernel_range_common() 390 return updated; in flush_tlb_kernel_range_common()
|
/linux-4.4.14/virt/kvm/arm/ |
D | vgic-v2-emul.c | 276 bool updated = false; in write_set_clear_sgi_pend_reg() local 287 updated = true; in write_set_clear_sgi_pend_reg() 291 updated = true; in write_set_clear_sgi_pend_reg() 296 if (updated) in write_set_clear_sgi_pend_reg() 299 return updated; in write_set_clear_sgi_pend_reg() 576 bool updated = false; in handle_cpu_mmio_misc() local 608 updated = true; in handle_cpu_mmio_misc() 611 return updated; in handle_cpu_mmio_misc()
|
D | vgic-v3-emul.c | 939 int updated = 0; in vgic_v3_dispatch_sgi() local 983 updated = 1; in vgic_v3_dispatch_sgi() 986 if (updated) in vgic_v3_dispatch_sgi() 989 if (updated) in vgic_v3_dispatch_sgi()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-online | 11 successful) its 'offline' field is updated accordingly. In 15 updated as appropriate.
|
D | sysfs-bus-iio-frequency-adf4350 | 20 is updated. Consider to use out_altvoltageY_powerdown to power
|
D | sysfs-class-backlight-driver-adp8870 | 37 This value is updated every 80 ms (when the light sensor
|
D | sysfs-firmware-efi-esrt | 5 (ESRT), a catalog of firmware for which can be updated with
|
D | dev-kmsg | 41 and the seek position be updated to the next available record.
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/ |
D | lp855x.txt | 13 - rom-addr: Register address of ROM area to be updated (u8) 14 - rom-val: Register value to be updated (u8)
|
/linux-4.4.14/drivers/s390/char/ |
D | con3270.c | 207 unsigned long updated; in con3270_update() local 223 updated = 0; in con3270_update() 233 updated |= CON_UPDATE_ERASE; in con3270_update() 246 updated |= CON_UPDATE_STATUS; in con3270_update() 268 updated |= CON_UPDATE_LIST; in con3270_update() 273 cp->update_flags &= ~updated; in con3270_update()
|
D | tty3270.c | 346 unsigned long updated; in tty3270_update() local 358 updated = 0; in tty3270_update() 368 updated |= TTY_UPDATE_ERASE; in tty3270_update() 381 updated |= TTY_UPDATE_STATUS; in tty3270_update() 389 updated |= TTY_UPDATE_INPUT; in tty3270_update() 411 updated |= TTY_UPDATE_LIST; in tty3270_update() 416 tp->update_flags &= ~updated; in tty3270_update()
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | jack.txt | 13 - Integration with DAPM, allowing DAPM endpoints to be updated 33 machine driver and updated by jack detection methods. 42 which are updated automatically. They are created by the machine driver
|
/linux-4.4.14/net/bridge/ |
D | br_fdb.c | 72 time_before_eq(fdb->updated + hold_time(br), jiffies); in has_expired() 310 this_timer = f->updated + delay; in br_fdb_cleanup() 457 fe->ageing_timer_value = jiffies_delta_to_clock_t(jiffies - f->updated); in br_fdb_fillbuf() 515 fdb->updated = fdb->used = jiffies; in fdb_create() 594 fdb->updated = jiffies; in br_fdb_update() 658 ci.ndm_updated = jiffies_to_clock_t(now - fdb->updated); in fdb_fill_info() 822 fdb->updated = jiffies; in fdb_add_entry() 1114 fdb->updated = fdb->used = jiffies; in br_fdb_external_learn_add() 1118 fdb->updated = jiffies; in br_fdb_external_learn_add()
|
D | br_private.h | 142 unsigned long updated; member
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | stmpe-keypad.txt | 9 - st,scan-count : Scanning cycles elapsed before key data is updated
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | vfio.txt | 10 are enabled and disabled for use by the VM, KVM should be updated
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_tx.c | 288 unsigned i, j, updated = 0; in qib_getsendbuf_range() local 306 updated++; in qib_getsendbuf_range() 336 if (!updated) in qib_getsendbuf_range()
|
/linux-4.4.14/drivers/thermal/ |
D | gov_bang_bang.c | 68 instance->cdev->updated = false; /* cdev needs update */ in thermal_zone_trip_update()
|
D | fair_share.c | 119 instance->cdev->updated = false; in fair_share_throttle()
|
D | step_wise.c | 178 instance->cdev->updated = false; /* cdev needs update */ in thermal_zone_trip_update()
|
D | thermal_core.c | 1092 cdev->updated = false; in power_actor_set_power() 1483 cdev->updated = false; in __thermal_cooling_device_register() 1623 if (cdev->updated) in thermal_cdev_update() 1638 cdev->updated = true; in thermal_cdev_update()
|
D | power_allocator.c | 532 instance->cdev->updated = false; in allow_maximum_power()
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_ap.h | 42 void associated_clients_update23a(struct rtw_adapter *padapter, u8 updated);
|
/linux-4.4.14/drivers/atm/ |
D | he.c | 1653 int updated = 0; in he_service_rbrq() local 1657 ++updated; in he_service_rbrq() 1789 if (updated) { in he_service_rbrq() 1790 if (updated > he_dev->rbrq_peak) in he_service_rbrq() 1791 he_dev->rbrq_peak = updated; in he_service_rbrq() 1807 int slot, updated = 0; in he_service_tbrq() local 1813 ++updated; in he_service_tbrq() 1870 if (updated) { in he_service_tbrq() 1871 if (updated > he_dev->tbrq_peak) in he_service_tbrq() 1872 he_dev->tbrq_peak = updated; in he_service_tbrq() [all …]
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_ap.h | 50 void associated_clients_update(struct adapter *padapter, u8 updated);
|
/linux-4.4.14/Documentation/pcmcia/ |
D | driver.txt | 21 PCMCIA device listed in its (newly updated) pcmcia_device_id list.
|
/linux-4.4.14/Documentation/trace/ |
D | events-power.txt | 77 The second parameter is value to be added/updated/removed. 96 The third parameter is value to be added/updated/removed.
|
D | ring-buffer-design.txt | 45 R gets the previous A regardless if A is updated with B or not. 209 The commit page only is updated by the outermost writer in the 410 UPDATE - the page being pointed to is being updated by a writer 514 updated to the reader page. 676 is not the next page, the tail page is simply updated with a cmpxchg.
|
/linux-4.4.14/drivers/crypto/ux500/hash/ |
D | hash_core.c | 574 req_ctx->updated = 0; in hash_init() 795 if (req_ctx->updated) { in hash_process_data() 815 req_ctx->updated = 1; in hash_process_data() 884 if (req_ctx->updated) { in hash_dma_final() 894 if (!req_ctx->updated) { in hash_dma_final() 921 req_ctx->updated = 1; in hash_dma_final() 989 if (req_ctx->updated) { in hash_hw_final() 1030 if (!req_ctx->updated) { in hash_hw_final()
|
D | hash_alg.h | 346 u8 updated; member
|
/linux-4.4.14/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 84 u8 updated; member 386 if (ctx->updated == 0) { in cryp_setup_context() 405 } else if (ctx->updated == 1 && in cryp_setup_context() 800 ctx->updated = 1; in hw_crypt_noxts() 861 ctx->updated = 1; in ablk_dma_crypt() 974 ctx->updated = 0; in aes_ablkcipher_setkey() 1006 ctx->updated = 0; in des_ablkcipher_setkey() 1049 ctx->updated = 0; in des3_ablkcipher_setkey()
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_wx.c | 182 iwe.u.qual.updated = network->stats.mask & IEEE80211_STATMASK_WEMASK; in rtl819x_translate_scan() 184 iwe.u.qual.updated |= IW_QUAL_LEVEL_INVALID; in rtl819x_translate_scan() 186 iwe.u.qual.updated |= IW_QUAL_NOISE_INVALID; in rtl819x_translate_scan() 188 iwe.u.qual.updated |= IW_QUAL_QUAL_INVALID; in rtl819x_translate_scan() 189 iwe.u.qual.updated = 7; in rtl819x_translate_scan()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_wx.c | 189 iwe.u.qual.updated = network->stats.mask & RTLLIB_STATMASK_WEMASK; in rtl819x_translate_scan() 191 iwe.u.qual.updated |= IW_QUAL_LEVEL_INVALID; in rtl819x_translate_scan() 193 iwe.u.qual.updated |= IW_QUAL_NOISE_INVALID; in rtl819x_translate_scan() 195 iwe.u.qual.updated |= IW_QUAL_QUAL_INVALID; in rtl819x_translate_scan() 196 iwe.u.qual.updated = 7; in rtl819x_translate_scan()
|
/linux-4.4.14/Documentation/hwmon/ |
D | powr1220 | 45 The ADC readings are updated on request with a minimum period of 1s.
|
D | smsc47m192 | 45 is correct, i.e. that the BIOS has updated the configuration if 48 The temperature and voltage readings are updated once every 1.5 seconds.
|
D | k8temp | 37 temperature is updated once a second. Valid temperatures are from -49 to
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-pn544.txt | 21 HCI specification. The firmware is updated using a specific protocol,
|
/linux-4.4.14/arch/mn10300/mm/ |
D | Kconfig.cache | 13 operated upon. Memory is not then updated by a write until the cache 19 cacheline is also in cache, it will be updated too.
|
/linux-4.4.14/sound/pci/cs46xx/ |
D | dsp_spos.h | 215 scb->updated = 1; in cs46xx_dsp_spos_update_scb()
|
D | cs46xx_dsp_spos.h | 124 unsigned int updated :1; member
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | libipw_rx.c | 383 wstats.updated = 0; in libipw_rx() 386 wstats.updated |= IW_QUAL_LEVEL_UPDATED; in libipw_rx() 388 wstats.updated |= IW_QUAL_LEVEL_INVALID; in libipw_rx() 392 wstats.updated |= IW_QUAL_NOISE_UPDATED; in libipw_rx() 394 wstats.updated |= IW_QUAL_NOISE_INVALID; in libipw_rx() 398 wstats.updated |= IW_QUAL_QUAL_UPDATED; in libipw_rx() 400 wstats.updated |= IW_QUAL_QUAL_INVALID; in libipw_rx()
|
D | libipw_wx.c | 157 iwe.u.qual.updated = IW_QUAL_QUAL_UPDATED | IW_QUAL_LEVEL_UPDATED | in libipw_translate_scan() 161 iwe.u.qual.updated |= IW_QUAL_QUAL_INVALID | in libipw_translate_scan() 186 iwe.u.qual.updated |= IW_QUAL_NOISE_INVALID; in libipw_translate_scan() 193 iwe.u.qual.updated |= IW_QUAL_LEVEL_INVALID; in libipw_translate_scan()
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | r8192U_wx.c | 267 range->max_qual.updated = 7; /* Updated all three */ in rtl8180_wx_get_range() 273 range->avg_qual.updated = 7; /* Updated all three */ in rtl8180_wx_get_range() 971 wstats->qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in r8192_get_wireless_stats() 982 wstats->qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in r8192_get_wireless_stats()
|
/linux-4.4.14/Documentation/usb/ |
D | ohci.txt | 17 - supports the updated and simplified usbcore APIs
|
D | ehci.txt | 176 updated implementation from NEC, as well as other vendors' silicon.
|
/linux-4.4.14/fs/ubifs/ |
D | Kconfig | 49 so be careful. How often atime is updated depends on the selected strategy:
|
/linux-4.4.14/Documentation/thermal/ |
D | exynos_thermal_emulation | 29 change the value to updated one and just use last succeessful value repeatedly. That's why
|
/linux-4.4.14/Documentation/auxdisplay/ |
D | cfag12864b | 99 Although the LCD won't get updated until the next refresh time arrives.
|
/linux-4.4.14/net/core/ |
D | neighbour.c | 292 n->updated = n->used = now; in neigh_alloc() 837 neigh->updated = jiffies; in neigh_invalidate() 895 neigh->updated = jiffies; in neigh_timer_handler() 901 neigh->updated = jiffies; in neigh_timer_handler() 911 neigh->updated = jiffies; in neigh_timer_handler() 918 neigh->updated = jiffies; in neigh_timer_handler() 976 neigh->updated = now; in __neigh_event_send() 983 neigh->updated = jiffies; in __neigh_event_send() 992 neigh->updated = jiffies; in __neigh_event_send() 1136 neigh->updated = jiffies; in neigh_update() [all …]
|
/linux-4.4.14/Documentation/security/ |
D | keys-trusted-encrypted.txt | 14 integrity verifications match. A loaded Trusted Key can be updated with new 16 when the kernel and initramfs are updated. The same key can have many saved
|
D | keys.txt | 104 a throttle on key lookups. A negative key can be updated to a normal 108 they traverse to this state. An expired key can be updated back to a 137 blobs of data. These can be created, updated and read by userspace, 149 be created and updated from userspace, but the payload is only 230 This permits a key's payload to be instantiated or updated, or it allows a 432 The ID of the new or updated key is returned if successful. 1212 If this type of key can be updated, then this method should be provided.
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats-struct.txt | 101 * count, delay_total NOT updated atomically 106 /* Following four fields atomically updated using task->delays->lock */
|
/linux-4.4.14/Documentation/input/ |
D | yealink.txt | 178 Only one icon at a time can be updated. 181 updated with the first letter of the icon.
|
D | ff.txt | 188 type of device, not all parameters can be dynamically updated. For example, 189 the direction of an effect cannot be updated with iforce devices. In this
|
D | alps.txt | 228 MT position can only be updated for every third ST position update, and 229 the count of contact points can only be updated every third packet as
|
D | iforce-protocol.txt | 54 ... depending on the number of parameter blocks updated
|
/linux-4.4.14/sound/firewire/bebob/ |
D | bebob_stream.c | 591 bool updated = false; in snd_bebob_stream_start_duplex() local 605 updated = (wait_for_completion_interruptible_timeout( in snd_bebob_stream_start_duplex() 645 if (!updated && in snd_bebob_stream_start_duplex()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_ap.c | 177 u8 updated = 0; in expire_timeout_chk23a() local 267 updated = ap_free_sta23a(padapter, psta, false, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk23a() 337 updated = ap_free_sta23a(padapter, psta, false, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk23a() 347 associated_clients_update23a(padapter, updated); in expire_timeout_chk23a() 1353 void associated_clients_update23a(struct rtw_adapter *padapter, u8 updated) in associated_clients_update23a() argument 1356 if (updated == true) { in associated_clients_update23a()
|
D | rtw_mlme.c | 1527 int updated = false; in rtw_check_join_candidate() local 1565 updated = true; in rtw_check_join_candidate() 1568 if (updated) { in rtw_check_join_candidate() 1579 return updated; in rtw_check_join_candidate()
|
D | rtw_mlme_ext.c | 1899 u8 updated = 0; in OnDeAuth23a() local 1905 updated = ap_free_sta23a(padapter, psta, in OnDeAuth23a() 1910 associated_clients_update23a(padapter, updated); in OnDeAuth23a() 1955 u8 updated = 0; in OnDisassoc23a() local 1961 updated = ap_free_sta23a(padapter, psta, in OnDisassoc23a() 1966 associated_clients_update23a(padapter, updated); in OnDisassoc23a()
|
/linux-4.4.14/Documentation/arm/ |
D | CCN.txt | 41 the events are migrated to another one and the attribute is updated.
|
D | IXP4xx | 15 routing, firewalling, etc. The IXP46x family is an updated version which
|
/linux-4.4.14/Documentation/fb/ |
D | internals.txt | 27 ioctl, and updated with the FBIOPUT_VSCREENINFO ioctl. If you want to pan
|
D | sisfb.txt | 26 management. The SiS DRM driver has been updated and features a memory manager
|
D | uvesafb.txt | 180 Last updated: 2009-03-30
|
D | intel810.txt | 273 A more complete, and probably updated information is provided at
|
/linux-4.4.14/Documentation/blockdev/ |
D | README.DAC960 | 230 Linux distributions until their installation utilities are updated. 472 and /proc/rd/c0/current_status has been updated: 513 and /proc/rd/c0/current_status is updated: 530 updated every 10 seconds: 561 /proc/rd/c0/current_status is updated: 648 and /proc/rd/c0/current_status has been updated: 665 updated every 10 seconds: 696 /proc/rd/c0/current_status is updated: 742 and /proc/rd/c0/current_status is updated:
|
/linux-4.4.14/Documentation/timers/ |
D | timer_stats.txt | 43 newly updated statistics. Once sampling is disabled, the sampled information
|
D | timekeeping.txt | 42 potentially being updated in between leading to the risk of very strange
|
/linux-4.4.14/Documentation/networking/ |
D | framerelay.txt | 22 Sangoma makes more firmware modules available, it can be updated to provide
|
D | xfrm_sync.txt | 23 These thresholds are set system-wide via sysctls or can be updated 134 any of the values or threshold parameters can be updated by passing the
|
D | tcp.txt | 4 Last updated: 9 February 2008
|
D | scaling.txt | 249 Each table value is a CPU index that is updated during calls to recvmsg 280 the current CPU is updated to match the desired CPU if one of the 288 After this check, the packet is sent to the (possibly updated) current 339 rps_dev_flow_table is updated. The driver in turn uses a device specific
|
D | netconsole.txt | 122 a target can be updated or not -- you can modify the parameters of only
|
D | 3c509.txt | 155 While the updated driver works with most PnP BIOS programs, it does not work
|
D | dl2k.txt | 50 6. Run depmod to updated module indexes.
|
D | eql.txt | 260 kernels (than 1.1.75). I have since updated the driver to patch
|
/linux-4.4.14/Documentation/devicetree/bindings/hsi/ |
D | omap-ssi.txt | 46 /* needed until hwmod is updated to use the compatible string */
|
/linux-4.4.14/arch/avr32/boards/atstk1000/ |
D | Kconfig | 46 If you change this you'll want an updated boot loader putting
|
/linux-4.4.14/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 222 * fields to FC_DEVICE_0 page, updated the page version. 225 * and updated the page versions. 227 * page and updated the page version. 230 * 06-22-00 01.00.03 Removed batch controls from LAN_0 page and updated the 233 * state values, and updated the page version. 236 * 06-30-00 01.00.04 Added MaxReplySize to LAN_1 page and updated the page 240 * widths in IOC_0 page and updated the page version.
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_ap.c | 293 u8 updated = 0; in expire_timeout_chk() local 393 updated = ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk() 447 updated = ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk() 455 associated_clients_update(padapter, updated); in expire_timeout_chk() 1506 void associated_clients_update(struct adapter *padapter, u8 updated) in associated_clients_update() argument 1509 if (updated) { in associated_clients_update()
|
D | rtw_mlme.c | 1476 int updated = false; in rtw_check_join_candidate() local 1504 updated = true; in rtw_check_join_candidate() 1506 if (updated) { in rtw_check_join_candidate() 1517 return updated; in rtw_check_join_candidate()
|
D | rtw_mlme_ext.c | 3553 u8 updated = 0; in OnDeAuth() local 3559 updated = ap_free_sta(padapter, psta, false, reason); in OnDeAuth() 3563 associated_clients_update(padapter, updated); in OnDeAuth() 3608 u8 updated = 0; in OnDisassoc() local 3614 updated = ap_free_sta(padapter, psta, false, reason); in OnDisassoc() 3618 associated_clients_update(padapter, updated); in OnDisassoc()
|
/linux-4.4.14/net/can/ |
D | bcm.c | 588 int updated = 0; in bcm_rx_thr_flush() local 595 updated += bcm_rx_do_flush(op, update, i); in bcm_rx_thr_flush() 599 updated += bcm_rx_do_flush(op, update, 0); in bcm_rx_thr_flush() 602 return updated; in bcm_rx_thr_flush()
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_wx.c | 340 range->max_qual.updated = 7; /* Updated all three */ in _rtl92e_wx_get_range() 345 range->avg_qual.updated = 7; /* Updated all three */ in _rtl92e_wx_get_range() 1229 wstats->qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in _rtl92e_get_wireless_stats() 1240 wstats->qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in _rtl92e_get_wireless_stats()
|
/linux-4.4.14/net/decnet/ |
D | dn_neigh.c | 403 neigh->updated = jiffies; in dn_neigh_router_hello() 462 neigh->updated = jiffies; in dn_neigh_endnode_hello()
|
/linux-4.4.14/Documentation/filesystems/ |
D | cramfs.txt | 36 (1970 GMT). Recently-accessed files may have updated timestamps, but
|
D | locks.txt | 21 2.1.x kernel should have updated their C library to a suitable version
|
D | befs.txt | 3 Document last updated: Dec 6, 2001
|
D | inotify.txt | 7 Document updated 4 Jan 2015 by Zhang Zhen <zhenzhang.zhang@huawei.com>
|
D | f2fs.txt | 46 In LFS, when a file data is updated and written to the end of log, its direct 47 pointer block is updated due to the changed location. Then the indirect pointer 48 block is also updated due to the direct pointer block update. In this manner, 50 also updated recursively. This problem is called as wandering tree problem [1],
|
D | hpfs.txt | 165 All atimes and directory mtimes are not updated. That's because of performance 217 0.95 Fixed a bug that i_hpfs_parent_dir was not updated when moving files 229 Atimes are no more updated because it slows down operation
|
D | porting | 305 updated appropriately. generic_delete_inode() is also alive and it consists 333 changed. Read updated documentation in Documentation/filesystems/vfs.txt (and 340 changed. Read updated documentation in Documentation/filesystems/vfs.txt (and
|
D | devpts.txt | 89 startup scripts have not yet been updated, container-startup scripts
|
D | mandatory-locking.txt | 39 prevent reading the mailbox while it is being updated.
|
D | spufs.txt | 230 either be replaced with the input data or will be updated to the 363 has been updated to the new program counter value if necessary.
|
D | debugfs.txt | 204 to the call; the return value is old_dentry with updated information.
|
/linux-4.4.14/arch/sh/include/mach-kfr2r09/mach/ |
D | partner-jet-setup.txt | 30 LIST "The PLL and FLL values are updated here for the optimal"
|
/linux-4.4.14/Documentation/ |
D | highuid.txt | 77 last updated: January 11, 2000
|
D | lockup-watchdogs.txt | 50 timestamp every time it is scheduled. If that timestamp is not updated
|
D | dell_rbu.txt | 99 Also don't unload the rbu driver if the image has to be updated.
|
D | flexible-arrays.txt | 2 Last updated for 2.6.32
|
D | pnp.txt | 3 last updated: Oct. 16, 2002
|
D | md-cluster.txt | 53 updated, and the node must re-read the md superblock. This is performed
|
D | debugging-via-ohci1394.txt | 175 updated live view of recent kernel messages logged on the debug target.
|
D | lzo.txt | 164 proposed updates to the author(s) so that the document can be updated.
|
D | padata.txt | 2 Last updated for 2.6.36
|
D | BUG-HUNTING | 4 Last updated: 20 December 2005
|
D | bcache.txt | 217 updated unlike the cache set's version, but may be slightly off. 340 Amount of dirty data is in the cache (updated when garbage collection runs).
|
D | kernel-docs.txt | 629 sources of any version starting from 1.0 up to the (daily updated) 688 but seems not to have been updated since sometime in 1999. 724 Document last updated on Sat 2005-NOV-19
|
D | memory-barriers.txt | 366 make sure that the target of the second load is updated before the address 533 But! CPU 2's perception of P may be updated _before_ its perception of B, thus 1251 and an updated value is +-------+ | | 2718 the local CPU's caches have apparently been updated in the correct order. But 2728 cacheline holding p may get updated in one of the second CPU's caches whilst 2744 <C:read *q> Reads from v before v updated in cache 2748 Basically, whilst both cachelines will be updated on CPU 2 eventually, there's 2772 <C:read *q> Reads from v after v updated in cache 2798 obscure the fact that RAM has been updated, until at such time as the cacheline 2942 two semantically-related cache lines updated at separate times. This is where
|
D | coccinelle.txt | 12 the Coccinelle files and coccicheck have been updated.
|
D | static-keys.txt | 14 The updated API replacements are:
|
D | robust-futex-ABI.txt | 10 linked list in user space, where it can be updated efficiently as locks
|
D | rtc.txt | 172 wall clock time. To be most useful, this time may also be updated.
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_driver.c | 1542 int i, j, updated = 0; in ipath_getpiobuf_range() local 1556 updated++; in ipath_getpiobuf_range() 1579 if (!updated) { in ipath_getpiobuf_range() 1585 updated++; in ipath_getpiobuf_range() 1588 } else if (updated == 1 && piobcnt <= in ipath_getpiobuf_range() 1600 updated++; in ipath_getpiobuf_range()
|
/linux-4.4.14/Documentation/device-mapper/ |
D | era.txt | 98 Metadata is updated on disk before a write to a previously unwritten
|
D | statistics.txt | 173 statistics does not want to lose any statistics (those updated
|
/linux-4.4.14/Documentation/power/ |
D | swsusp-and-swap-files.txt | 60 has to be updated.
|
D | pm_qos_interface.txt | 29 an aggregated target value. The aggregated target value is updated with 96 Values are updated in response to changes of the request list.
|
/linux-4.4.14/include/linux/ |
D | thermal.h | 138 bool updated; /* true if the cooling device does not need update */ member
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 53 include files updated during a normal kernel build. The assembler
|
D | Kconfig.aic7xxx | 58 include files updated during a normal kernel build. The assembler
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | ucc.txt | 35 do so, in order to support older device trees, but they should be updated
|
/linux-4.4.14/Documentation/powerpc/ |
D | transactional_memory.txt | 54 updated, or neither will be updated.
|
/linux-4.4.14/arch/frv/ |
D | Kconfig | 164 operated upon. Memory is not then updated by a write until the cache 174 cacheline is also in cache, it will be updated too.
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | simple-framebuffer.txt | 32 does not need to be updated.
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | core.txt | 36 kernel "constant" loops_per_jiffy is updated on frequency changes
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/ |
D | qe.txt | 4 NOTE: This is an interim binding; it should be updated to fit
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | Kconfig | 91 The 8139too driver was recently updated to contain a more rapid
|
/linux-4.4.14/Documentation/watchdog/ |
D | hpwdt.txt | 19 not be updated in a timely fashion and a hardware system reset (also known as
|
/linux-4.4.14/Documentation/sound/oss/ |
D | ALS | 66 - updated information for kernel 2.4.x.
|
/linux-4.4.14/Documentation/bus-devices/ |
D | ti-gpmc.txt | 29 be updated with timings from the datasheet of the peripheral that is
|
/linux-4.4.14/arch/cris/arch-v10/ |
D | README.mm | 237 allocated and the PGD entry updated. Then the alloc_area_pte function is 239 and a physical page is allocated and the table entry updated. All of this
|
/linux-4.4.14/fs/affs/ |
D | Changes | 161 - File mode changes were not updated on disk. 203 - Fixed some oversights (version wasn't updated on some
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | wext.c | 127 wstats->qual.updated = in orinoco_get_wireless_stats() 128 priv->spy_data.spy_stat[0].updated; in orinoco_get_wireless_stats() 142 wstats->qual.updated = in orinoco_get_wireless_stats()
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | info.txt | 9 which were attached to it, are updated.
|
D | network_protocol.txt | 142 when data or metadata were updated. It operates with the following structure:
|
/linux-4.4.14/drivers/iommu/ |
D | amd_iommu_types.h | 421 bool updated; /* complete domain flush required */ member
|
D | amd_iommu.c | 1210 domain->updated = true; in increase_address_space() 2331 if (!domain->updated) in update_domain() 2339 domain->updated = false; in update_domain() 3208 domain->updated = true; in amd_iommu_domain_direct_map() 3254 domain->updated = true; in amd_iommu_domain_enable_v2()
|
/linux-4.4.14/include/uapi/linux/ |
D | wireless.h | 718 __u8 updated; /* Flags to know if updated */ member
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 146 should be create or updated to have the given content, and the 151 expire, a request is lodged for that cache item to be updated by
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 307 iwe.u.qual.updated = IW_QUAL_QUAL_UPDATED | IW_QUAL_LEVEL_UPDATED | IW_QUAL_NOISE_INVALID; in translate_scan() 891 range->max_qual.updated = 7; /* Updated all three */ in rtw_wx_get_range() 897 range->avg_qual.updated = 7; /* Updated all three */ in rtw_wx_get_range() 2559 int updated = 0; in rtw_del_sta() local 2577 updated = ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); in rtw_del_sta() 2580 associated_clients_update(padapter, updated); in rtw_del_sta() 3088 piwstats->qual.updated = IW_QUAL_ALL_UPDATED;/* IW_QUAL_DBM; */ in rtw_get_wireless_stats()
|
/linux-4.4.14/Documentation/locking/ |
D | lockstat.txt | 119 output version - each time the format changes this will be updated. Line 02-04
|
D | mutex-design.txt | 4 updated by Davidlohr Bueso <davidlohr@hp.com>
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | CHANGES | 43 was A0 or A1, the address register was not being updated as a result
|
/linux-4.4.14/drivers/net/wireless/ |
D | ray_cs.c | 1412 local->wstats.qual.updated = in ray_get_wireless_stats() 1413 local->spy_data.spy_stat[0].updated; in ray_get_wireless_stats() 1419 local->wstats.qual.updated |= 4; in ray_get_wireless_stats() 2265 local->wstats.qual.updated = 0x2; in rx_data() 2273 wstats.updated = 0x2; in rx_data()
|
D | atmel.c | 1278 priv->wstats.qual.updated = (IW_QUAL_QUAL_INVALID in atmel_get_wireless_stats() 1282 priv->wstats.qual.updated |= IW_QUAL_NOISE_INVALID; in atmel_get_wireless_stats() 1289 priv->wstats.qual.updated = IW_QUAL_QUAL_INVALID in atmel_get_wireless_stats() 2446 range->max_qual.updated = IW_QUAL_NOISE_INVALID; in atmel_get_range() 2451 range->avg_qual.updated = IW_QUAL_NOISE_INVALID; in atmel_get_range() 3311 priv->wstats.qual.updated |= IW_QUAL_LEVEL_UPDATED; in smooth_rssi() 3312 priv->wstats.qual.updated &= ~IW_QUAL_LEVEL_INVALID; in smooth_rssi() 3325 priv->wstats.qual.updated |= IW_QUAL_QUAL_UPDATED; in atmel_smooth_qual() 3326 priv->wstats.qual.updated &= ~IW_QUAL_QUAL_INVALID; in atmel_smooth_qual()
|
D | zd1201.c | 1057 range->max_qual.updated = 7; in zd1201_get_range() 1098 zd->iwstats.qual.updated = 2; in zd1201_get_wap() 1189 iwe.u.qual.updated = 7; in zd1201_get_scan()
|
D | airo.c | 3403 wstats.updated = IW_QUAL_LEVEL_UPDATED in airo_handle_rx() 3691 wstats.updated = 0; in mpi_receive_802_3() 3773 wstats.updated = IW_QUAL_QUAL_UPDATED in mpi_receive_802_11() 7165 qual[i].updated = IW_QUAL_QUAL_UPDATED in airo_get_aplist() 7171 qual[i].updated = IW_QUAL_QUAL_INVALID in airo_get_aplist() 7329 iwe.u.qual.updated = IW_QUAL_QUAL_UPDATED in airo_translate_scan() 7335 iwe.u.qual.updated = IW_QUAL_QUAL_INVALID in airo_translate_scan() 7746 local->wstats.qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in airo_read_wireless_stats() 7749 …local->wstats.qual.updated = IW_QUAL_QUAL_UPDATED | IW_QUAL_LEVEL_UPDATED | IW_QUAL_NOISE_INVALID … in airo_read_wireless_stats()
|
/linux-4.4.14/Documentation/x86/ |
D | mtrr.txt | 160 Last updated by Richard Gooch 2-MAY-1998 256 Last updated by Richard Gooch 2-MAY-1998
|
/linux-4.4.14/scripts/ |
D | Kbuild.include | 40 # filechk is used to check if the content of a generated file is updated. 249 # Execute command if command has changed or prerequisite(s) are updated.
|
/linux-4.4.14/sound/pci/ |
D | azt3328.c | 485 bool updated; in snd_azf3328_mixer_mute_control() local 489 updated = snd_azf3328_io_reg_setb(portbase, AZF_MUTE_BIT, do_mute); in snd_azf3328_mixer_mute_control() 492 return (do_mute) ? !updated : updated; in snd_azf3328_mixer_mute_control()
|
/linux-4.4.14/Documentation/RCU/ |
D | rculist_nulls.txt | 87 * we need to make sure obj->key is updated before obj->next
|
D | checklist.txt | 11 structure is updated more than about 10% of the time, then you 101 a new structure containing updated values.
|
D | listRCU.txt | 188 entry with the newly updated entry. This sequence of actions, allowing
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-domains.txt | 4 locklessly updated.
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | p80211conv.c | 253 wlandev->spy_stat[i].updated = 0x7; in orinoco_spy_gather()
|
/linux-4.4.14/Documentation/video4linux/ |
D | si470x.txt | 98 (0444) are not updated, even if space, band and de are changed using private
|
/linux-4.4.14/drivers/net/ |
D | tun.c | 169 unsigned long updated; member 298 e->updated = jiffies; in tun_flow_create() 368 this_timer = e->updated + delay; in tun_flow_cleanup() 405 e->updated = jiffies; in tun_flow_update()
|
D | vxlan.c | 91 unsigned long updated; /* jiffies */ member 326 ci.ndm_updated = jiffies_to_clock_t(now - fdb->updated); in vxlan_fdb_info() 679 f->updated = jiffies; in vxlan_fdb_create() 684 f->updated = jiffies; in vxlan_fdb_create() 727 f->updated = f->used = jiffies; in vxlan_fdb_create() 972 f->updated = jiffies; in vxlan_snoop()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-kvm.txt | 64 record + report but with statistical data updated live at a given display
|
/linux-4.4.14/drivers/net/wireless/prism54/ |
D | islpci_eth.c | 390 wstats.updated = 0x07; in islpci_eth_receive()
|
D | isl_ioctl.c | 202 priv->local_iwstatistics.qual.updated = 0x7; in prism54_update_stats() 225 priv->local_iwstatistics.qual.updated = 0; in prism54_get_wireless_stats() 228 priv->iwstatistics.qual.updated = 0; in prism54_get_wireless_stats()
|
/linux-4.4.14/include/net/ |
D | neighbour.h | 138 unsigned long updated; member
|
/linux-4.4.14/Documentation/leds/ |
D | leds-lp55xx.txt | 117 Inside the callback, the selected engine is loaded and memory is updated.
|
/linux-4.4.14/Documentation/scsi/ |
D | libsas.txt | 59 and updated by the LLDD and the ports are initialized and 60 updated by the SAS layer.
|
D | st.txt | 205 updated when starting an I/O or when it is completed. 208 updated and decremented when an I/O completes after updating statistics. 581 /boot for the procps I use) or have updated /etc/psdatabase (for kmem
|
D | osst.txt | 136 The tester's pages which contain recent news and updated drivers to download
|
D | tmscsim.txt | 366 and should be updated accordingly. To be fixed for 2.0d24. 442 Last updated 2000/11/28, driver revision 2.0e7
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_ioctl_linux.c | 327 iwe.u.qual.updated = (u8)(IW_QUAL_QUAL_INVALID | IW_QUAL_LEVEL_UPDATED | in translate_scan() 891 range->max_qual.updated = 7; /* Updated all three */ in r8711_wx_get_range() 896 range->avg_qual.updated = 7; /* Updated all three */ in r8711_wx_get_range() 2335 piwstats->qual.updated = IW_QUAL_ALL_UPDATED; in r871x_get_wireless_stats()
|
/linux-4.4.14/Documentation/devicetree/ |
D | of_unittest.txt | 183 properties are updated to the live tree's node by calling the function
|
/linux-4.4.14/Documentation/block/ |
D | biovecs.txt | 31 bio_for_each_segment() has been updated to take a bvec_iter argument
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Insmod-options | 4 This list tends to be outdated because it is updated manually ...
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-ubi | 201 of the update marker indicates that the volume is being updated
|
/linux-4.4.14/Documentation/kbuild/ |
D | kbuild.txt | 113 INSTALL_PATH specifies where to place the updated kernel and system map
|
/linux-4.4.14/Documentation/connector/ |
D | connector.txt | 187 2.6.15 timeframe, if it will happen, documentation will be updated for that
|
/linux-4.4.14/arch/frv/kernel/ |
D | head.S | 557 # GR9 region top pointer updated to exclude new tile
|
/linux-4.4.14/Documentation/vm/ |
D | userfaultfd.txt | 141 course the bitmap is updated accordingly. It's also useful to avoid
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-single.txt | 95 specified in pinctrl-single,function-mask are updated. For example, setting
|
/linux-4.4.14/drivers/pcmcia/ |
D | Kconfig | 43 Some PCMCIA cards require an updated Card Information Structure (CIS)
|
/linux-4.4.14/Documentation/m68k/ |
D | README.buddha | 208 updated may 27th, 1997
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 659 iwe.u.qual.updated = IW_QUAL_ALL_UPDATED | in gelic_wl_translate_scan() 1426 is->qual.updated = IW_QUAL_LEVEL_UPDATED | in gelic_wl_get_wireless_stats() 1430 is->qual.updated = IW_QUAL_ALL_INVALID; in gelic_wl_get_wireless_stats()
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig.debug | 67 - The EXCAUSE field is updated with an unrecoverable event
|
/linux-4.4.14/arch/arm/kernel/ |
D | entry-armv.S | 205 THUMB( ldr r5, [sp, #S_PSR] ) @ potentially updated CPSR
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | Assabet | 246 Status of peripherals in -rmk tree (updated 14/10/2001)
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | philips.txt | 2 E-mail: webcam@smcc.demon.nl Last updated: 2004-01-19
|
/linux-4.4.14/drivers/macintosh/ |
D | Kconfig | 150 programs which use this old interface. New and updated programs
|
/linux-4.4.14/Documentation/arm/pxa/ |
D | mfp.txt | 233 for most updated info)
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | timestamping.txt | 13 - tstamp is the current system timestamp updated during the last
|
/linux-4.4.14/Documentation/ide/ |
D | ide.txt | 255 Wed Aug 20 22:31:29 CEST 2003 updated ide boot options to current ide.c
|