Home
last modified time | relevance | path

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

1234

/linux/arch/x86/um/
A 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()
260 !t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].flushed)) { in get_tls_entry()
/linux/arch/x86/lib/
A Dusercopy_64.c89 unsigned long flushed, dest = (unsigned long) dst; in __copy_user_flushcache() local
109 flushed = dest - (unsigned long) dst; in __copy_user_flushcache()
110 if (size > flushed && !IS_ALIGNED(size - flushed, 8)) in __copy_user_flushcache()
/linux/arch/x86/um/asm/
A Dprocessor_32.h17 unsigned flushed:1; member
30 { .present = 0, .flushed = 0 } }, \
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ids.c357 struct dma_fence *flushed; in amdgpu_vmid_grab_used() local
371 flushed = (*id)->flushed_updates; in amdgpu_vmid_grab_used()
372 if (updates && (!flushed || dma_fence_is_later(updates, flushed))) in amdgpu_vmid_grab_used()
385 if (updates && (!flushed || dma_fence_is_later(updates, flushed))) { in amdgpu_vmid_grab_used()
/linux/drivers/gpu/drm/savage/
A 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/drivers/net/ppp/
A 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/drivers/infiniband/hw/cxgb4/
A 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 …]
A 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()
A Dqp.c716 swsqe->flushed = 0; in post_write_cmpl()
740 swsqe->flushed = 0; in post_write_cmpl()
1100 if (qhp->wq.flushed) { in c4iw_post_send()
1233 swsqe->flushed = 0; in c4iw_post_send()
1279 if (qhp->wq.flushed) { in c4iw_post_receive()
1611 if (qhp->wq.flushed) { in __flush_qp()
1618 qhp->wq.flushed = 1; in __flush_qp()
1671 if (qhp->wq.flushed) in flush_qp()
1674 qhp->wq.flushed = 1; in flush_qp()
/linux/arch/x86/kernel/
A Damd_nb.c466 int flushed, i; in amd_flush_garts() local
480 flushed = 0; in amd_flush_garts()
484 flushed++; in amd_flush_garts()
498 if (!flushed) in amd_flush_garts()
/linux/drivers/infiniband/hw/bnxt_re/
A Dqplib_fp.c74 if (!qp->sq.flushed) { in __bnxt_qplib_add_flush_qp()
79 qp->sq.flushed = true; in __bnxt_qplib_add_flush_qp()
82 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()
2348 if (qp->sq.flushed) { in bnxt_qplib_cq_process_req()
2451 if (qp->rq.flushed) { in bnxt_qplib_cq_process_res_rc()
[all …]
/linux/Documentation/devicetree/bindings/arm/mstar/
A Dmstar,l3bridge.yaml16 devices are allowed to run the pipeline must be flushed to ensure
/linux/Documentation/userspace-api/media/dvb/
A Ddmx-set-filter.rst44 filter will be canceled, and the receive buffer will be flushed.
A Ddmx-fread.rst66 resulting in non-read data being lost. The buffer is flushed.
/linux/Documentation/devicetree/bindings/arm/msm/
A 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/drivers/acpi/
A Dec.c390 bool flushed = false; in acpi_ec_complete_request() local
396 flushed = acpi_ec_flushed(ec); in acpi_ec_complete_request()
397 if (flushed) in acpi_ec_complete_request()
950 bool flushed; in acpi_ec_stopped() local
953 flushed = acpi_ec_flushed(ec); in acpi_ec_stopped()
955 return flushed; in acpi_ec_stopped()
/linux/arch/riscv/
A DKconfig.erratas40 has been flushed from TLB.
/linux/drivers/char/xillybus/
A Dxillyusb.c142 unsigned int flushed; member
1129 if (chan->flushed) in flush_downstream()
1214 chan->flushed = 1; in flush_downstream()
1304 chan->flushed = 0; in xillyusb_open()
1678 chan->flushed = 0; in xillyusb_write()
1818 chan->flushed = 0; in xillyusb_llseek()
/linux/drivers/thunderbolt/
A Dretimer.c147 rt->nvm->flushed = true; in tb_retimer_nvm_validate_and_write()
240 if (!rt->nvm->flushed) { in nvm_authenticate_store()
A Dnvm.c103 nvm->flushed = false; in tb_nvm_write_buf()
/linux/fs/ocfs2/
A Djournal.c295 unsigned int flushed; in ocfs2_commit_cache() local
303 flushed = atomic_read(&journal->j_num_trans); in ocfs2_commit_cache()
304 trace_ocfs2_commit_cache_begin(flushed); in ocfs2_commit_cache()
305 if (flushed == 0) { in ocfs2_commit_cache()
321 flushed = atomic_read(&journal->j_num_trans); in ocfs2_commit_cache()
325 trace_ocfs2_commit_cache_end(journal->j_trans_id, flushed); in ocfs2_commit_cache()
/linux/Documentation/ABI/testing/
A Dsysfs-bus-papr-pmem19 couldn't be flushed during last
/linux/net/sunrpc/xprtrdma/
A Dsvc_rdma_recvfrom.c334 goto flushed; in svc_rdma_wc_receive()
362 flushed: in svc_rdma_wc_receive()
/linux/net/decnet/
A 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/Documentation/driver-api/md/
A 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

Completed in 47 milliseconds

1234