Home
last modified time | relevance | path

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

123

/linux/arch/x86/um/
H A Dtls_32.c100 if (!curr->flushed) { in load_TLS()
109 if (!(flags & O_FORCE) && curr->flushed) in load_TLS()
116 curr->flushed = 1; in load_TLS()
139 if (curr->flushed) in needs_TLS_update()
166 curr->flushed = 0; in clear_flushed_tls()
198 int idx, int flushed) in set_tls_entry() argument
207 t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].flushed = flushed; in set_tls_entry()
250 !t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].flushed)) { in get_tls_entry()
/linux/arch/x86/um/asm/
H A Dprocessor_32.h17 unsigned flushed:1; member
30 { .present = 0, .flushed = 0 } }, \
/linux/arch/x86/kernel/
H A Damd_nb.c244 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/drivers/net/ppp/
H A Dppp_mppe.c382 int flushed = MPPE_BITS(ibuf) & MPPE_BIT_FLUSHED; in mppe_decompress() local
419 if (!state->stateful && !flushed) { in mppe_decompress()
425 if (state->stateful && ((ccount & 0xff) == 0xff) && !flushed) { in mppe_decompress()
465 if (!flushed) { in mppe_decompress()
490 if (flushed) in mppe_decompress()
/linux/drivers/infiniband/hw/cxgb4/
H 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 …]
H 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()
H A Dqp.c713 swsqe->flushed = 0; in post_write_cmpl()
737 swsqe->flushed = 0; in post_write_cmpl()
1097 if (qhp->wq.flushed) { in c4iw_post_send()
1230 swsqe->flushed = 0; in c4iw_post_send()
1276 if (qhp->wq.flushed) { in c4iw_post_receive()
1616 if (qhp->wq.flushed) { in __flush_qp()
1623 qhp->wq.flushed = 1; in __flush_qp()
1676 if (qhp->wq.flushed) in flush_qp()
1679 qhp->wq.flushed = 1; in flush_qp()
H A Dt4.h314 int flushed; member
387 int flushed; member
/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-set-filter.rst44 filter will be canceled, and the receive buffer will be flushed.
H A Ddmx-fread.rst66 resulting in non-read data being lost. The buffer is flushed.
/linux/drivers/cdx/controller/
H A Dmcdi.c173 bool flushed; in cdx_mcdi_flushed() local
176 flushed = list_empty(&mcdi->cmd_list) && in cdx_mcdi_flushed()
179 return flushed; in cdx_mcdi_flushed()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c79 if (!qp->sq.flushed) { in __bnxt_qplib_add_flush_qp()
84 qp->sq.flushed = true; in __bnxt_qplib_add_flush_qp()
87 if (!qp->rq.flushed) { in __bnxt_qplib_add_flush_qp()
91 qp->rq.flushed = true; in __bnxt_qplib_add_flush_qp()
129 if (qp->sq.flushed) { in __bnxt_qplib_del_flush_qp()
130 qp->sq.flushed = false; in __bnxt_qplib_del_flush_qp()
134 if (qp->rq.flushed) { in __bnxt_qplib_del_flush_qp()
135 qp->rq.flushed = false; in __bnxt_qplib_del_flush_qp()
2620 if (qp->sq.flushed) { in bnxt_qplib_cq_process_req()
2740 if (qp->rq.flushed) { in bnxt_qplib_cq_process_res_rc()
[all …]
/linux/drivers/acpi/
H A Dec.c391 bool flushed = false; in acpi_ec_complete_request() local
397 flushed = acpi_ec_flushed(ec); in acpi_ec_complete_request()
398 if (flushed) in acpi_ec_complete_request()
984 bool flushed; in acpi_ec_stopped() local
987 flushed = acpi_ec_flushed(ec); in acpi_ec_stopped()
989 return flushed; in acpi_ec_stopped()
/linux/drivers/char/xillybus/
H A Dxillyusb.c143 unsigned int flushed; member
1135 if (chan->flushed) in flush_downstream()
1220 chan->flushed = 1; in flush_downstream()
1315 chan->flushed = 0; in xillyusb_open()
1690 chan->flushed = 0; in xillyusb_write()
1830 chan->flushed = 0; in xillyusb_llseek()
/linux/drivers/thunderbolt/
H A Dretimer.c134 rt->nvm->flushed = true; in tb_retimer_nvm_validate_and_write()
288 if (!rt->nvm->flushed) { in nvm_authenticate_store()
/linux/fs/ocfs2/
H A Djournal.c312 unsigned int flushed; in ocfs2_commit_cache() local
320 flushed = atomic_read(&journal->j_num_trans); in ocfs2_commit_cache()
321 trace_ocfs2_commit_cache_begin(flushed); in ocfs2_commit_cache()
322 if (flushed == 0) { in ocfs2_commit_cache()
338 flushed = atomic_read(&journal->j_num_trans); in ocfs2_commit_cache()
342 trace_ocfs2_commit_cache_end(journal->j_trans_id, flushed); in ocfs2_commit_cache()
/linux/Documentation/driver-api/md/
H 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
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-papr-pmem19 couldn't be flushed during last
/linux/Documentation/admin-guide/device-mapper/
H A Dpersistent-data.rst52 ensures that all data is flushed before it writes the superblock.
H A Dwritecache.rst97 if the cache device was flushed without an error
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c93 * successfully, or get flushed. Either way, the Send completion
315 goto flushed; in svc_rdma_wc_send()
321 flushed:
/linux/Documentation/block/
H A Dwriteback_cache_control.rst25 has been flushed before the actual I/O operation is started. This explicitly
/linux/Documentation/arch/x86/
H A Dmds.rst142 When transitioning from kernel to user space the CPU buffers are flushed
200 flushed either on exit to user space or on VMENTER so malicious code
/linux/arch/riscv/
H A DKconfig.errata75 has been flushed from TLB.
/linux/drivers/iio/
H A Dindustrialio-buffer.c93 int flushed = 0; in iio_buffer_ready() local
116 flushed = iio_buffer_flush_hwfifo(indio_dev, buf, in iio_buffer_ready()
118 if (flushed <= 0) in iio_buffer_ready()
121 if (avail + flushed >= to_wait) in iio_buffer_ready()

123