Home
last modified time | relevance | path

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

12

/linux-6.15/tools/memory-model/
H A Dlinux-kernel.cat197 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)
209 let rw-xbstar = fence | (r-post-bounded ; xbstar ; w-pre-bounded)
/linux-6.15/io_uring/
H A Dio-wq.h46 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data);
H A Dio-wq.c1193 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data) in io_wq_create() argument
1200 if (WARN_ON_ONCE(!bounded)) in io_wq_create()
1217 wq->acct[IO_WQ_ACCT_BOUND].max_workers = bounded; in io_wq_create()
/linux-6.15/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,
H A Dip-sysctl.rst1569 Theoretical maximum value is bounded by having to send a membership
1574 The number of supported groups 'M' is bounded by the number of group
/linux-6.15/Documentation/hwmon/
H A Dads7828.rst43 bounded with limits accepted by the chip, described in the datasheet.
/linux-6.15/Documentation/staging/
H A Dspeculation.rst79 value that is bounded to [0, size) even under cpu speculation
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h285 bool brcms_c_dpc(struct brcms_c_info *wlc, bool bounded);
H A Dmain.c7702 bool brcms_c_dpc(struct brcms_c_info *wlc, bool bounded) in brcms_c_dpc() argument
7727 if (brcms_b_txstatus(wlc->hw, bounded, &fatal)) in brcms_c_dpc()
7750 if (brcms_b_recv(wlc_hw, RX_FIFO, bounded)) in brcms_c_dpc()
/linux-6.15/tools/memory-model/Documentation/
H A Dexplanation.txt2458 "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
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
2616 isn't w-post-bounded by any marked accesses.
2622 w-post-bounded ; vis ; w-pre-bounded
2626 r-post-bounded ; xb* ; w-pre-bounded
2630 w-post-bounded ; vis ; r-pre-bounded
2635 r-post-bounded ; xb* ; w-pre-bounded
2639 w-post-bounded ; vis ; r-pre-bounded
[all …]
/linux-6.15/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
/linux-6.15/arch/x86/boot/
H A Dheader.S448 # The worst case can at least be bounded by having one bit that represents
/linux-6.15/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.
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-cxl270 devtype "cxl_decoder_switch" the address is bounded by the
420 (interleave-set) within the decode range bounded by root decoder
/linux-6.15/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst87 Command submissions are bounded by a write() system call.
/linux-6.15/Documentation/ABI/stable/
H A Dsysfs-driver-dma-idxd277 Description: Name of driver to be bounded to the wq.
/linux-6.15/Documentation/core-api/
H A Drbtree.rst19 Red-black trees are similar to AVL trees, but provide faster real-time bounded
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dvm.rst599 tuning address space randomization. This value will be bounded
613 space randomization. This value will be bounded by the
/linux-6.15/arch/
H A DKconfig1145 resulting from mmap allocations. This value will be bounded
1180 value will be bounded by the architecture's minimum and maximum
/linux-6.15/net/ipv4/
H A DKconfig488 bounded TCP-friendliness. The protocol combines two schemes
/linux-6.15/Documentation/mm/
H A Dunevictable-lru.rst155 amount of unevictable memory marked by i915 driver is roughly the bounded
/linux-6.15/Documentation/admin-guide/media/
H A Dvivid.rst1060 determines if VIDIOC_S_HW_FREQ_SEEK will be bounded by the frequency

12