/openbmc/linux/arch/x86/um/ |
H A D | tls_32.c | 103 if (!curr->flushed) { in load_TLS() 112 if (!(flags & O_FORCE) && curr->flushed) in load_TLS() 119 curr->flushed = 1; in load_TLS() 142 if (curr->flushed) in needs_TLS_update() 169 curr->flushed = 0; in clear_flushed_tls() 201 int idx, int flushed) in set_tls_entry() argument 210 t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].flushed = flushed; in set_tls_entry() 254 !t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].flushed)) { in get_tls_entry()
|
/openbmc/linux/arch/x86/lib/ |
H A D | usercopy_64.c | 48 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()
|
/openbmc/linux/arch/x86/um/asm/ |
H A D | processor_32.h | 17 unsigned flushed:1; member 30 { .present = 0, .flushed = 0 } }, \
|
/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_mppe.c | 439 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()
|
/openbmc/linux/drivers/infiniband/hw/cxgb4/ |
H A D | cq.c | 205 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 D | restrack.c | 44 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()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | amd_nb.c | 466 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()
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | dmx-set-filter.rst | 44 filter will be canceled, and the receive buffer will be flushed.
|
H A D | dmx-fread.rst | 66 resulting in non-read data being lost. The buffer is flushed.
|
/openbmc/linux/Documentation/devicetree/bindings/arm/msm/ |
H A D | qcom,idle-state.txt | 45 be flushed in s/w, before powering down the core. 50 be flushed, system bus, clocks - lowered, and SoC main XO clock gated and
|
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_fp.c | 75 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() 2505 if (qp->sq.flushed) { in bnxt_qplib_cq_process_req() 2611 if (qp->rq.flushed) { in bnxt_qplib_cq_process_res_rc() [all …]
|
/openbmc/linux/drivers/cdx/controller/ |
H A D | mcdi.c | 153 bool flushed; in cdx_mcdi_flushed() local 156 flushed = list_empty(&mcdi->cmd_list) && in cdx_mcdi_flushed() 159 return flushed; in cdx_mcdi_flushed()
|
/openbmc/linux/drivers/acpi/ |
H A D | ec.c | 388 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()
|
/openbmc/linux/drivers/char/xillybus/ |
H A D | xillyusb.c | 143 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()
|
/openbmc/qemu/block/ |
H A D | vhdx-log.c | 754 int vhdx_parse_log(BlockDriverState *bs, BDRVVHDXState *s, bool *flushed, in vhdx_parse_log() argument 763 *flushed = false; in vhdx_parse_log() 827 *flushed = true; in vhdx_parse_log()
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user-gpu.rst | 248 The display should be flushed and presented. 265 The display should be flushed and presented according to updated
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | retimer.c | 126 rt->nvm->flushed = true; in tb_retimer_nvm_validate_and_write() 276 if (!rt->nvm->flushed) { in nvm_authenticate_store()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | add-error-check-for-disk-filled-up.patch | 8 Add error check when the write-buffer is finally flushed to the file,
|
/openbmc/linux/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_recvfrom.c | 329 goto flushed; in svc_rdma_wc_receive() 357 flushed: in svc_rdma_wc_receive()
|
H A D | svc_rdma_sendto.c | 290 goto flushed; in svc_rdma_wc_send() 296 flushed: in svc_rdma_wc_send()
|
/openbmc/u-boot/doc/ |
H A D | README.arm-caches | 52 in the short period after the cache was flushed but before the
|
/openbmc/linux/fs/ocfs2/ |
H A D | journal.c | 293 unsigned int flushed; in ocfs2_commit_cache() local 301 flushed = atomic_read(&journal->j_num_trans); in ocfs2_commit_cache() 302 trace_ocfs2_commit_cache_begin(flushed); in ocfs2_commit_cache() 303 if (flushed == 0) { in ocfs2_commit_cache() 319 flushed = atomic_read(&journal->j_num_trans); in ocfs2_commit_cache() 323 trace_ocfs2_commit_cache_end(journal->j_trans_id, flushed); in ocfs2_commit_cache()
|
/openbmc/linux/Documentation/driver-api/md/ |
H A D | raid5-cache.rst | 35 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
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-papr-pmem | 19 couldn't be flushed during last
|
/openbmc/linux/arch/riscv/ |
H A D | Kconfig.errata | 52 has been flushed from TLB.
|