Lines Matching full:mostly
51 .Nd kernel reader/writer lock optimized for read-mostly access patterns
97 Read-mostly locks allow shared access to protected data by multiple threads,
106 Read-mostly locks are designed to be efficient for locks almost exclusively
112 Normal read-mostly locks are similar to
117 Read-mostly locks have full priority propagation like mutexes.
120 read-mostly locks propagate priority to both readers and writers.
142 Sleepable read-mostly locks (created with
152 Initialize the read-mostly lock
162 initialize the read-mostly lock
177 Create a sleepable read-mostly lock.
311 Initialize the sleepable read-mostly lock