Home
last modified time | relevance | path

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

/include/kunit/
Dtry-catch.h49 kunit_try_catch_func_t try; member
/include/linux/surface_aggregator/
Dserial_hub.h370 #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/
Dlockdep.h441 #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/
Ddtask.h110 TP_PROTO(struct percpu_rw_semaphore *sem, bool try, bool *ret),
111 TP_ARGS(sem, try, ret));