Searched refs:lose (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/rxrpc/
H A Dio_thread.c193 static int lose; local
194 if ((lose++ & 7) == 7) {
H A Doutput.c446 static int lose; local
447 if ((lose++ & 7) == 7) {
/linux-master/include/trace/events/
H A Drxrpc.h1079 rxrpc_serial_t serial, unsigned int flags, bool lose),
1081 TP_ARGS(call, seq, serial, flags, lose),
1090 __field(bool, lose)
1100 __entry->lose = lose;
1111 __entry->lose ? " *LOSE*" : "")
/linux-master/drivers/mmc/host/
H A Ddavinci_mmc.c732 bool lose = true; local
741 lose = false;
746 if (lose)

Completed in 201 milliseconds