Searched refs:trylock (Results 1 – 2 of 2) sorted by relevance
/include/trace/events/ |
D | lock.h | 16 int trylock, int read, int check, 19 TP_ARGS(lock, subclass, trylock, read, check, next_lock, ip), 28 __entry->flags = (trylock ? 1 : 0) | (read ? 2 : 0);
|
/include/linux/ |
D | lockdep.h | 136 unsigned int trylock:1; /* 16 bits */ member 270 int trylock, int read, int check,
|