/freebsd/sys/dev/hyperv/vmbus/ |
H A D | hyperv_mmu.c | 69 * pages to flush (in addition to the 'cur' page). in fill_gva_list() 134 struct hyperv_tlb_flush *flush; in hv_vm_tlb_flush() local 147 flush = *VMBUS_PCPU_PTR(sc, cpu_mem, curcpu); in hv_vm_tlb_flush() 148 if (flush == NULL) in hv_vm_tlb_flush() 180 flush->processor_mask = 0; in hv_vm_tlb_flush() 185 flush->address_space = 0; in hv_vm_tlb_flush() 186 flush->flags = HV_FLUSH_ALL_VIRTUAL_ADDRESS_SPACES; in hv_vm_tlb_flush() 189 flush->address_space = cr3; in hv_vm_tlb_flush() 190 flush->address_space &= ~CR3_PCID_MASK; in hv_vm_tlb_flush() 191 flush->flags = 0; in hv_vm_tlb_flush() [all …]
|
/freebsd/contrib/bc/include/ |
H A D | file.h | 164 * @param type The flush type. 171 * Flush and return an error if it failed. This is meant to be used when needing 172 * to flush in error situations when an error is already in flight. It would be 174 * @param f The file to flush. 175 * @param type The flush type. 182 * Flush and throw an error on failure. 183 * @param f The file to flush. 184 * @param type The flush type. 191 * @param f The file to flush. 192 * @param type The flush typ [all...] |
/freebsd/tests/sys/fs/fusefs/ |
H A D | flush.cc | 41 class Flush: public FuseTest { class 51 in.body.flush.lock_owner == (uint64_t)lo && in expect_flush() 52 in.body.flush.fh == FH); in expect_flush() 79 class FlushWithLocks: public Flush { 82 Flush::SetUp(); in SetUp() 90 TEST_F(Flush, open_twice) in TEST_F() argument 113 * Test for FOPEN_NOFLUSH: we expect that zero flush calls will be performed. 115 TEST_F(Flush, open_noflush) in TEST_F() argument 129 in.body.flush.lock_owner == pid && in TEST_F() 130 in.body.flush.fh == FH); in TEST_F() [all …]
|
/freebsd/contrib/lib9p/ |
H A D | threadpool.h | 43 * guarantee response order, so that flush responses go 85 * Each request has a "flush state", initally NONE meaning no 89 * the flush state goes to FLUSH_REQUESTED_PRE_START. 92 * flush state goes to FLUSH_REQUESTED_POST_START. The flush 95 * operation requesting the flush (the "flusher") must wait for 103 * the flush just waits for the fully-composed response. 107 L9P_FLUSH_REQUESTED_PRE_START, /* not even started before flush */ 108 L9P_FLUSH_REQUESTED_POST_START, /* started, then someone said flush */
|
H A D | threadpool.c | 128 * https://swtch.com/plan9port/man/man9/flush.html says: in l9p_threadpool_rflush() 135 * need respond only to the last flush." This means in l9p_threadpool_rflush() 239 * Flush requests must be handled specially, since they in l9p_threadpool_run() 270 * Find what we're supposed to flush (the flushee, as it were). in l9p_threadpool_tflush() 280 * Nothing to flush! The old request must have in l9p_threadpool_tflush() 305 * https://swtch.com/plan9port/man/man9/flush.html in l9p_threadpool_tflush() 307 * flush message immediately". However, Linux in l9p_threadpool_tflush() 308 * sends flush requests for operations that in l9p_threadpool_tflush() 310 * possible to *answer* the flush request until in l9p_threadpool_tflush() 329 * special here, which will make us act like a flush in l9p_threadpool_tflush() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/hisilicon/hip08/ |
H A D | metrics.json | 88 "PublicDescription": "BP misp flush L3 topdown metric", 89 "BriefDescription": "BP misp flush L3 topdown metric", 95 "PublicDescription": "OOO flush L3 topdown metric", 96 "BriefDescription": "OOO flush L3 topdown metric", 102 "PublicDescription": "Static predictor flush L3 topdown metric", 103 "BriefDescription": "Static predictor flush L3 topdown metric", 137 "PublicDescription": "Nuke flush L3 topdown metric", 138 "BriefDescription": "Nuke flush L3 topdown metric", 144 "PublicDescription": "Other flush L3 topdown metric", 145 "BriefDescription": "Other flush L3 topdown metric",
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_options.7 | 44 .It "flush " "Flush after each emit call" 45 .It "flush\-line " "Flush each line of output" 72 .It "f " "flush" 73 .It "F " "flush\-line" 92 .Fa "flush\-line"
|
/freebsd/contrib/sendmail/libsm/ |
H A D | fflush.c | 30 ** SM_IO_FLUSH -- flush the buffer for a 'fp' to the "file" 32 ** Flush a single file. We don't allow this function to flush 36 ** fp -- the file pointer buffer to flush 37 ** timeout -- time to complete the flush 67 /* Now do the flush */ 72 ** SM_FLUSH -- perform the actual flush 78 ** timeout -- max time allowed for flush (milliseconds)
|
H A D | wbuf.c | 24 ** SM_WBUF -- write character to and flush (likely now full) buffer 27 ** the given file. Flush the buffer out if it is or becomes full, 65 ** If it is completely full, flush it out. Then, in any case, 68 ** flush it (perhaps a second time). The second flush will always
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | zstd_zlibwrapper.c | 362 ZEXTERN int ZEXPORT z_deflate OF((z_streamp strm, int flush)) in z_deflate() argument 367 LOG_WRAPPERC("- deflate1 flush=%d avail_in=%d avail_out=%d total_in=%d total_out=%d\n", in z_deflate() 368 … (int)flush, (int)strm->avail_in, (int)strm->avail_out, (int)strm->total_in, (int)strm->total_out); in z_deflate() 369 return deflate(strm, flush); in z_deflate() 378 …{ int const initErr = ZWRAP_initializeCStream(zwc, NULL, 0, (flush == Z_FINISH) ? strm->avail_in :… in z_deflate() 380 if (flush != Z_FINISH) zwc->comprState = ZWRAP_useReset; in z_deflate() 390 …resetErr = ZSTD_CCtx_setPledgedSrcSize(zwc->zbc, (flush == Z_FINISH) ? strm->avail_in : zwc->pledg… in z_deflate() 397 …int const res = ZWRAP_initializeCStream(zwc, NULL, 0, (flush == Z_FINISH) ? strm->avail_in : ZSTD_… in z_deflate() 399 if (flush != Z_FINISH) zwc->comprState = ZWRAP_useReset; in z_deflate() 404 …LOG_WRAPPERC("- deflate2 flush=%d avail_in=%d avail_out=%d total_in=%d total_out=%d\n", (int)flush… in z_deflate() [all …]
|
H A D | gzwrite.c | 74 fails to allocate memory, otherwise 0. flush is assumed to be a valid 75 deflate() flush value. If flush is Z_FINISH, then the deflate() state is 77 to the output file without compressing, and ignore flush. */ 78 local int gz_comp(state, flush) in gz_comp() argument 80 int flush; 110 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH && 111 (flush != Z_FINISH || ret == Z_STREAM_END))) { 131 ret = deflate(strm, flush); 141 if (flush == Z_FINISH) 559 int ZEXPORT gzflush(file, flush) in gzflush() argument [all …]
|
/freebsd/include/rpcsvc/ |
H A D | nis_tags.h | 92 #define TAG_GCACHE 3 /* Flush the Group Cache */ 96 #define TAG_DCACHE 4 /* Flush the directory cache */ 100 #define TAG_OCACHE 5 /* Flush the Object Cache */ 103 #define TAG_TCACHE_ONE 7 /* Flush the table cache */ 104 #define TAG_DCACHE_ALL 8 /* Flush entire directory cache */ 105 #define TAG_TCACHE_ALL 9 /* Flush entire table cache */ 106 #define TAG_GCACHE_ONE 10 /* Flush one group object */ 107 #define TAG_DCACHE_ONE_REFRESH 11 /* Flush and refresh one DO */
|
/freebsd/sys/gdb/ |
H A D | gdb_cons.c | 55 struct callout flush; member 81 callout_init(&c->flush, 1); in gdb_cninit() 151 * Cancel any pending callout and flush the in gdb_cnputc() 155 callout_stop(&gc->flush); in gdb_cnputc() 161 * Flush on end of line; this is especially helpful in gdb_cnputc() 162 * during boot when we don't have callouts to flush in gdb_cnputc() 169 callout_reset(&gc->flush, hz/4, gdb_cnflush, gc); in gdb_cnputc()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl.8 | 190 To flush all rulesets and tables recursively, specify only 210 Flush the filter parameters specified by 216 Flush the NAT rules. 218 Flush the queue rules. 220 Flush the Ethernet filter rules. 222 Flush the filter rules. 224 Flush the state table (NAT and filter). 226 Flush the source tracking table. 228 Flush the filter information (statistics that are not bound to rules). 230 Flush the tables. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | GenericDomTreeUpdater.h | 70 /// The deletion will only happen until a flush event and 119 /// explicitly call Flush APIs. It is recommended to use this update strategy 130 /// Recalculate all available trees and flush all BasicBlocks 177 /// \name Flush APIs 179 /// CAUTION! By the moment these flush APIs are called, the current CFG needs 183 /// Flush DomTree updates and return DomTree. 188 /// Flush PostDomTree updates and return PostDomTree. 193 /// Apply all pending updates to available trees and flush all BasicBlocks 196 void flush() { in flush() function 239 /// Helper function to flush deleted BasicBlocks if all available
|
/freebsd/sys/contrib/zlib/ |
H A D | deflate.h | 115 int last_flush; /* value of flush param for previous deflate call */ 333 # define _tr_tally_lit(s, c, flush) \ argument 338 flush = (s->sym_next == s->sym_end); \ 340 # define _tr_tally_dist(s, distance, length, flush) \ argument 348 flush = (s->sym_next == s->sym_end); \ 351 # define _tr_tally_lit(s, c, flush) \ argument 357 flush = (s->sym_next == s->sym_end); \ 359 # define _tr_tally_dist(s, distance, length, flush) \ argument 368 flush = (s->sym_next == s->sym_end); \ 372 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument [all …]
|
H A D | gzwrite.c | 62 fails to allocate memory, otherwise 0. flush is assumed to be a valid 63 deflate() flush value. If flush is Z_FINISH, then the deflate() state is 65 to the output file without compressing, and ignore flush. */ 66 local int gz_comp(gz_statep state, int flush) { in gz_comp() argument 104 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH && in gz_comp() 105 (flush != Z_FINISH || ret == Z_STREAM_END))) { in gz_comp() 125 ret = deflate(strm, flush); in gz_comp() 135 if (flush == Z_FINISH) in gz_comp() 529 int ZEXPORT gzflush(gzFile file, int flush) { in gzflush() argument 541 /* check flush parameter */ in gzflush() [all …]
|
H A D | deflate.c | 65 block_done, /* block flush performed */ 70 typedef block_state (*compress_func)(deflate_state *s, int flush); 73 local block_state deflate_stored(deflate_state *s, int flush); 74 local block_state deflate_fast(deflate_state *s, int flush); 76 local block_state deflate_slow(deflate_state *s, int flush); 78 local block_state deflate_rle(deflate_state *s, int flush); 79 local block_state deflate_huff(deflate_state *s, int flush); 771 /* Flush the last buffer: */ in deflateParams() 910 * Flush as much pending output as possible. All deflate() output, except for 946 int ZEXPORT deflate(z_streamp strm, int flush) { in deflate() argument [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_log_spacemap.c | 46 * more unflushed changes are accounted in memory, we flush a selected group 49 * flush any unflushed changes from memory to disk (i.e. the metaslab's space 75 * we flush that metaslab. 92 * reasons. First of all, it is used during flushing where we try to flush 121 * algorithm (described later) tries to estimate how many metaslabs to flush 127 * * we modify or pop entries from its head when we flush metaslabs 135 * The decision of how many metaslabs to flush on a give TXG is guided by 144 * unflushed changes are passing that threshold, we flush metaslabs, which 150 * when loading the pool. At the same time we don't want to flush a lot of 157 * many metaslabs we need to flush based on the current rate of incoming blocks [all …]
|
/freebsd/sys/contrib/zstd/zlibWrapper/examples/ |
H A D | fitblk_original.c | 75 int ret, flush; in partcompress() local 78 flush = Z_NO_FLUSH; in partcompress() 85 flush = Z_FINISH; in partcompress() 86 ret = deflate(def, flush); in partcompress() 88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH); in partcompress() 98 int ret, flush; in recompress() local 101 flush = Z_NO_FLUSH; in recompress() 116 flush = Z_FINISH; in recompress() 117 ret = deflate(def, flush); in recompress()
|
/freebsd/sbin/ipf/libipf/ |
H A D | interror.c | 133 { 105, "need write permissions to flush ipf v4 rules" }, 134 { 106, "error copying out v4 flush results" }, 135 { 107, "error copying in v4 flush command" }, 136 { 108, "need write permissions to flush ipf v6 rules" }, 137 { 109, "error copying out v6 flush results" }, 138 { 110, "error copying in v6 flush command" }, 140 { 112, "need write permissions to flush ipf logs" }, 141 { 113, "error copying out results of log flush" }, 184 { 10004, "error copying out results of auth flush" }, 272 { 50034, "error copying in flush lookup data" }, [all …]
|
/freebsd/libexec/rc/rc.d/ |
H A D | ip6addrctl | 33 ${IP6ADDRCTL_CMD} flush >/dev/null 2>&1 51 ${IP6ADDRCTL_CMD} flush >/dev/null 2>&1 73 ${IP6ADDRCTL_CMD} flush >/dev/null 2>&1 100 ${IP6ADDRCTL_CMD} flush >/dev/null 2>&1 119 ip6addrctl flush >/dev/null 2>&1
|
/freebsd/usr.sbin/ppp/ |
H A D | deflate.c | 74 int olen, ilen, len, res, flush; in DeflateOutput() local 108 flush = Z_NO_FLUSH; in DeflateOutput() 112 if ((res = deflate(&state->cx, flush)) != Z_OK) { in DeflateOutput() 123 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0) in DeflateOutput() 131 flush = Z_SYNC_FLUSH; in DeflateOutput() 205 int seq, flush, res, first; in DeflateInput() local 252 flush = mi->m_next ? Z_NO_FLUSH : Z_SYNC_FLUSH; in DeflateInput() 257 if ((res = inflate(&state->cx, flush)) != Z_OK) { in DeflateInput() 268 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0) in DeflateInput() 276 flush = Z_SYNC_FLUSH; in DeflateInput() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/dma/xilinx/ |
H A D | xilinx_dma.txt | 59 - xlnx,flush-fsync: Tells which channel to Flush on Frame sync. 61 {1}, flush both channels 62 {2}, flush mm2s channel 63 {3}, flush s2mm channel 96 xlnx,flush-fsync = <0x1>;
|
/freebsd/contrib/libcbor/examples/ |
H A D | streaming_array.c | 21 void flush(size_t bytes) { in flush() function 38 flush(cbor_encode_indef_array_start(buffer, BUFFER_SIZE)); in main() 41 flush(cbor_encode_uint32(i, buffer, BUFFER_SIZE)); in main() 44 flush(cbor_encode_break(buffer, BUFFER_SIZE)); in main()
|