Home
last modified time | relevance | path

Searched refs:flushed (Results 1 – 54 of 54) sorted by relevance

/linux-4.1.27/arch/x86/um/
Dtls_32.c105 if (!curr->flushed) { in load_TLS()
114 if (!(flags & O_FORCE) && curr->flushed) in load_TLS()
121 curr->flushed = 1; in load_TLS()
144 if (curr->flushed) in needs_TLS_update()
171 curr->flushed = 0; in clear_flushed_tls()
203 int idx, int flushed) in set_tls_entry() argument
212 t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].flushed = flushed; in set_tls_entry()
261 !t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].flushed)) { in get_tls_entry()
/linux-4.1.27/arch/x86/um/asm/
Dprocessor_32.h17 unsigned flushed:1; member
30 { .present = 0, .flushed = 0 } }, \
/linux-4.1.27/arch/x86/kernel/
Damd_nb.c248 int flushed, i; in amd_flush_garts() local
260 flushed = 0; in amd_flush_garts()
264 flushed++; in amd_flush_garts()
278 if (!flushed) in amd_flush_garts()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dcq.c204 int flushed = 0; in c4iw_flush_rq() local
212 flushed++; in c4iw_flush_rq()
214 return flushed; in c4iw_flush_rq()
240 int flushed = 0; in c4iw_flush_sq() local
253 BUG_ON(swsqe->flushed); in c4iw_flush_sq()
254 swsqe->flushed = 1; in c4iw_flush_sq()
260 flushed++; in c4iw_flush_sq()
264 wq->sq.flush_cidx += flushed; in c4iw_flush_sq()
267 return flushed; in c4iw_flush_sq()
287 BUG_ON(swsqe->flushed); in flush_completed_wrs()
[all …]
Dt4.h268 int flushed; member
337 int flushed; member
Dqp.c824 swsqe->flushed = 0; in c4iw_post_send()
1117 if (qhp->wq.flushed) { in __flush_qp()
1122 qhp->wq.flushed = 1; in __flush_qp()
/linux-4.1.27/drivers/gpu/drm/savage/
Dsavage_bci.c309 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 …]
Dsavage_drv.h68 unsigned int used, flushed; member
/linux-4.1.27/drivers/net/ppp/
Dppp_mppe.c480 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.1.27/include/linux/
Dinet_lro.h40 unsigned long flushed; member
/linux-4.1.27/drivers/acpi/
Dec.c332 bool flushed = false; in acpi_ec_complete_request() local
337 flushed = acpi_ec_flushed(ec); in acpi_ec_complete_request()
338 if (flushed) in acpi_ec_complete_request()
737 bool flushed; in acpi_ec_stopped() local
740 flushed = acpi_ec_flushed(ec); in acpi_ec_stopped()
742 return flushed; in acpi_ec_stopped()
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/
Dqcom,idle-state.txt45 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.1.27/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c371 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()
Diwch_qp.c810 int flushed; in __flush_qp() local
823 flushed = cxio_flush_rq(&qhp->wq, &rchp->cq, count); in __flush_qp()
826 if (flushed) { in __flush_qp()
837 flushed = cxio_flush_sq(&qhp->wq, &schp->cq, count); in __flush_qp()
840 if (flushed) { in __flush_qp()
/linux-4.1.27/kernel/printk/
Dprintk.c1521 bool flushed:1; /* buffer sealed and committed */ member
1526 if (cont.flushed) in cont_flush()
1540 cont.flushed = true; in cont_flush()
1554 if (cont.len && cont.flushed) in cont_add()
1570 cont.flushed = false; in cont_add()
1601 if (cont.flushed) { in cont_print_text()
1891 bool flushed:1; member
/linux-4.1.27/drivers/iio/
Dindustrialio-buffer.c58 int flushed = 0; in iio_buffer_ready() local
80 flushed = iio_buffer_flush_hwfifo(indio_dev, buf, in iio_buffer_ready()
82 if (flushed <= 0) in iio_buffer_ready()
85 if (avail + flushed >= to_wait) in iio_buffer_ready()
/linux-4.1.27/fs/ocfs2/
Djournal.c310 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.1.27/net/decnet/
Ddn_table.c890 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.1.27/Documentation/device-mapper/
Dpersistent-data.txt48 ensures that all data is flushed before it writes the superblock.
/linux-4.1.27/Documentation/block/
Dwriteback_cache_control.txt25 has been flushed before the actual I/O operation is started. This explicitly
/linux-4.1.27/arch/mn10300/mm/
DKconfig.cache27 flushed if writes are made that subsequently need to be executed or
/linux-4.1.27/net/ipv4/
Dfib_frontend.c179 int flushed = 0; in fib_flush() local
188 flushed += fib_table_flush(tb); in fib_flush()
191 if (flushed) in fib_flush()
Dinet_lro.c290 LRO_INC_STATS(lro_mgr, flushed); in lro_flush()
/linux-4.1.27/net/mac80211/
Diface.c785 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.1.27/Documentation/
DDMA-attributes.txt82 (usually it means that the cache has been flushed or invalidated
Dbcache.txt36 to be flushed.
213 cache, it will be flushed first.
369 present it will disable writeback caching and wait for it to be flushed.
Dcachetlb.txt132 when that virtual address is flushed from the cache. The HyperSparc
138 indexed caches which must be flushed when virtual-->physical
Dworkqueue.txt341 are not involved in memory reclaim and don't need to be flushed as a
Dxillybus.txt320 when a buffer is flushed, it may contain up to 3 bytes don't form a word in
DDMA-API.txt260 are flushed from the processor) and once before the data may be
Dmemory-barriers.txt2744 (*) the coherency queue is not flushed by normal loads to lines already
2862 flushed between the cached memory write and the MMIO access if the two are in
Dkernel-parameters.txt429 flushed before they will be reused, which
/linux-4.1.27/Documentation/virtual/kvm/
Dlocking.txt124 be flushed caused by this reason in mmu_spte_update() since this is a common
Dmmu.txt207 changed but before the tlb entry is flushed. Accordingly, unsync ptes
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_main.c1078 complete(&priv->ntbl.flushed); in ipoib_neigh_dtor()
1222 init_completion(&priv->ntbl.flushed); in ipoib_flush_neighs()
1257 wait_for_completion(&priv->ntbl.flushed); in ipoib_flush_neighs()
Dipoib.h297 struct completion flushed; member
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-block-bcache8 flushed before the device is unregistered. Caches unregister
Dsysfs-kernel-slab125 have been flushed as the result of destroying or shrinking a
Dsysfs-bus-iio1316 guarantees that the hardware fifo is flushed to the device
/linux-4.1.27/arch/cris/arch-v10/drivers/
DKconfig22 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.1.27/fs/jffs2/
DREADME.Locking29 don't actually get erased until the write-buffer has been flushed to
/linux-4.1.27/Documentation/s390/
Ds390dbf.txt436 Debug areas can be flushed with piping the number of the desired
438 are flushed.
/linux-4.1.27/Documentation/filesystems/
Dcoda.txt253 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.
Dxfs-delayed-logging-design.txt341 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
Dsquashfs.txt205 expired/flushed inodes.
/linux-4.1.27/Documentation/dmaengine/
Dprovider.txt376 that can be queued to buffers before being flushed to
/linux-4.1.27/fs/reiserfs/
Djournal.c1914 int flushed = 0; in do_journal_release() local
1936 flushed = 1; in do_journal_release()
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_nic.c1306 target_stat_values[++index] = nesvnic->lro_mgr.stats.flushed; in nes_netdev_get_ethtool_stats()
/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c_shipped1886 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
/linux-4.1.27/Documentation/blockdev/
DREADME.DAC960358 is flushed to disk before the system is powered off by a command to a UPS.
/linux-4.1.27/scripts/genksyms/
Dlex.lex.c_shipped1491 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped1754 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex802 reached 0, the allocated buffers are flushed by calls to $sync_dev(dev)$
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx.seq1122 * the data FIFO should be flushed auto-magically on STCNT=0