Searched refs:flushed (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/arch/x86/um/asm/
H A Dprocessor_32.h17 unsigned flushed:1; member in struct:uml_tls_struct
30 { .present = 0, .flushed = 0 } }, \
/linux-master/arch/x86/lib/
H A Dusercopy_64.c48 unsigned long flushed, dest = (unsigned long) dst; local
72 flushed = dest - (unsigned long) dst;
73 if (size > flushed && !IS_ALIGNED(size - flushed, 8))
/linux-master/arch/x86/um/
H A Dtls_32.c99 * Actually, now if it wasn't flushed it gets cleared and
100 * flushed to the host, which will clear it.
103 if (!curr->flushed) {
112 if (!(flags & O_FORCE) && curr->flushed)
119 curr->flushed = 1;
127 * present desc's, only if they haven't been flushed.
142 if (curr->flushed)
151 * On a newly forked process, the TLS descriptors haven't yet been flushed. So
164 * will remain as flushed as it was.
169 curr->flushed
200 set_tls_entry(struct task_struct* task, struct user_desc *info, int idx, int flushed) argument
[all...]
/linux-master/drivers/net/ppp/
H A Dppp_mppe.c439 int flushed = MPPE_BITS(ibuf) & MPPE_BIT_FLUSHED; local
476 if (!state->stateful && !flushed) {
482 if (state->stateful && ((ccount & 0xff) == 0xff) && !flushed) {
522 if (!flushed) {
547 if (flushed)
/linux-master/arch/x86/kernel/
H A Damd_nb.c460 int flushed, i; local
474 flushed = 0;
478 flushed++;
492 if (!flushed)
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dcq.c205 int flushed = 0; local
212 flushed++;
214 return flushed;
240 int flushed = 0; local
252 swsqe->flushed = 1;
257 flushed++;
261 wq->sq.flush_cidx += flushed;
264 return flushed;
291 swsqe->flushed = 1;
362 if (qhp->wq.flushed
[all...]
H A Drestrack.c44 if (rdma_nl_put_driver_u32(msg, "flushed", wq->flushed))
109 if (rdma_nl_put_driver_u32(msg, "flushed", sqe->flushed))
H A Dqp.c716 swsqe->flushed = 0;
740 swsqe->flushed = 0;
1097 * If the qp has been flushed, then just insert a special
1100 if (qhp->wq.flushed) {
1233 swsqe->flushed = 0;
1276 * If the qp has been flushed, then just insert a special
1279 if (qhp->wq.flushed) {
1611 if (qhp->wq.flushed) {
1618 qhp->wq.flushed = 1;
1670 /* for user qps, qhp->wq.flushed i
[all...]
H A Dt4.h314 int flushed; member in struct:t4_swsqe
387 int flushed; member in struct:t4_wq
796 /* Ensure CQE is flushed to memory */
/linux-master/fs/bcachefs/
H A Djournal_types.h49 * flushed:
61 struct list_head flushed; member in struct:journal_entry_pin_list
H A Djournal.c130 INIT_LIST_HEAD(&p->flushed);
664 * Returns: 1 if @seq has already been flushed, 0 if @seq is being flushed,
665 * -EIO if @seq will never be flushed
697 /* if seq was written, but not flushed - flush a newer one instead */
759 * Don't update time_stats when @seq is already flushed:
1532 if (!list_empty(&pin_list->flushed)) {
1533 prt_printf(out, "flushed:");
1537 list_for_each_entry(pin, &pin_list->flushed, list) {
/linux-master/drivers/thunderbolt/
H A Dretimer.c126 rt->nvm->flushed = true;
278 if (!rt->nvm->flushed) {
H A Dnvm.c474 nvm->flushed = false;
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c75 if (!qp->sq.flushed) {
80 qp->sq.flushed = true;
83 if (!qp->rq.flushed) {
87 qp->rq.flushed = true;
125 if (qp->sq.flushed) {
126 qp->sq.flushed = false;
130 if (qp->rq.flushed) {
131 qp->rq.flushed = false;
2495 if (qp->sq.flushed) {
2599 if (qp->rq.flushed) {
[all...]
H A Dqplib_fp.h264 bool flushed; member in struct:bnxt_qplib_q
/linux-master/drivers/char/xillybus/
H A Dxillyusb.c142 unsigned int flushed; member in struct:xillyusb_channel
1124 * chan->flushed is there to avoid multiple flushes at the same position,
1138 if (chan->flushed)
1177 * FIFO, it's not flushed, including the flush before closing, which
1223 chan->flushed = 1;
1318 chan->flushed = 0;
1693 chan->flushed = 0;
1833 chan->flushed = 0;
/linux-master/fs/ocfs2/
H A Djournal.c293 unsigned int flushed; local
301 flushed = atomic_read(&journal->j_num_trans);
302 trace_ocfs2_commit_cache_begin(flushed);
303 if (flushed == 0) {
319 flushed = atomic_read(&journal->j_num_trans);
323 trace_ocfs2_commit_cache_end(journal->j_trans_id, flushed);
/linux-master/drivers/acpi/
H A Dec.c388 bool flushed = false; local
394 flushed = acpi_ec_flushed(ec);
395 if (flushed)
957 bool flushed; local
960 flushed = acpi_ec_flushed(ec);
962 return flushed;
2128 pm_pr_dbg("ACPI EC work flushed\n");
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c340 goto flushed;
368 flushed:
H A Dsvc_rdma_sendto.c93 * successfully, or get flushed. Either way, the Send completion
307 goto flushed;
313 flushed:
/linux-master/drivers/cdx/controller/
H A Dmcdi.c153 bool flushed; local
156 flushed = list_empty(&mcdi->cmd_list) &&
159 return flushed;
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c59 int flushed = 0; local
82 flushed = iio_buffer_flush_hwfifo(indio_dev, buf,
84 if (flushed <= 0)
87 if (avail + flushed >= to_wait)
/linux-master/net/ipv4/
H A Dfib_frontend.c186 int flushed = 0; local
195 flushed += fib_table_flush(net, tb, false);
198 if (flushed)
/linux-master/drivers/block/null_blk/
H A Dmain.c1020 unsigned long flushed = 0, one_round; local
1036 * We found the page which is being flushed to disk by other
1054 flushed += one_round << PAGE_SHIFT;
1056 if (n > flushed) {
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib.h307 struct completion flushed; member in struct:ipoib_neigh_table

Completed in 395 milliseconds

12