Home
last modified time | relevance | path

Searched refs:rtn (Results 1 – 4 of 4) sorted by relevance

/include/linux/
A Dratelimit.h85 int rtn = !!(condition); \
87 if (unlikely(rtn && __ratelimit(&_rs))) \
88 WARN(rtn, format, ##__VA_ARGS__); \
90 rtn; \
100 int rtn = WARN(condition, format, ##__VA_ARGS__); \
101 rtn; \
/include/trace/events/
A Dscsi.h213 TP_PROTO(struct scsi_cmnd *cmd, int rtn),
215 TP_ARGS(cmd, rtn),
222 __field( int, rtn )
238 __entry->rtn = rtn;
258 show_rtn_name(__entry->rtn)
/include/net/bluetooth/
A Dbluetooth.h177 __u8 rtn; member
A Dhci.h2154 __u8 rtn; member

Completed in 22 milliseconds