Searched refs:trylock (Results 1 – 3 of 3) sorted by relevance
/include/trace/events/ |
D | lock.h | 15 int trylock, int read, int check, 18 TP_ARGS(lock, subclass, trylock, read, check, next_lock, ip), 27 __entry->flags = (trylock ? 1 : 0) | (read ? 2 : 0);
|
/include/drm/ |
D | drm_modeset_lock.h | 131 int __drm_modeset_lock_all(struct drm_device *dev, bool trylock);
|
/include/linux/ |
D | lockdep.h | 252 unsigned int trylock:1; /* 16 bits */ member 333 int trylock, int read, int check,
|