Searched refs:_lock (Results 1 – 2 of 2) sorted by relevance
42 #define event_lock_get(_lock) spin_lock(&_lock) argument43 #define event_lock_release(_lock) spin_unlock(&_lock) argument51 #define event_lock_get(_lock) bakery_lock_get(&_lock) argument52 #define event_lock_release(_lock) bakery_lock_release(&_lock) argument
5391 section identified by name \sphinxcode{\sphinxupquote{bakery\_lock}} inside \sphinxcode{\sphinxupqu…8001 calculates the size of the \sphinxcode{\sphinxupquote{bakery\_lock}} input section, aligns it to the29985 The bakery lock data structure \sphinxcode{\sphinxupquote{bakery\_lock\_t}} is allocated in coheren…29986 …cessed by multiple CPUs with mismatched attributes. \sphinxcode{\sphinxupquote{bakery\_lock\_t}} is30007 \sphinxcode{\sphinxupquote{bakery\_lock\_t}} structure for multiple CPUs may exist on a single cach…30018 CPU1 updates its per\sphinxhyphen{}CPU field of the \sphinxcode{\sphinxupquote{bakery\_lock\_t}} st…30026 algorithm mentioned earlier. The bakery\_lock structure only allocates the memory30028 needed for a CPU into a section \sphinxcode{\sphinxupquote{bakery\_lock}}. The linker allocates the…30029 for other cores by using the total size allocated for the bakery\_lock section30096 \sphinxcode{\sphinxupquote{bakery\_lock}} section need to be fetched and appropriate cache operatio…[all …]
Completed in 89 milliseconds