Searched refs:bounded (Results 1 – 25 of 27) sorted by relevance
12
| /Linux-v6.6/tools/memory-model/ |
| D | linux-kernel.cat | 187 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)
|
| /Linux-v6.6/io_uring/ |
| D | io-wq.h | 46 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data);
|
| D | io-wq.c | 1141 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data) in io_wq_create() argument 1148 if (WARN_ON_ONCE(!bounded)) in io_wq_create() 1165 wq->acct[IO_WQ_ACCT_BOUND].max_workers = bounded; in io_wq_create()
|
| /Linux-v6.6/Documentation/networking/ |
| D | ip_dynaddr.rst | 15 2) Out-bounded MASQueraded source address changes ON OUTPUT (when
|
| D | rds.rst | 402 (a) upper-bounded to the single-flow bandwidth,
|
| D | ip-sysctl.rst | 1495 Theoretical maximum value is bounded by having to send a membership 1500 The number of supported groups 'M' is bounded by the number of group
|
| /Linux-v6.6/Documentation/hwmon/ |
| D | ads7828.rst | 43 bounded with limits accepted by the chip, described in the datasheet.
|
| /Linux-v6.6/Documentation/staging/ |
| D | speculation.rst | 79 value that is bounded to [0, size) even under cpu speculation
|
| /Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| D | pub.h | 285 bool brcms_c_dpc(struct brcms_c_info *wlc, bool bounded);
|
| D | main.c | 7709 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()
|
| /Linux-v6.6/tools/memory-model/Documentation/ |
| 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-v6.6/Documentation/scheduler/ |
| D | sched-bwc.rst | 28 increased interference against the other system users. All nicely bounded. 59 \Sum e_i; that is, there is a bounded tardiness (under the assumption
|
| /Linux-v6.6/arch/x86/boot/ |
| D | header.S | 515 # The worst case can at least be bounded by having one bit that represents
|
| /Linux-v6.6/Documentation/ABI/testing/ |
| D | sysfs-bus-cxl | 203 devtype "cxl_decoder_switch" the address is bounded by the 354 (interleave-set) within the decode range bounded by root decoder
|
| /Linux-v6.6/Documentation/bpf/ |
| D | graph_ds_impl.rst | 147 or removing, if we're in the critical section bounded by that lock, we know
|
| D | classic_vs_extended.rst | 228 may not be bounded by security considerations, since generated eBPF code
|
| D | bpf_design_QA.rst | 88 support bounded loops.
|
| /Linux-v6.6/Documentation/admin-guide/ |
| D | dynamic-debug-howto.rst | 82 Command submissions are bounded by a write() system call.
|
| /Linux-v6.6/Documentation/core-api/ |
| D | rbtree.rst | 19 Red-black trees are similar to AVL trees, but provide faster real-time bounded
|
| /Linux-v6.6/Documentation/admin-guide/sysctl/ |
| D | vm.rst | 536 tuning address space randomization. This value will be bounded 550 space randomization. This value will be bounded by the
|
| /Linux-v6.6/arch/ |
| D | Kconfig | 1040 resulting from mmap allocations. This value will be bounded 1075 value will be bounded by the architecture's minimum and maximum
|
| /Linux-v6.6/net/ipv4/ |
| D | Kconfig | 488 bounded TCP-friendliness. The protocol combines two schemes
|
| /Linux-v6.6/Documentation/mm/ |
| D | unevictable-lru.rst | 155 amount of unevictable memory marked by i915 driver is roughly the bounded
|
| /Linux-v6.6/Documentation/admin-guide/media/ |
| D | vivid.rst | 1056 determines if VIDIOC_S_HW_FREQ_SEEK will be bounded by the frequency
|
| /Linux-v6.6/Documentation/arch/sparc/oradax/ |
| D | dax-hv-api.txt | 388 … All data accesses used in CCB commands must be bounded within a single memory page. When addresses
|
12