Lines Matching +full:in +full:- +full:and +full:- +full:around

3 … the terms of the Common Development and Distribution License (the "License").  You may not use th…
4 …icensing. See the License for the specific language governing permissions and limitations under t…
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License f…
6 .TH MT-STREAMS 9F "May 5, 2009"
8 mt-streams \- STREAMS multithreading
18 field in the \fBcb_ops\fR structure (see \fBcb_ops\fR(9S)). The corresponding
19 field for \fBSTREAMS \fRmodules is the \fBf_flag\fR in the \fBfmodsw\fR
23 For the purpose of restricting and controlling the concurrency in
24 drivers/modules, we define the concepts of \fBinner\fR and \fBouter
26 to have only an inner or an outer perimeter, or to have both an inner and an
27 outer perimeter. Each perimeter acts as a readers-writers lock, that is, there
29 be entered in two modes: shared (reader) or exclusive (writer). The mode
30 depends on the perimeter configuration and can be different for the different
36 to enter with exclusive access at the inner perimeter (if present) and shared
40 The perimeter configuration consists of flags that define the presence and
42 only have one scope), and flags that modify the default concurrency for the
48 The inner perimeter presence and scope are controlled by the mutually exclusive
56 The module/driver has an inner perimeter around each queue.
65 The module/driver has an inner perimeter around each read/write pair of queues.
105 the module or driver in the system.
125 This flag modifies the default behavior when \fBopen\fR(9E) and \fBclose\fR(9E)
129 Note that drivers and modules using this flag can cause significant system
131 driver or module are in use simultaneously. For this reason, use of this flag
132 is discouraged. Instead, since \fBopen\fR(9E) and \fBclose\fR(9E) both execute
140 The module/driver can use \fBqwait\fR(9F) or \fBqwait_sig()\fR in the
141 \fBopen\fR(9E) and \fBclose\fR(9E) procedures if it needs to wait "outside" the
149 The use and semantics of \fBqprocson()\fR and \fBqprocsoff\fR(9F) is
150 independent of the inner and outer perimeters.