Home
last modified time | relevance | path

Searched refs:bounded (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/linux/tools/memory-model/
H A Dlinux-kernel.cat187 let w-pre-bounded = [Marked] ; (addr | fence)?
188 let r-pre-bounded = [Marked] ; (addr | nonrw-fence |
190 let w-post-bounded = fence? ; [Marked] ; rmw-sequence
191 let r-post-bounded = (nonrw-fence | ([~Noreturn] ; fencerel(Rmb) ; [R4rmb]))? ;
195 let ww-vis = fence | (strong-fence ; xbstar ; w-pre-bounded) |
196 (w-post-bounded ; vis ; w-pre-bounded)
197 let wr-vis = fence | (strong-fence ; xbstar ; r-pre-bounded) |
198 (w-post-bounded ; vis ; r-pre-bounded)
199 let rw-xbstar = fence | (r-post-bounded ; xbstar ; w-pre-bounded)
/openbmc/linux/io_uring/
H A Dio-wq.h46 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data);
H A Dio-wq.c1150 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data) in io_wq_create() argument
1157 if (WARN_ON_ONCE(!bounded)) in io_wq_create()
1174 wq->acct[IO_WQ_ACCT_BOUND].max_workers = bounded; in io_wq_create()
/openbmc/linux/Documentation/networking/
H A Dip_dynaddr.rst15 2) Out-bounded MASQueraded source address changes ON OUTPUT (when
H A Drds.rst402 (a) upper-bounded to the single-flow bandwidth,
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvzawrs.c.inc51 * should raise an exception when the implementation-specific bounded time
/openbmc/linux/Documentation/hwmon/
H A Dads7828.rst43 bounded with limits accepted by the chip, described in the datasheet.
/openbmc/linux/Documentation/staging/
H A Dspeculation.rst79 value that is bounded to [0, size) even under cpu speculation
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h285 bool brcms_c_dpc(struct brcms_c_info *wlc, bool bounded);
H A Dmain.c7709 bool brcms_c_dpc(struct brcms_c_info *wlc, bool bounded) in brcms_c_dpc() argument
7734 if (brcms_b_txstatus(wlc->hw, bounded, &fatal)) in brcms_c_dpc()
7757 if (brcms_b_recv(wlc_hw, RX_FIFO, bounded)) in brcms_c_dpc()
/openbmc/linux/tools/memory-model/Documentation/
H A Dexplanation.txt1032 the w-post-bounded relation defined below in the PLAIN ACCESSES AND
2458 "post-bounded" by X and E is "pre-bounded" by Y.
2461 "r-post-bounded" by X. Similarly, E would be "r-pre-bounded" or
2462 "w-pre-bounded" by Y, depending on whether E was a store or a load.
2484 w-pre-bounded or w-post-bounded by a marked access, it also requires
2485 the store to be r-pre-bounded or r-post-bounded, so as to handle cases
2545 is definitely w-post-bounded before the store to ptr, and the two
2549 that the load of ptr in P1 is r-pre-bounded before the load of *p
2579 not need to be w-post-bounded: when it is separated from the other
2616 isn't w-post-bounded by any marked accesses.
[all …]
/openbmc/bmcweb/
H A DDEVELOPING.md37 - Explicitly bounded types should be preferred over implicitly bounded types
/openbmc/qemu/docs/devel/migration/
H A Dmapped-ram.rst13 benefit is that the resulting file will have a bounded size, since
/openbmc/qemu/docs/devel/
H A Debpf_rss.rst67 Current eBPF RSS implementation uses 'bounded loops' with 'backward jump instructions' which presen…
/openbmc/linux/Documentation/scheduler/
H A Dsched-bwc.rst28 increased interference against the other system users. All nicely bounded.
59 \Sum e_i; that is, there is a bounded tardiness (under the assumption
/openbmc/linux/arch/x86/boot/
H A Dheader.S452 # The worst case can at least be bounded by having one bit that represents
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-cxl203 devtype "cxl_decoder_switch" the address is bounded by the
354 (interleave-set) within the decode range bounded by root decoder
/openbmc/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst147 or removing, if we're in the critical section bounded by that lock, we know
H A Dclassic_vs_extended.rst228 may not be bounded by security considerations, since generated eBPF code
H A Dbpf_design_QA.rst88 support bounded loops.
/openbmc/linux/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst82 Command submissions are bounded by a write() system call.
/openbmc/linux/Documentation/core-api/
H A Drbtree.rst19 Red-black trees are similar to AVL trees, but provide faster real-time bounded
/openbmc/linux/arch/
H A DKconfig1049 resulting from mmap allocations. This value will be bounded
1084 value will be bounded by the architecture's minimum and maximum
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst536 tuning address space randomization. This value will be bounded
550 space randomization. This value will be bounded by the
/openbmc/linux/net/ipv4/
H A DKconfig488 bounded TCP-friendliness. The protocol combines two schemes

12