/Linux-v4.19/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-v4.19/arch/x86/lib/ |
D | usercopy_64.c | 128 unsigned long flushed, dest = (unsigned long) dst; in __copy_user_flushcache() local 148 flushed = dest - (unsigned long) dst; in __copy_user_flushcache() 149 if (size > flushed && !IS_ALIGNED(size - flushed, 8)) in __copy_user_flushcache()
|
/Linux-v4.19/arch/x86/um/asm/ |
D | processor_32.h | 17 unsigned flushed:1; member 30 { .present = 0, .flushed = 0 } }, \
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ids.c | 349 struct dma_fence *flushed; in amdgpu_vmid_grab_used() local 363 flushed = (*id)->flushed_updates; in amdgpu_vmid_grab_used() 364 if (updates && (!flushed || dma_fence_is_later(updates, flushed))) in amdgpu_vmid_grab_used() 378 if (updates && (!flushed || dma_fence_is_later(updates, flushed))) { in amdgpu_vmid_grab_used()
|
/Linux-v4.19/drivers/gpu/drm/savage/ |
D | savage_bci.c | 310 dev_priv->dma_pages[i].flushed = 0; in savage_dma_init() 329 dev_priv->dma_pages[i].flushed = 0; in savage_dma_reset() 391 dev_priv->dma_pages[i].flushed = 0; in savage_dma_alloc() 429 dev_priv->dma_pages[cur].used == dev_priv->dma_pages[cur].flushed) in savage_dma_flush() 439 first, cur, dev_priv->dma_pages[first].flushed, in savage_dma_flush() 458 dev_priv->dma_pages[first].flushed) * 4; in savage_dma_flush() 460 dev_priv->dma_pages[cur].used - dev_priv->dma_pages[first].flushed; in savage_dma_flush() 479 dev_priv->dma_pages[i].flushed = 0; in savage_dma_flush() 485 dev_priv->dma_pages[cur].flushed = 0; in savage_dma_flush() 493 dev_priv->dma_pages[cur].flushed = dev_priv->dma_pages[i].used; in savage_dma_flush() [all …]
|
/Linux-v4.19/arch/x86/kernel/ |
D | amd_nb.c | 378 int flushed, i; in amd_flush_garts() local 392 flushed = 0; in amd_flush_garts() 396 flushed++; in amd_flush_garts() 410 if (!flushed) in amd_flush_garts()
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 206 int flushed = 0; in c4iw_flush_rq() local 213 flushed++; in c4iw_flush_rq() 215 return flushed; in c4iw_flush_rq() 241 int flushed = 0; in c4iw_flush_sq() local 253 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() 292 swsqe->flushed = 1; in flush_completed_wrs() 363 if (qhp->wq.flushed == 1) in c4iw_flush_hw_cq() [all …]
|
D | restrack.c | 44 if (rdma_nl_put_driver_u32(msg, "flushed", wq->flushed)) in fill_sq() 109 if (rdma_nl_put_driver_u32(msg, "flushed", sqe->flushed)) in fill_swsqe()
|
D | qp.c | 711 swsqe->flushed = 0; in post_write_cmpl() 732 swsqe->flushed = 0; in post_write_cmpl() 1120 if (qhp->wq.flushed) { in c4iw_post_send() 1252 swsqe->flushed = 0; in c4iw_post_send() 1298 if (qhp->wq.flushed) { in c4iw_post_receive() 1630 if (qhp->wq.flushed) { in __flush_qp() 1637 qhp->wq.flushed = 1; in __flush_qp() 1690 if (qhp->wq.flushed) in flush_qp() 1693 qhp->wq.flushed = 1; in flush_qp()
|
/Linux-v4.19/drivers/net/ppp/ |
D | ppp_mppe.c | 485 int flushed = MPPE_BITS(ibuf) & MPPE_BIT_FLUSHED; in mppe_decompress() local 523 if (!state->stateful && !flushed) { in mppe_decompress() 529 if (state->stateful && ((ccount & 0xff) == 0xff) && !flushed) { in mppe_decompress() 569 if (!flushed) { in mppe_decompress() 594 if (flushed) in mppe_decompress()
|
/Linux-v4.19/drivers/acpi/ |
D | ec.c | 416 bool flushed = false; in acpi_ec_complete_request() local 422 flushed = acpi_ec_flushed(ec); in acpi_ec_complete_request() 423 if (flushed) in acpi_ec_complete_request() 515 bool flushed; in acpi_ec_query_flushed() local 519 flushed = !ec->nr_pending_queries; in acpi_ec_query_flushed() 521 return flushed; in acpi_ec_query_flushed() 960 bool flushed; in acpi_ec_stopped() local 963 flushed = acpi_ec_flushed(ec); in acpi_ec_stopped() 965 return flushed; in acpi_ec_stopped()
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | dmx-set-filter.rst | 44 filter will be canceled, and the receive buffer will be flushed.
|
D | dmx-fread.rst | 68 resulting in non-read data being lost. The buffer is flushed.
|
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | qplib_fp.c | 72 if (!qp->sq.flushed) { in __bnxt_qplib_add_flush_qp() 78 qp->sq.flushed = true; in __bnxt_qplib_add_flush_qp() 81 if (!qp->rq.flushed) { in __bnxt_qplib_add_flush_qp() 86 qp->rq.flushed = true; in __bnxt_qplib_add_flush_qp() 124 if (qp->sq.flushed) { in __bnxt_qplib_del_flush_qp() 125 qp->sq.flushed = false; in __bnxt_qplib_del_flush_qp() 129 if (qp->rq.flushed) { in __bnxt_qplib_del_flush_qp() 130 qp->rq.flushed = false; in __bnxt_qplib_del_flush_qp() 2231 if (qp->sq.flushed) { in bnxt_qplib_cq_process_req() 2336 if (qp->rq.flushed) { in bnxt_qplib_cq_process_res_rc() [all …]
|
/Linux-v4.19/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-v4.19/drivers/infiniband/hw/cxgb3/ |
D | cxio_hal.c | 369 int flushed = 0; in cxio_flush_rq() local 379 flushed++; in cxio_flush_rq() 381 return flushed; in cxio_flush_rq() 408 int flushed = 0; in cxio_flush_sq() local 416 flushed++; in cxio_flush_sq() 418 return flushed; in cxio_flush_sq()
|
D | iwch_qp.c | 729 int flushed; in __flush_qp() local 743 flushed = cxio_flush_rq(&qhp->wq, &rchp->cq, count); in __flush_qp() 746 if (flushed) { in __flush_qp() 757 flushed = cxio_flush_sq(&qhp->wq, &schp->cq, count); in __flush_qp() 760 if (flushed) { in __flush_qp()
|
/Linux-v4.19/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-v4.19/net/sunrpc/xprtrdma/ |
D | svc_rdma_recvfrom.c | 304 goto flushed; in svc_rdma_wc_receive() 323 flushed: in svc_rdma_wc_receive()
|
/Linux-v4.19/drivers/iio/ |
D | industrialio-buffer.c | 59 int flushed = 0; in iio_buffer_ready() local 82 flushed = iio_buffer_flush_hwfifo(indio_dev, buf, in iio_buffer_ready() 84 if (flushed <= 0) in iio_buffer_ready() 87 if (avail + flushed >= to_wait) in iio_buffer_ready()
|
/Linux-v4.19/Documentation/device-mapper/ |
D | writecache.txt | 58 if the cache device was flushed without an error
|
D | persistent-data.txt | 48 ensures that all data is flushed before it writes the superblock.
|
/Linux-v4.19/net/decnet/ |
D | dn_table.c | 892 int flushed = 0; in dn_fib_flush() local 898 flushed += tb->flush(tb); in dn_fib_flush() 901 if (flushed) in dn_fib_flush()
|
/Linux-v4.19/Documentation/md/ |
D | raid5-cache.txt | 33 is safe on the cache disk, the data will be flushed onto RAID disks. The 60 filesystems) right after the data hits cache disk. The data is flushed to raid
|
/Linux-v4.19/Documentation/block/ |
D | writeback_cache_control.txt | 25 has been flushed before the actual I/O operation is started. This explicitly
|