/linux-4.4.14/arch/x86/um/ |
D | tls_32.c | 106 if (!curr->flushed) { in load_TLS() 115 if (!(flags & O_FORCE) && curr->flushed) in load_TLS() 122 curr->flushed = 1; in load_TLS() 145 if (curr->flushed) in needs_TLS_update() 172 curr->flushed = 0; in clear_flushed_tls() 204 int idx, int flushed) in set_tls_entry() argument 213 t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].flushed = flushed; in set_tls_entry() 262 !t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].flushed)) { in get_tls_entry()
|
/linux-4.4.14/arch/x86/um/asm/ |
D | processor_32.h | 17 unsigned flushed:1; member 30 { .present = 0, .flushed = 0 } }, \
|
/linux-4.4.14/arch/x86/kernel/ |
D | amd_nb.c | 246 int flushed, i; in amd_flush_garts() local 258 flushed = 0; in amd_flush_garts() 262 flushed++; in amd_flush_garts() 276 if (!flushed) in amd_flush_garts()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 202 int flushed = 0; in c4iw_flush_rq() local 210 flushed++; in c4iw_flush_rq() 212 return flushed; in c4iw_flush_rq() 238 int flushed = 0; in c4iw_flush_sq() local 251 BUG_ON(swsqe->flushed); in c4iw_flush_sq() 252 swsqe->flushed = 1; in c4iw_flush_sq() 258 flushed++; in c4iw_flush_sq() 262 wq->sq.flush_cidx += flushed; in c4iw_flush_sq() 265 return flushed; in c4iw_flush_sq() 285 BUG_ON(swsqe->flushed); in flush_completed_wrs() [all …]
|
D | t4.h | 269 int flushed; member 341 int flushed; member
|
D | qp.c | 839 swsqe->flushed = 0; in c4iw_post_send() 1130 if (qhp->wq.flushed) { in __flush_qp() 1135 qhp->wq.flushed = 1; in __flush_qp()
|
/linux-4.4.14/drivers/gpu/drm/savage/ |
D | savage_bci.c | 309 dev_priv->dma_pages[i].flushed = 0; in savage_dma_init() 328 dev_priv->dma_pages[i].flushed = 0; in savage_dma_reset() 390 dev_priv->dma_pages[i].flushed = 0; in savage_dma_alloc() 428 dev_priv->dma_pages[cur].used == dev_priv->dma_pages[cur].flushed) in savage_dma_flush() 438 first, cur, dev_priv->dma_pages[first].flushed, in savage_dma_flush() 457 dev_priv->dma_pages[first].flushed) * 4; in savage_dma_flush() 459 dev_priv->dma_pages[cur].used - dev_priv->dma_pages[first].flushed; in savage_dma_flush() 478 dev_priv->dma_pages[i].flushed = 0; in savage_dma_flush() 484 dev_priv->dma_pages[cur].flushed = 0; in savage_dma_flush() 492 dev_priv->dma_pages[cur].flushed = dev_priv->dma_pages[i].used; in savage_dma_flush() [all …]
|
D | savage_drv.h | 68 unsigned int used, flushed; member
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_mppe.c | 480 int flushed = MPPE_BITS(ibuf) & MPPE_BIT_FLUSHED; in mppe_decompress() local 518 if (!state->stateful && !flushed) { in mppe_decompress() 524 if (state->stateful && ((ccount & 0xff) == 0xff) && !flushed) { in mppe_decompress() 564 if (!flushed) { in mppe_decompress() 589 if (flushed) in mppe_decompress()
|
/linux-4.4.14/include/linux/ |
D | inet_lro.h | 40 unsigned long flushed; member
|
/linux-4.4.14/drivers/acpi/ |
D | ec.c | 376 bool flushed = false; in acpi_ec_complete_request() local 381 flushed = acpi_ec_flushed(ec); in acpi_ec_complete_request() 382 if (flushed) in acpi_ec_complete_request() 869 bool flushed; in acpi_ec_stopped() local 872 flushed = acpi_ec_flushed(ec); in acpi_ec_stopped() 874 return flushed; in acpi_ec_stopped()
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,idle-state.txt | 45 be flushed in s/w, before powering down the core. 50 be flushed, system bus, clocks - lowered, and SoC main XO clock gated and
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | cxio_hal.c | 371 int flushed = 0; in cxio_flush_rq() local 381 flushed++; in cxio_flush_rq() 383 return flushed; in cxio_flush_rq() 410 int flushed = 0; in cxio_flush_sq() local 420 flushed++; in cxio_flush_sq() 422 return flushed; in cxio_flush_sq()
|
D | iwch_qp.c | 811 int flushed; in __flush_qp() local 824 flushed = cxio_flush_rq(&qhp->wq, &rchp->cq, count); in __flush_qp() 827 if (flushed) { in __flush_qp() 838 flushed = cxio_flush_sq(&qhp->wq, &schp->cq, count); in __flush_qp() 841 if (flushed) { in __flush_qp()
|
/linux-4.4.14/kernel/printk/ |
D | printk.c | 1566 bool flushed:1; /* buffer sealed and committed */ member 1571 if (cont.flushed) in cont_flush() 1585 cont.flushed = true; in cont_flush() 1599 if (cont.len && cont.flushed) in cont_add() 1619 cont.flushed = false; in cont_add() 1650 if (cont.flushed) { in cont_print_text() 1940 bool flushed:1; member
|
/linux-4.4.14/drivers/iio/ |
D | industrialio-buffer.c | 58 int flushed = 0; in iio_buffer_ready() local 81 flushed = iio_buffer_flush_hwfifo(indio_dev, buf, in iio_buffer_ready() 83 if (flushed <= 0) in iio_buffer_ready() 86 if (avail + flushed >= to_wait) in iio_buffer_ready()
|
/linux-4.4.14/fs/ocfs2/ |
D | journal.c | 310 unsigned int flushed; in ocfs2_commit_cache() local 318 flushed = atomic_read(&journal->j_num_trans); in ocfs2_commit_cache() 319 trace_ocfs2_commit_cache_begin(flushed); in ocfs2_commit_cache() 320 if (flushed == 0) { in ocfs2_commit_cache() 336 flushed = atomic_read(&journal->j_num_trans); in ocfs2_commit_cache() 340 trace_ocfs2_commit_cache_end(journal->j_trans_id, flushed); in ocfs2_commit_cache()
|
/linux-4.4.14/net/decnet/ |
D | dn_table.c | 890 int flushed = 0; in dn_fib_flush() local 896 flushed += tb->flush(tb); in dn_fib_flush() 899 if (flushed) in dn_fib_flush()
|
/linux-4.4.14/Documentation/device-mapper/ |
D | persistent-data.txt | 48 ensures that all data is flushed before it writes the superblock.
|
/linux-4.4.14/Documentation/block/ |
D | writeback_cache_control.txt | 25 has been flushed before the actual I/O operation is started. This explicitly
|
/linux-4.4.14/arch/mn10300/mm/ |
D | Kconfig.cache | 27 flushed if writes are made that subsequently need to be executed or
|
/linux-4.4.14/net/ipv4/ |
D | fib_frontend.c | 181 int flushed = 0; in fib_flush() local 190 flushed += fib_table_flush(tb); in fib_flush() 193 if (flushed) in fib_flush()
|
D | inet_lro.c | 290 LRO_INC_STATS(lro_mgr, flushed); in lro_flush()
|
/linux-4.4.14/net/mac80211/ |
D | iface.c | 785 int i, flushed; in ieee80211_do_stop() local 833 flushed = sta_info_flush(sdata); in ieee80211_do_stop() 835 ((sdata->vif.type != NL80211_IFTYPE_WDS && flushed > 0) || in ieee80211_do_stop() 836 (sdata->vif.type == NL80211_IFTYPE_WDS && flushed != 1))); in ieee80211_do_stop()
|
/linux-4.4.14/Documentation/ |
D | DMA-attributes.txt | 82 (usually it means that the cache has been flushed or invalidated
|
D | bcache.txt | 36 to be flushed. 213 cache, it will be flushed first. 369 present it will disable writeback caching and wait for it to be flushed.
|
D | cachetlb.txt | 132 when that virtual address is flushed from the cache. The HyperSparc 138 indexed caches which must be flushed when virtual-->physical
|
D | workqueue.txt | 341 are not involved in memory reclaim and don't need to be flushed as a
|
D | xillybus.txt | 320 when a buffer is flushed, it may contain up to 3 bytes don't form a word in
|
D | DMA-API.txt | 254 are flushed from the processor) and once before the data may be
|
D | memory-barriers.txt | 2699 (*) the coherency queue is not flushed by normal loads to lines already 2817 flushed between the cached memory write and the MMIO access if the two are in
|
D | kernel-parameters.txt | 436 flushed before they will be reused, which
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-block-bcache | 8 flushed before the device is unregistered. Caches unregister
|
D | sysfs-kernel-slab | 125 have been flushed as the result of destroying or shrinking a
|
D | sysfs-bus-iio | 1391 guarantees that the hardware fifo is flushed to the device
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | locking.txt | 124 be flushed caused by this reason in mmu_spte_update() since this is a common
|
D | mmu.txt | 213 changed but before the tlb entry is flushed. Accordingly, unsync ptes
|
/linux-4.4.14/arch/cris/arch-v10/drivers/ |
D | Kconfig | 22 Select this to have the serial DMAs flushed at a higher rate than 31 Select this to have the serial DMAs flushed at a higher rate than
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 1326 complete(&priv->ntbl.flushed); in ipoib_neigh_dtor() 1470 init_completion(&priv->ntbl.flushed); in ipoib_flush_neighs() 1505 wait_for_completion(&priv->ntbl.flushed); in ipoib_flush_neighs()
|
D | ipoib.h | 297 struct completion flushed; member
|
/linux-4.4.14/fs/jffs2/ |
D | README.Locking | 29 don't actually get erased until the write-buffer has been flushed to
|
/linux-4.4.14/Documentation/s390/ |
D | s390dbf.txt | 436 Debug areas can be flushed with piping the number of the desired 438 are flushed.
|
/linux-4.4.14/Documentation/filesystems/ |
D | coda.txt | 253 information must be flushed or replaced. Venus then makes a downcall 1053 currently Venus might think a file can be flushed from the cache when 1433 entries must be flushed or renamed. 1498 call is issued when tokens for a user expire or are flushed. 1657 5. Upon closing the namecache shall be flushed and disabled.
|
D | xfs-delayed-logging-design.txt | 341 detached from the log items. That is, when the CIL is flushed the memory 456 synchronous transactions being flushed. Investigation of the performance of the 559 they will be flushed by the periodic log force issued by the xfssyncd. This log 603 object, we have a race with CIL being flushed between the check and the pin
|
D | squashfs.txt | 205 expired/flushed inodes.
|
/linux-4.4.14/Documentation/dmaengine/ |
D | provider.txt | 394 that can be queued to buffers before being flushed to
|
/linux-4.4.14/fs/reiserfs/ |
D | journal.c | 1914 int flushed = 0; in do_journal_release() local 1936 flushed = 1; in do_journal_release()
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_nic.c | 1306 target_stat_values[++index] = nesvnic->lro_mgr.stats.flushed; in nes_netdev_get_ethtool_stats()
|
/linux-4.4.14/Documentation/blockdev/ |
D | README.DAC960 | 358 is flushed to disk before the system is powered off by a command to a UPS.
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 1783 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 1491 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 1939 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 802 reached 0, the allocated buffers are flushed by calls to $sync_dev(dev)$
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 1122 * the data FIFO should be flushed auto-magically on STCNT=0
|