Home
last modified time | relevance | path

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

1234

/Linux-v5.4/arch/x86/um/
Dtls_32.c106 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-v5.4/arch/x86/lib/
Dusercopy_64.c109 unsigned long flushed, dest = (unsigned long) dst; in __copy_user_flushcache() local
129 flushed = dest - (unsigned long) dst; in __copy_user_flushcache()
130 if (size > flushed && !IS_ALIGNED(size - flushed, 8)) in __copy_user_flushcache()
/Linux-v5.4/arch/x86/um/asm/
Dprocessor_32.h17 unsigned flushed:1; member
30 { .present = 0, .flushed = 0 } }, \
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ids.c349 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()
382 if (updates && (!flushed || dma_fence_is_later(updates, flushed))) { in amdgpu_vmid_grab_used()
/Linux-v5.4/drivers/gpu/drm/savage/
Dsavage_bci.c319 dev_priv->dma_pages[i].flushed = 0; in savage_dma_init()
338 dev_priv->dma_pages[i].flushed = 0; in savage_dma_reset()
400 dev_priv->dma_pages[i].flushed = 0; in savage_dma_alloc()
438 dev_priv->dma_pages[cur].used == dev_priv->dma_pages[cur].flushed) in savage_dma_flush()
448 first, cur, dev_priv->dma_pages[first].flushed, in savage_dma_flush()
467 dev_priv->dma_pages[first].flushed) * 4; in savage_dma_flush()
469 dev_priv->dma_pages[cur].used - dev_priv->dma_pages[first].flushed; in savage_dma_flush()
488 dev_priv->dma_pages[i].flushed = 0; in savage_dma_flush()
494 dev_priv->dma_pages[cur].flushed = 0; in savage_dma_flush()
502 dev_priv->dma_pages[cur].flushed = dev_priv->dma_pages[i].used; in savage_dma_flush()
[all …]
/Linux-v5.4/drivers/net/ppp/
Dppp_mppe.c439 int flushed = MPPE_BITS(ibuf) & MPPE_BIT_FLUSHED; in mppe_decompress() local
476 if (!state->stateful && !flushed) { in mppe_decompress()
482 if (state->stateful && ((ccount & 0xff) == 0xff) && !flushed) { in mppe_decompress()
522 if (!flushed) { in mppe_decompress()
547 if (flushed) in mppe_decompress()
/Linux-v5.4/drivers/infiniband/hw/cxgb4/
Dcq.c205 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
252 swsqe->flushed = 1; in c4iw_flush_sq()
257 flushed++; in c4iw_flush_sq()
261 wq->sq.flush_cidx += flushed; in c4iw_flush_sq()
264 return flushed; in c4iw_flush_sq()
291 swsqe->flushed = 1; in flush_completed_wrs()
362 if (qhp->wq.flushed == 1) in c4iw_flush_hw_cq()
[all …]
Drestrack.c44 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()
Dqp.c715 swsqe->flushed = 0; in post_write_cmpl()
739 swsqe->flushed = 0; in post_write_cmpl()
1099 if (qhp->wq.flushed) { in c4iw_post_send()
1232 swsqe->flushed = 0; in c4iw_post_send()
1278 if (qhp->wq.flushed) { in c4iw_post_receive()
1610 if (qhp->wq.flushed) { in __flush_qp()
1617 qhp->wq.flushed = 1; in __flush_qp()
1670 if (qhp->wq.flushed) in flush_qp()
1673 qhp->wq.flushed = 1; in flush_qp()
/Linux-v5.4/arch/x86/kernel/
Damd_nb.c452 int flushed, i; in amd_flush_garts() local
466 flushed = 0; in amd_flush_garts()
470 flushed++; in amd_flush_garts()
484 if (!flushed) in amd_flush_garts()
/Linux-v5.4/drivers/acpi/
Dec.c407 bool flushed = false; in acpi_ec_complete_request() local
413 flushed = acpi_ec_flushed(ec); in acpi_ec_complete_request()
414 if (flushed) in acpi_ec_complete_request()
530 bool flushed; in acpi_ec_query_flushed() local
534 flushed = !ec->nr_pending_queries; in acpi_ec_query_flushed()
536 return flushed; in acpi_ec_query_flushed()
975 bool flushed; in acpi_ec_stopped() local
978 flushed = acpi_ec_flushed(ec); in acpi_ec_stopped()
980 return flushed; in acpi_ec_stopped()
/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c75 if (!qp->sq.flushed) { in __bnxt_qplib_add_flush_qp()
80 qp->sq.flushed = true; in __bnxt_qplib_add_flush_qp()
83 if (!qp->rq.flushed) { in __bnxt_qplib_add_flush_qp()
87 qp->rq.flushed = true; in __bnxt_qplib_add_flush_qp()
125 if (qp->sq.flushed) { in __bnxt_qplib_del_flush_qp()
126 qp->sq.flushed = false; in __bnxt_qplib_del_flush_qp()
130 if (qp->rq.flushed) { in __bnxt_qplib_del_flush_qp()
131 qp->rq.flushed = false; in __bnxt_qplib_del_flush_qp()
2244 if (qp->sq.flushed) { in bnxt_qplib_cq_process_req()
2347 if (qp->rq.flushed) { in bnxt_qplib_cq_process_res_rc()
[all …]
/Linux-v5.4/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-v5.4/Documentation/media/uapi/dvb/
Ddmx-set-filter.rst51 filter will be canceled, and the receive buffer will be flushed.
Ddmx-fread.rst75 resulting in non-read data being lost. The buffer is flushed.
/Linux-v5.4/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c351 int flushed = 0; in cxio_flush_rq() local
361 flushed++; in cxio_flush_rq()
363 return flushed; in cxio_flush_rq()
390 int flushed = 0; in cxio_flush_sq() local
398 flushed++; in cxio_flush_sq()
400 return flushed; in cxio_flush_sq()
Diwch_qp.c729 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-v5.4/fs/ocfs2/
Djournal.c297 unsigned int flushed; in ocfs2_commit_cache() local
305 flushed = atomic_read(&journal->j_num_trans); in ocfs2_commit_cache()
306 trace_ocfs2_commit_cache_begin(flushed); in ocfs2_commit_cache()
307 if (flushed == 0) { in ocfs2_commit_cache()
323 flushed = atomic_read(&journal->j_num_trans); in ocfs2_commit_cache()
327 trace_ocfs2_commit_cache_end(journal->j_trans_id, flushed); in ocfs2_commit_cache()
/Linux-v5.4/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c297 goto flushed; in svc_rdma_wc_receive()
317 flushed: in svc_rdma_wc_receive()
/Linux-v5.4/drivers/iio/
Dindustrialio-buffer.c55 int flushed = 0; in iio_buffer_ready() local
78 flushed = iio_buffer_flush_hwfifo(indio_dev, buf, in iio_buffer_ready()
80 if (flushed <= 0) in iio_buffer_ready()
83 if (avail + flushed >= to_wait) in iio_buffer_ready()
/Linux-v5.4/net/decnet/
Ddn_table.c893 int flushed = 0; in dn_fib_flush() local
899 flushed += tb->flush(tb); in dn_fib_flush()
902 if (flushed) in dn_fib_flush()
/Linux-v5.4/Documentation/driver-api/md/
Draid5-cache.rst35 is safe on the cache disk, the data will be flushed onto RAID disks. The
62 filesystems) right after the data hits cache disk. The data is flushed to raid
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dwritecache.rst66 if the cache device was flushed without an error
Dpersistent-data.rst52 ensures that all data is flushed before it writes the superblock.
/Linux-v5.4/Documentation/block/
Dwriteback_cache_control.rst25 has been flushed before the actual I/O operation is started. This explicitly

1234