| /linux/tools/memory-model/ |
| H A D | linux-kernel.cat | 197 let w-pre-bounded = [Marked] ; (addr | fence)? 198 let r-pre-bounded = [Marked] ; (addr | nonrw-fence | 200 let w-post-bounded = fence? ; [Marked] ; rmw-sequence 201 let r-post-bounded = (nonrw-fence | ([~Noreturn] ; fencerel(Rmb) ; [R4rmb]))? ; 205 let ww-vis = fence | (strong-fence ; xbstar ; w-pre-bounded) | 206 (w-post-bounded ; vis ; w-pre-bounded) 207 let wr-vis = fence | (strong-fence ; xbstar ; r-pre-bounded) | 208 (w-post-bounded ; vis ; r-pre-bounded) [all...] |
| /linux/rust/kernel/ |
| H A D | num.rs | 7 pub mod bounded; module 8 pub use bounded::*;
|
| /linux/io_uring/ |
| H A D | io-wq.h | 42 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data);
|
| H A D | io-wq.c | 1250 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data) in io_wq_create() argument 1255 if (WARN_ON_ONCE(!bounded)) in io_wq_create() 1270 wq->acct[IO_WQ_ACCT_BOUND].max_workers = bounded; in io_wq_create()
|
| /linux/Documentation/networking/ |
| H A D | ip_dynaddr.rst | 15 2) Out-bounded MASQueraded source address changes ON OUTPUT (when
|
| H A D | ip-sysctl.rst | 1842 Theoretical maximum value is bounded by having to send a membership 1847 The number of supported groups 'M' is bounded by the number of group
|
| /linux/Documentation/hwmon/ |
| H A D | ads7828.rst | 43 bounded with limits accepted by the chip, described in the datasheet.
|
| /linux/Documentation/staging/ |
| H A D | speculation.rst | 78 value that is bounded to [0, size) even under cpu speculation
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | pub.h | 285 bool brcms_c_dpc(struct brcms_c_info *wlc, bool bounded);
|
| H A D | main.c | 7701 bool brcms_c_dpc(struct brcms_c_info *wlc, bool bounded) in brcms_c_dpc() argument 7726 if (brcms_b_txstatus(wlc->hw, bounded, &fatal)) in brcms_c_dpc() 7749 if (brcms_b_recv(wlc_hw, RX_FIFO, bounded)) in brcms_c_dpc()
|
| /linux/tools/memory-model/Documentation/ |
| H A D | explanation.txt | 1032 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 …]
|
| /linux/arch/x86/boot/ |
| H A D | header.S | 457 # The worst case can at least be bounded by having one bit that represents
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-cxl | 270 devtype "cxl_decoder_switch" the address is bounded by the 420 (interleave-set) within the decode range bounded by root decoder
|
| /linux/Documentation/bpf/ |
| H A D | graph_ds_impl.rst | 147 or removing, if we're in the critical section bounded by that lock, we know
|
| H A D | classic_vs_extended.rst | 228 may not be bounded by security considerations, since generated eBPF code
|
| H A D | bpf_design_QA.rst | 88 support bounded loops.
|
| /linux/Documentation/admin-guide/ |
| H A D | dynamic-debug-howto.rst | 87 Command submissions are bounded by a write() system call.
|
| H A D | kernel-parameters.txt | 5792 The result will be bounded below by the value of
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | vm.rst | 605 tuning address space randomization. This value will be bounded 619 space randomization. This value will be bounded by the
|
| /linux/net/ipv4/ |
| H A D | Kconfig | 488 bounded TCP-friendliness. The protocol combines two schemes
|
| /linux/Documentation/mm/ |
| H A D | unevictable-lru.rst | 155 amount of unevictable memory marked by i915 driver is roughly the bounded
|
| /linux/Documentation/admin-guide/media/ |
| H A D | vivid.rst | 1060 determines if VIDIOC_S_HW_FREQ_SEEK will be bounded by the frequency
|
| /linux/Documentation/arch/sparc/oradax/ |
| H A D | dax-hv-api.txt | 388 … All data accesses used in CCB commands must be bounded within a single memory page. When addresses
|