Home
last modified time | relevance | path

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

1234

/linux-6.15/arch/x86/um/
H A Dtls_32.c88 if (!curr->flushed) { in load_TLS()
97 if (!(flags & O_FORCE) && curr->flushed) in load_TLS()
104 curr->flushed = 1; in load_TLS()
127 if (curr->flushed) in needs_TLS_update()
154 curr->flushed = 0; in clear_flushed_tls()
186 int idx, int flushed) in set_tls_entry() argument
195 t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].flushed = flushed; in set_tls_entry()
238 !t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].flushed)) { in get_tls_entry()
/linux-6.15/arch/x86/lib/
H A Dusercopy_64.c48 unsigned long flushed, dest = (unsigned long) dst; in __copy_user_flushcache() local
72 flushed = dest - (unsigned long) dst; in __copy_user_flushcache()
73 if (size > flushed && !IS_ALIGNED(size - flushed, 8)) in __copy_user_flushcache()
/linux-6.15/arch/x86/um/asm/
H A Dprocessor_32.h17 unsigned flushed:1; member
30 { .present = 0, .flushed = 0 } }, \
/linux-6.15/arch/x86/kernel/
H A Damd_nb.c245 int flushed, i; in amd_flush_garts() local
259 flushed = 0; in amd_flush_garts()
263 flushed++; in amd_flush_garts()
277 if (!flushed) in amd_flush_garts()
/linux-6.15/drivers/net/ppp/
H 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-6.15/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.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()
1619 if (qhp->wq.flushed) { in __flush_qp()
1626 qhp->wq.flushed = 1; in __flush_qp()
1679 if (qhp->wq.flushed) in flush_qp()
1682 qhp->wq.flushed = 1; in flush_qp()
/linux-6.15/Documentation/devicetree/bindings/arm/mstar/
H A Dmstar,l3bridge.yaml16 devices are allowed to run the pipeline must be flushed to ensure
/linux-6.15/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-6.15/fs/bcachefs/
H A Djournal_reclaim.c605 list_move(&pin->list, &journal_seq_pin(j, seq)->flushed[journal_pin_type(pin, flush_fn)]); in journal_flush_pins()
857 !list_empty(&pin_list->flushed[i]))) { in journal_pins_still_flushing()
1018 for (unsigned i = 0; i < ARRAY_SIZE(pin_list->flushed); i++) in bch2_journal_seq_pins_to_text()
1019 list_for_each_entry(pin, &pin_list->flushed[i], list) in bch2_journal_seq_pins_to_text()
H A Djournal_types.h71 struct list_head flushed[JOURNAL_PIN_TYPE_NR]; member
/linux-6.15/drivers/cdx/controller/
H A Dmcdi.c149 bool flushed; in cdx_mcdi_flushed() local
152 flushed = list_empty(&mcdi->cmd_list) && in cdx_mcdi_flushed()
155 return flushed; in cdx_mcdi_flushed()
/linux-6.15/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()
2631 if (qp->sq.flushed) { in bnxt_qplib_cq_process_req()
2751 if (qp->rq.flushed) { in bnxt_qplib_cq_process_res_rc()
[all …]
/linux-6.15/drivers/thunderbolt/
H A Dretimer.c133 rt->nvm->flushed = true; in tb_retimer_nvm_validate_and_write()
287 if (!rt->nvm->flushed) { in nvm_authenticate_store()
/linux-6.15/drivers/acpi/
H A Dec.c388 bool flushed = false; in acpi_ec_complete_request() local
394 flushed = acpi_ec_flushed(ec); in acpi_ec_complete_request()
395 if (flushed) in acpi_ec_complete_request()
981 bool flushed; in acpi_ec_stopped() local
984 flushed = acpi_ec_flushed(ec); in acpi_ec_stopped()
986 return flushed; in acpi_ec_stopped()
/linux-6.15/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-6.15/fs/ocfs2/
H A Djournal.c315 unsigned int flushed; in ocfs2_commit_cache() local
323 flushed = atomic_read(&journal->j_num_trans); in ocfs2_commit_cache()
324 trace_ocfs2_commit_cache_begin(flushed); in ocfs2_commit_cache()
325 if (flushed == 0) { in ocfs2_commit_cache()
341 flushed = atomic_read(&journal->j_num_trans); in ocfs2_commit_cache()
345 trace_ocfs2_commit_cache_end(journal->j_trans_id, flushed); in ocfs2_commit_cache()
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-papr-pmem19 couldn't be flushed during last
/linux-6.15/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-6.15/Documentation/admin-guide/device-mapper/
H A Dpersistent-data.rst52 ensures that all data is flushed before it writes the superblock.
/linux-6.15/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c340 goto flushed; in svc_rdma_wc_receive()
368 flushed: in svc_rdma_wc_receive()
H A Dsvc_rdma_sendto.c305 goto flushed; in svc_rdma_wc_send()
311 flushed: in svc_rdma_wc_send()
/linux-6.15/Documentation/block/
H A Dwriteback_cache_control.rst25 has been flushed before the actual I/O operation is started. This explicitly

1234