Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 200 of 296) sorted by relevance

12

/linux-4.1.27/net/wireless/
Dwext-proc.c52 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()
Dwext-compat.c168 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 …]
Dwext-spy.c101 spydata->spy_stat[i].updated &= ~IW_QUAL_ALL_UPDATED; in iw_handler_get_spy()
Dscan.c1402 iwe.u.qual.updated = IW_QUAL_LEVEL_UPDATED | in ieee80211_bss()
1409 iwe.u.qual.updated |= IW_QUAL_DBM; in ieee80211_bss()
Dwext-core.c675 stats->qual.updated &= ~IW_QUAL_ALL_UPDATED; in iw_handler_get_iwstats()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_marker.c77 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.1.27/Documentation/virtual/kvm/
Dlocking.txt75 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
Dcpuid.txt19 and will be updated if more functions are added in the future.
Dmsr.txt85 time at the time this structure was last updated. Unit is
/linux-4.1.27/arch/um/kernel/
Dtlb.c306 int updated = 0, err; in flush_tlb_kernel_range_common() local
316 updated = 1; in flush_tlb_kernel_range_common()
333 updated = 1; in flush_tlb_kernel_range_common()
350 updated = 1; in flush_tlb_kernel_range_common()
363 updated = 1; in flush_tlb_kernel_range_common()
375 updated = 1; in flush_tlb_kernel_range_common()
380 return updated; in flush_tlb_kernel_range_common()
/linux-4.1.27/virt/kvm/arm/
Dvgic-v2-emul.c276 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()
Dvgic-v3-emul.c895 int updated = 0; in vgic_v3_dispatch_sgi() local
939 updated = 1; in vgic_v3_dispatch_sgi()
942 if (updated) in vgic_v3_dispatch_sgi()
945 if (updated) in vgic_v3_dispatch_sgi()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-devices-online11 successful) its 'offline' field is updated accordingly. In
15 updated as appropriate.
Dsysfs-bus-iio-frequency-adf435020 is updated. Consider to use out_altvoltageY_powerdown to power
Dsysfs-class-backlight-driver-adp887037 This value is updated every 80 ms (when the light sensor
Ddev-kmsg41 and the seek position be updated to the next available record.
/linux-4.1.27/Documentation/devicetree/bindings/video/backlight/
Dlp855x.txt13 - rom-addr: Register address of ROM area to be updated (u8)
14 - rom-val: Register value to be updated (u8)
/linux-4.1.27/drivers/s390/char/
Dcon3270.c207 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()
Dtty3270.c346 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.1.27/net/bridge/
Dbr_fdb.c71 time_before_eq(fdb->updated + hold_time(br), jiffies); in has_expired()
285 this_timer = f->updated + delay; in br_fdb_cleanup()
429 fe->ageing_timer_value = jiffies_delta_to_clock_t(jiffies - f->updated); in br_fdb_fillbuf()
485 fdb->updated = fdb->used = jiffies; in fdb_create()
565 fdb->updated = jiffies; in br_fdb_update()
628 ci.ndm_updated = jiffies_to_clock_t(now - fdb->updated); in fdb_fill_info()
786 fdb->updated = jiffies; in fdb_add_entry()
1016 fdb->updated = fdb->used = jiffies; in br_fdb_external_learn_add()
1020 fdb->updated = jiffies; in br_fdb_external_learn_add()
Dbr_private.h98 unsigned long updated; member
/linux-4.1.27/Documentation/sound/alsa/soc/
Djack.txt13 - 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.1.27/Documentation/devicetree/bindings/input/
Dstmpe-keypad.txt9 - st,scan-count : Scanning cycles elapsed before key data is updated
/linux-4.1.27/Documentation/virtual/kvm/devices/
Dvfio.txt10 are enabled and disabled for use by the VM, KVM should be updated
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_tx.c288 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.1.27/drivers/thermal/
Dgov_bang_bang.c69 instance->cdev->updated = false; /* cdev needs update */ in thermal_zone_trip_update()
Dfair_share.c114 instance->cdev->updated = false; in fair_share_throttle()
Dstep_wise.c178 instance->cdev->updated = false; /* cdev needs update */ in thermal_zone_trip_update()
Dthermal_core.c1175 cdev->updated = false; in __thermal_cooling_device_register()
1315 if (cdev->updated) in thermal_cdev_update()
1330 cdev->updated = true; in thermal_cdev_update()
/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_main.c126 bool updated = false; in ocrdma_addr_event() local
148 updated = ocrdma_add_sgid(dev, gid); in ocrdma_addr_event()
151 updated = ocrdma_del_sgid(dev, gid); in ocrdma_addr_event()
156 if (updated) { in ocrdma_addr_event()
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_ap.h42 void associated_clients_update23a(struct rtw_adapter *padapter, u8 updated);
/linux-4.1.27/drivers/atm/
Dhe.c1656 int updated = 0; in he_service_rbrq() local
1660 ++updated; in he_service_rbrq()
1792 if (updated) { in he_service_rbrq()
1793 if (updated > he_dev->rbrq_peak) in he_service_rbrq()
1794 he_dev->rbrq_peak = updated; in he_service_rbrq()
1810 int slot, updated = 0; in he_service_tbrq() local
1816 ++updated; in he_service_tbrq()
1873 if (updated) { in he_service_tbrq()
1874 if (updated > he_dev->tbrq_peak) in he_service_tbrq()
1875 he_dev->tbrq_peak = updated; in he_service_tbrq()
[all …]
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_ap.h51 void associated_clients_update(struct adapter *padapter, u8 updated);
/linux-4.1.27/Documentation/pcmcia/
Ddriver.txt21 PCMCIA device listed in its (newly updated) pcmcia_device_id list.
/linux-4.1.27/Documentation/trace/
Devents-power.txt77 The second parameter is value to be added/updated/removed.
96 The third parameter is value to be added/updated/removed.
Dring-buffer-design.txt45 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.1.27/drivers/crypto/ux500/hash/
Dhash_core.c574 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()
Dhash_alg.h346 u8 updated; member
/linux-4.1.27/drivers/crypto/ux500/cryp/
Dcryp_core.c84 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.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_wx.c182 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.1.27/Documentation/nfc/
Dnfc-pn544.txt21 HCI specification. The firmware is updated using a specific protocol,
/linux-4.1.27/Documentation/hwmon/
Dpowr122045 The ADC readings are updated on request with a minimum period of 1s.
Dsmsc47m19245 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.
Dk8temp37 temperature is updated once a second. Valid temperatures are from -49 to
/linux-4.1.27/arch/mn10300/mm/
DKconfig.cache13 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.1.27/drivers/staging/rtl8192e/
Drtllib_wx.c193 iwe.u.qual.updated = network->stats.mask & RTLLIB_STATMASK_WEMASK; in rtl819x_translate_scan()
195 iwe.u.qual.updated |= IW_QUAL_LEVEL_INVALID; in rtl819x_translate_scan()
197 iwe.u.qual.updated |= IW_QUAL_NOISE_INVALID; in rtl819x_translate_scan()
199 iwe.u.qual.updated |= IW_QUAL_QUAL_INVALID; in rtl819x_translate_scan()
200 iwe.u.qual.updated = 7; in rtl819x_translate_scan()
/linux-4.1.27/sound/pci/cs46xx/
Ddsp_spos.h215 scb->updated = 1; in cs46xx_dsp_spos_update_scb()
Dcs46xx_dsp_spos.h124 unsigned int updated :1; member
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c383 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()
Dlibipw_wx.c157 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.1.27/drivers/staging/rtl8192u/
Dr8192U_wx.c267 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.1.27/Documentation/usb/
Dohci.txt17 - supports the updated and simplified usbcore APIs
DURB.txt230 ISO_ASAP scheduling is used, urb->start_frame is also updated.
Dehci.txt176 updated implementation from NEC, as well as other vendors' silicon.
/linux-4.1.27/Documentation/thermal/
Dexynos_thermal_emulation29 change the value to updated one and just use last succeessful value repeatedly. That's why
/linux-4.1.27/sound/firewire/bebob/
Dbebob_stream.c500 bool updated = false; in snd_bebob_stream_start_duplex() local
514 updated = (wait_for_completion_interruptible_timeout( in snd_bebob_stream_start_duplex()
557 if (!updated && in snd_bebob_stream_start_duplex()
/linux-4.1.27/Documentation/auxdisplay/
Dcfag12864b99 Although the LCD won't get updated until the next refresh time arrives.
/linux-4.1.27/net/core/
Dneighbour.c288 n->updated = n->used = now; in neigh_alloc()
833 neigh->updated = jiffies; in neigh_invalidate()
891 neigh->updated = jiffies; in neigh_timer_handler()
897 neigh->updated = jiffies; in neigh_timer_handler()
907 neigh->updated = jiffies; in neigh_timer_handler()
914 neigh->updated = jiffies; in neigh_timer_handler()
971 neigh->updated = now; in __neigh_event_send()
978 neigh->updated = jiffies; in __neigh_event_send()
987 neigh->updated = jiffies; in __neigh_event_send()
1131 neigh->updated = jiffies; in neigh_update()
[all …]
/linux-4.1.27/Documentation/accounting/
Dtaskstats-struct.txt101 * count, delay_total NOT updated atomically
106 /* Following four fields atomically updated using task->delays->lock */
/linux-4.1.27/Documentation/security/
Dkeys-trusted-encrypted.txt14 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
Dkeys.txt104 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.
1203 If this type of key can be updated, then this method should be provided.
/linux-4.1.27/Documentation/input/
Dyealink.txt178 Only one icon at a time can be updated.
181 updated with the first letter of the icon.
Dff.txt188 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
Dalps.txt228 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
Diforce-protocol.txt54 ... depending on the number of parameter blocks updated
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_ap.c180 u8 updated = 0; in expire_timeout_chk23a() local
265 updated = ap_free_sta23a(padapter, psta, false, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk23a()
329 updated = ap_free_sta23a(padapter, psta, false, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk23a()
339 associated_clients_update23a(padapter, updated); in expire_timeout_chk23a()
1370 void associated_clients_update23a(struct rtw_adapter *padapter, u8 updated) in associated_clients_update23a() argument
1373 if (updated == true) { in associated_clients_update23a()
Drtw_mlme.c1527 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()
Drtw_mlme_ext.c1906 u8 updated = 0; in OnDeAuth23a() local
1912 updated = ap_free_sta23a(padapter, psta, in OnDeAuth23a()
1917 associated_clients_update23a(padapter, updated); in OnDeAuth23a()
1962 u8 updated = 0; in OnDisassoc23a() local
1968 updated = ap_free_sta23a(padapter, psta, in OnDisassoc23a()
1973 associated_clients_update23a(padapter, updated); in OnDisassoc23a()
/linux-4.1.27/Documentation/fb/
Dinternals.txt27 ioctl, and updated with the FBIOPUT_VSCREENINFO ioctl. If you want to pan
Dsisfb.txt26 management. The SiS DRM driver has been updated and features a memory manager
Duvesafb.txt180 Last updated: 2009-03-30
Dintel810.txt273 A more complete, and probably updated information is provided at
/linux-4.1.27/Documentation/blockdev/
DREADME.DAC960230 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.1.27/arch/avr32/boards/atstk1000/
DKconfig46 If you change this you'll want an updated boot loader putting
/linux-4.1.27/Documentation/devicetree/bindings/hsi/
Domap-ssi.txt46 /* needed until hwmod is updated to use the compatible string */
/linux-4.1.27/Documentation/timers/
Dtimer_stats.txt43 newly updated statistics. Once sampling is disabled, the sampled information
Dtimekeeping.txt42 potentially being updated in between leading to the risk of very strange
/linux-4.1.27/Documentation/networking/
Dframerelay.txt22 Sangoma makes more firmware modules available, it can be updated to provide
Dxfrm_sync.txt23 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
Dtcp.txt4 Last updated: 9 February 2008
Dscaling.txt249 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
Dnetconsole.txt119 a target can be updated or not -- you can modify the parameters of only
Ddl2k.txt50 6. Run depmod to updated module indexes.
D3c509.txt155 While the updated driver works with most PnP BIOS programs, it does not work
Deql.txt260 kernels (than 1.1.75). I have since updated the driver to patch
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_history.txt222 * 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.1.27/drivers/staging/rtl8188eu/core/
Drtw_ap.c276 u8 updated = 0; in expire_timeout_chk() local
370 updated = ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk()
424 updated = ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk()
432 associated_clients_update(padapter, updated); in expire_timeout_chk()
1483 void associated_clients_update(struct adapter *padapter, u8 updated) in associated_clients_update() argument
1486 if (updated) { in associated_clients_update()
Drtw_mlme.c1470 int updated = false; in rtw_check_join_candidate() local
1498 updated = true; in rtw_check_join_candidate()
1500 if (updated) { in rtw_check_join_candidate()
1511 return updated; in rtw_check_join_candidate()
Drtw_mlme_ext.c1460 u8 updated = 0; in OnDeAuth() local
1466 updated = ap_free_sta(padapter, psta, false, reason); in OnDeAuth()
1470 associated_clients_update(padapter, updated); in OnDeAuth()
1514 u8 updated = 0; in OnDisassoc() local
1520 updated = ap_free_sta(padapter, psta, false, reason); in OnDisassoc()
1524 associated_clients_update(padapter, updated); in OnDisassoc()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_wx.c409 range->max_qual.updated = 7; /* Updated all three */ in rtl8192_wx_get_range()
414 range->avg_qual.updated = 7; /* Updated all three */ in rtl8192_wx_get_range()
1317 wstats->qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in r8192_get_wireless_stats()
1328 wstats->qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in r8192_get_wireless_stats()
/linux-4.1.27/net/can/
Dbcm.c583 int updated = 0; in bcm_rx_thr_flush() local
590 updated += bcm_rx_do_flush(op, update, i); in bcm_rx_thr_flush()
594 updated += bcm_rx_do_flush(op, update, 0); in bcm_rx_thr_flush()
597 return updated; in bcm_rx_thr_flush()
/linux-4.1.27/include/linux/
Dthermal.h128 bool updated; /* true if the cooling device does not need update */ member
/linux-4.1.27/net/decnet/
Ddn_neigh.c400 neigh->updated = jiffies; in dn_neigh_router_hello()
459 neigh->updated = jiffies; in dn_neigh_endnode_hello()
/linux-4.1.27/arch/sh/include/mach-kfr2r09/mach/
Dpartner-jet-setup.txt30 LIST "The PLL and FLL values are updated here for the optimal"
/linux-4.1.27/Documentation/filesystems/
Dcramfs.txt36 (1970 GMT). Recently-accessed files may have updated timestamps, but
Dlocks.txt21 2.1.x kernel should have updated their C library to a suitable version
Dbefs.txt3 Document last updated: Dec 6, 2001
Dinotify.txt7 Document updated 4 Jan 2015 by Zhang Zhen <zhenzhang.zhang@huawei.com>
Df2fs.txt46 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],
Dhpfs.txt165 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
Dporting305 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
Ddevpts.txt89 startup scripts have not yet been updated, container-startup scripts
Ddebugfs.txt164 to the call; the return value is old_dentry with updated information.
Dext3.txt137 usrjquota=<file> so that quota information can be properly updated
Dmandatory-locking.txt39 prevent reading the mailbox while it is being updated.
Dspufs.txt230 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.
/linux-4.1.27/Documentation/
Dhighuid.txt77 last updated: January 11, 2000
Dlockup-watchdogs.txt49 timestamp every time it is scheduled. If that timestamp is not updated
Ddell_rbu.txt99 Also don't unload the rbu driver if the image has to be updated.
Dflexible-arrays.txt2 Last updated for 2.6.32
Dpnp.txt3 last updated: Oct. 16, 2002
Dmd-cluster.txt53 updated, and the node must re-read the md superblock. This is performed
Ddebugging-via-ohci1394.txt175 updated live view of recent kernel messages logged on the debug target.
Dlzo.txt164 proposed updates to the author(s) so that the document can be updated.
Dpadata.txt2 Last updated for 2.6.36
DBUG-HUNTING4 Last updated: 20 December 2005
Dbcache.txt217 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).
Dkernel-docs.txt629 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
Dmemory-barriers.txt366 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
1249 and an updated value is +-------+ | |
2763 the local CPU's caches have apparently been updated in the correct order. But
2773 cacheline holding p may get updated in one of the second CPU's caches whilst
2789 <C:read *q> Reads from v before v updated in cache
2793 Basically, whilst both cachelines will be updated on CPU 2 eventually, there's
2817 <C:read *q> Reads from v after v updated in cache
2843 obscure the fact that RAM has been updated, until at such time as the cacheline
2985 two semantically-related cache lines updated at separate times. This is where
Dcoccinelle.txt12 the Coccinelle files and coccicheck have been updated.
Drobust-futex-ABI.txt10 linked list in user space, where it can be updated efficiently as locks
Drtc.txt172 wall clock time. To be most useful, this time may also be updated.
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_driver.c1535 int i, j, updated = 0; in ipath_getpiobuf_range() local
1549 updated++; in ipath_getpiobuf_range()
1572 if (!updated) { in ipath_getpiobuf_range()
1578 updated++; in ipath_getpiobuf_range()
1581 } else if (updated == 1 && piobcnt <= in ipath_getpiobuf_range()
1593 updated++; in ipath_getpiobuf_range()
/linux-4.1.27/Documentation/device-mapper/
Dera.txt98 Metadata is updated on disk before a write to a previously unwritten
Dstatistics.txt136 statistics does not want to lose any statistics (those updated
/linux-4.1.27/Documentation/power/
Dswsusp-and-swap-files.txt60 has to be updated.
Dpm_qos_interface.txt29 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.1.27/drivers/scsi/aic7xxx/
DKconfig.aic79xx53 include files updated during a normal kernel build. The assembler
DKconfig.aic7xxx58 include files updated during a normal kernel build. The assembler
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/
Ducc.txt35 do so, in order to support older device trees, but they should be updated
/linux-4.1.27/arch/frv/
DKconfig164 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.1.27/Documentation/powerpc/
Dtransactional_memory.txt54 updated, or neither will be updated.
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dsimple-framebuffer.txt32 does not need to be updated.
/linux-4.1.27/Documentation/sound/oss/
DALS66 - updated information for kernel 2.4.x.
/linux-4.1.27/Documentation/bus-devices/
Dti-gpmc.txt29 be updated with timings from the datasheet of the peripheral that is
/linux-4.1.27/Documentation/cpu-freq/
Dcore.txt36 kernel "constant" loops_per_jiffy is updated on frequency changes
/linux-4.1.27/Documentation/watchdog/
Dhpwdt.txt19 not be updated in a timely fashion and a hardware system reset (also known as
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dqe.txt4 NOTE: This is an interim binding; it should be updated to fit
/linux-4.1.27/arch/cris/arch-v10/
DREADME.mm237 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.1.27/fs/affs/
DChanges161 - File mode changes were not updated on disk.
203 - Fixed some oversights (version wasn't updated on some
/linux-4.1.27/scripts/
DKbuild.include40 # filechk is used to check if the content of a generated file is updated.
245 # Execute command if command has changed or prerequisite(s) are updated.
/linux-4.1.27/Documentation/x86/
Dmtrr.txt136 Last updated by Richard Gooch 2-MAY-1998
232 Last updated by Richard Gooch 2-MAY-1998
/linux-4.1.27/drivers/net/wireless/orinoco/
Dwext.c127 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.1.27/drivers/iommu/
Damd_iommu_types.h420 bool updated; /* complete domain flush required */ member
Damd_iommu.c1277 domain->updated = true; in increase_address_space()
2538 if (!domain->updated) in update_domain()
2546 domain->updated = false; in update_domain()
3494 domain->updated = true; in amd_iommu_domain_direct_map()
3540 domain->updated = true; in amd_iommu_domain_enable_v2()
/linux-4.1.27/drivers/net/ethernet/realtek/
DKconfig97 The 8139too driver was recently updated to contain a more rapid
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dinfo.txt9 which were attached to it, are updated.
Dnetwork_protocol.txt142 when data or metadata were updated. It operates with the following structure:
/linux-4.1.27/arch/powerpc/boot/dts/
Dprpmc2800.dts10 * Property values that are labeled as "Default" will be updated by bootwrapper
/linux-4.1.27/include/uapi/linux/
Dwireless.h718 __u8 updated; /* Flags to know if updated */ member
/linux-4.1.27/Documentation/filesystems/nfs/
Drpc-cache.txt146 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.1.27/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c305 iwe.u.qual.updated = IW_QUAL_QUAL_UPDATED | IW_QUAL_LEVEL_UPDATED | IW_QUAL_NOISE_INVALID; in translate_scan()
889 range->max_qual.updated = 7; /* Updated all three */ in rtw_wx_get_range()
895 range->avg_qual.updated = 7; /* Updated all three */ in rtw_wx_get_range()
2560 int updated = 0; in rtw_del_sta() local
2578 updated = ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); in rtw_del_sta()
2581 associated_clients_update(padapter, updated); in rtw_del_sta()
3092 piwstats->qual.updated = IW_QUAL_ALL_UPDATED;/* IW_QUAL_DBM; */ in rtw_get_wireless_stats()
/linux-4.1.27/arch/m68k/ifpsp060/
DCHANGES43 was A0 or A1, the address register was not being updated as a result
/linux-4.1.27/Documentation/locking/
Dlockstat.txt119 output version - each time the format changes this will be updated. Line 02-04
Dmutex-design.txt4 updated by Davidlohr Bueso <davidlohr@hp.com>
/linux-4.1.27/drivers/net/wireless/
Dray_cs.c1412 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()
Datmel.c1278 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()
Dzd1201.c1057 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()
Dairo.c3398 wstats.updated = IW_QUAL_LEVEL_UPDATED in airo_handle_rx()
3684 wstats.updated = 0; in mpi_receive_802_3()
3766 wstats.updated = IW_QUAL_QUAL_UPDATED in mpi_receive_802_11()
7160 qual[i].updated = IW_QUAL_QUAL_UPDATED in airo_get_aplist()
7166 qual[i].updated = IW_QUAL_QUAL_INVALID in airo_get_aplist()
7316 iwe.u.qual.updated = IW_QUAL_QUAL_UPDATED in airo_translate_scan()
7322 iwe.u.qual.updated = IW_QUAL_QUAL_INVALID in airo_translate_scan()
7735 local->wstats.qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in airo_read_wireless_stats()
7738 …local->wstats.qual.updated = IW_QUAL_QUAL_UPDATED | IW_QUAL_LEVEL_UPDATED | IW_QUAL_NOISE_INVALID … in airo_read_wireless_stats()
/linux-4.1.27/sound/pci/
Dazt3328.c485 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.1.27/Documentation/RCU/
Drculist_nulls.txt87 * we need to make sure obj->key is updated before obj->next
Dchecklist.txt11 structure is updated more than about 10% of the time, then you
101 a new structure containing updated values.
DlistRCU.txt188 entry with the newly updated entry. This sequence of actions, allowing
/linux-4.1.27/drivers/staging/wlan-ng/
Dp80211conv.c251 wlandev->spy_stat[i].updated = 0x7; in orinoco_spy_gather()
/linux-4.1.27/Documentation/video4linux/
Dsi470x.txt98 (0444) are not updated, even if space, band and de are changed using private
/linux-4.1.27/Documentation/scheduler/
Dsched-domains.txt4 locklessly updated.
/linux-4.1.27/tools/perf/Documentation/
Dperf-kvm.txt64 record + report but with statistical data updated live at a given display
/linux-4.1.27/drivers/net/
Dtun.c169 unsigned long updated; member
244 e->updated = jiffies; in tun_flow_create()
314 this_timer = e->updated + delay; in tun_flow_cleanup()
351 e->updated = jiffies; in tun_flow_update()
Dvxlan.c106 unsigned long updated; /* jiffies */ member
360 ci.ndm_updated = jiffies_to_clock_t(now - fdb->updated); in vxlan_fdb_info()
721 f->updated = jiffies; in vxlan_fdb_create()
726 f->updated = jiffies; in vxlan_fdb_create()
768 f->updated = f->used = jiffies; in vxlan_fdb_create()
1013 f->updated = jiffies; in vxlan_snoop()
/linux-4.1.27/drivers/net/wireless/prism54/
Dislpci_eth.c390 wstats.updated = 0x07; in islpci_eth_receive()
Disl_ioctl.c202 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.1.27/include/net/
Dneighbour.h137 unsigned long updated; member
/linux-4.1.27/Documentation/block/
Dbiovecs.txt31 bio_for_each_segment() has been updated to take a bvec_iter argument
/linux-4.1.27/Documentation/leds/
Dleds-lp55xx.txt117 Inside the callback, the selected engine is loaded and memory is updated.
/linux-4.1.27/Documentation/scsi/
Dlibsas.txt59 and updated by the LLDD and the ports are initialized and
60 updated by the SAS layer.
Dosst.txt136 The tester's pages which contain recent news and updated drivers to download
Dtmscsim.txt366 and should be updated accordingly. To be fixed for 2.0d24.
442 Last updated 2000/11/28, driver revision 2.0e7
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_ioctl_linux.c354 iwe.u.qual.updated = (u8)(IW_QUAL_QUAL_INVALID | IW_QUAL_LEVEL_UPDATED | in translate_scan()
912 range->max_qual.updated = 7; /* Updated all three */ in r8711_wx_get_range()
917 range->avg_qual.updated = 7; /* Updated all three */ in r8711_wx_get_range()
2348 piwstats->qual.updated = IW_QUAL_ALL_UPDATED; in r871x_get_wireless_stats()
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-class-ubi201 of the update marker indicates that the volume is being updated
/linux-4.1.27/Documentation/video4linux/bttv/
DInsmod-options4 This list tends to be outdated because it is updated manually ...
/linux-4.1.27/Documentation/devicetree/
Dof_unittest.txt183 properties are updated to the live tree's node by calling the function
/linux-4.1.27/Documentation/arm/
DIXP4xx15 routing, firewalling, etc. The IXP46x family is an updated version which
/linux-4.1.27/Documentation/kbuild/
Dkbuild.txt113 INSTALL_PATH specifies where to place the updated kernel and system map
/linux-4.1.27/Documentation/connector/
Dconnector.txt187 2.6.15 timeframe, if it will happen, documentation will be updated for that
/linux-4.1.27/arch/frv/kernel/
Dhead.S557 # GR9 region top pointer updated to exclude new tile
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-single.txt95 specified in pinctrl-single,function-mask are updated. For example, setting
/linux-4.1.27/Documentation/cgroups/
Dblkio-controller.txt351 updated by CFQ. The difference between two is that
352 blkio.io_service_bytes will not be updated if CFQ is not operating
/linux-4.1.27/drivers/pcmcia/
DKconfig43 Some PCMCIA cards require an updated Card Information Structure (CIS)
/linux-4.1.27/Documentation/m68k/
DREADME.buddha208 updated may 27th, 1997
/linux-4.1.27/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c659 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.1.27/arch/blackfin/
DKconfig.debug67 - The EXCAUSE field is updated with an unrecoverable event
/linux-4.1.27/Documentation/arm/SA1100/
DAssabet246 Status of peripherals in -rmk tree (updated 14/10/2001)
/linux-4.1.27/Documentation/arm/pxa/
Dmfp.txt233 for most updated info)
/linux-4.1.27/drivers/media/usb/pwc/
Dphilips.txt2 E-mail: webcam@smcc.demon.nl Last updated: 2004-01-19
/linux-4.1.27/drivers/macintosh/
DKconfig150 programs which use this old interface. New and updated programs
/linux-4.1.27/Documentation/sound/alsa/
Dtimestamping.txt13 - tstamp is the current system timestamp updated during the last
/linux-4.1.27/Documentation/ide/
Dide.txt255 Wed Aug 20 22:31:29 CEST 2003 updated ide boot options to current ide.c
/linux-4.1.27/Documentation/filesystems/caching/
Dobject.txt285 The netfs requested that an object be updated. The state machine will ask
/linux-4.1.27/arch/arm/kernel/
Dentry-armv.S198 THUMB( ldr r5, [sp, #S_PSR] ) @ potentially updated CPSR
/linux-4.1.27/Documentation/ia64/
Dmca.txt181 state, then sos->prev_task on the MCA/INIT stack is updated to point to

12