Home
last modified time | relevance | path

Searched refs:trylock (Results 1 – 3 of 3) sorted by relevance

/include/trace/events/
Dlock.h15 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/
Ddrm_modeset_lock.h131 int __drm_modeset_lock_all(struct drm_device *dev, bool trylock);
/include/linux/
Dlockdep.h252 unsigned int trylock:1; /* 16 bits */ member
333 int trylock, int read, int check,