Home
last modified time | relevance | path

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

/include/trace/events/
Dlock.h16 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/
Dlockdep.h136 unsigned int trylock:1; /* 16 bits */ member
270 int trylock, int read, int check,