Searched refs:try (Results 1 – 4 of 4) sorted by relevance
| /include/kunit/ |
| D | try-catch.h | 49 kunit_try_catch_func_t try; member
|
| /include/linux/surface_aggregator/ |
| D | serial_hub.h | 370 #define __SSH_PACKET_PRIORITY(base, try) \ argument 371 (((base) << 4) | ((try) & 0x0f)) 388 #define SSH_PACKET_PRIORITY(base, try) \ argument 389 __SSH_PACKET_PRIORITY(SSH_PACKET_PRIORITY_##base, (try))
|
| /include/linux/ |
| D | lockdep.h | 441 #define LOCK_CONTENDED(_lock, try, lock) \ argument 443 if (!try(_lock)) { \ 450 #define LOCK_CONTENDED_RETURN(_lock, try, lock) \ argument 453 if (!try(_lock)) { \ 467 #define LOCK_CONTENDED(_lock, try, lock) \ argument 470 #define LOCK_CONTENDED_RETURN(_lock, try, lock) \ argument
|
| /include/trace/hooks/ |
| D | dtask.h | 110 TP_PROTO(struct percpu_rw_semaphore *sem, bool try, bool *ret), 111 TP_ARGS(sem, try, ret));
|