Lines Matching refs:acquire
63 trying to acquire locks doesn't grab a new reservation id, but keeps the one it
65 acquire context. Furthermore the acquire context keeps track of debugging state
66 to catch w/w mutex interface abuse. An acquire context is representing a
70 w/w mutexes, since it is required to initialize the acquire context. The lock
73 Furthermore there are three different class of w/w lock acquire functions:
97 * Functions to only acquire a single w/w mutex, which results in the exact same
101 Again this is not strictly required. But often you only want to acquire a
102 single lock in which case it's pointless to set up an acquire context (and so
117 Three different ways to acquire locks within the same w/w class. Common
337 (1) Waiters with an acquire context are sorted by stamp order; waiters
338 without an acquire context are interspersed in FIFO order.