Home
last modified time | relevance | path

Searched refs:local_trylock_t (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dlocal_lock_internal.h30 typedef struct local_trylock local_trylock_t; typedef
110 local_trylock_t *__tl; \
114 __tl = (local_trylock_t *)__l; \
116 local_trylock_t *: ({ \
147 local_trylock_t *__tl; \
164 local_trylock_t *__tl; \
184 local_trylock_t *__tl; \
188 __tl = (local_trylock_t *)__l; \
191 local_trylock_t *: ({ \
242 typedef spinlock_t local_trylock_t; typedef
[all …]
/linux/mm/
H A Dslub.c448 local_trylock_t lock;